Function gr::remote::query::github_release_assets

source ยท
pub fn github_release_assets<R: HttpRunner<Response = Response>>(
    runner: &Arc<R>,
    url: &str,
    list_args: Option<ListBodyArgs>,
    request_headers: Headers,
    iter_over_sub_array: Option<&str>,
    operation: ApiOperation,
) -> Result<Vec<ReleaseAssetMetadata>>