wasmer_backend_api::query

Function fetch_all_app_templates_from_framework

Source
pub fn fetch_all_app_templates_from_framework(
    client: &WasmerClient,
    page_size: i32,
    sort_by: Option<AppTemplatesSortBy>,
    framework: String,
) -> impl Stream<Item = Result<Vec<AppTemplate>, Error>> + '_
Expand description

Fetch all app templates by paginating through the responses.

Will fetch at most max templates.