pub async fn get_by_id(
    id: i64,
    rustemon_client: &RustemonClient
) -> Result<Item, Error>
Expand description

Returns the resource, using its id.

Arguments

id - The unique ID of the resource to get. rustemon_client - The RustemonClient to use to access the resource.