Skip to main content

list_collection_handler

Function list_collection_handler 

Source
pub async fn list_collection_handler(
    configuration: &Configuration,
    provider: &str,
    collection: &str,
    offset: i32,
    limit: i32,
) -> Result<LayerCollection, Error<ListCollectionHandlerError>>