Function nakama_rs::api::list_storage_objects_2[][src]

pub fn list_storage_objects_2(
    bearer_token: &str,
    collection: &str,
    user_id: &str,
    limit: Option<i32>,
    cursor: Option<&str>
) -> RestRequest<ApiStorageObjectList>

List publicly readable storage objects in a given collection.