pub async fn get_page(
rustemon_client: &RustemonClient
) -> Result<NamedApiResourceList<Move>, Error>Expand description
Returns the default page regarding the resource.
Arguments
rustemon_client - The RustemonClient to use to access the resource.