pub async fn get_page_with_param(
    offset: i64,
    limit: i64,
    rustemon_client: &RustemonClient
) -> Result<NamedApiResourceList<ContestEffect>, Error>
Expand description

Returns the page targeted by the parameters.

Arguments

offset - The offset to start retrieving the data from. limit - Maximum number of elements returned by the call. rustemon_client - The RustemonClient to use to access the resource.