tallgrass/client/item_pocket

Functions

pub fn fetch_by_id(id: Int) -> Result(ItemPocket, Error)

Fetches an item_pocket by the item_pocket ID.

Example

let result = item_pocket.fetch_by_id(1)
pub fn fetch_by_name(name: String) -> Result(ItemPocket, Error)

Fetches an item_pocket by the item_pocket name.

Example

let result = item_pocket.fetch_by_name("misc")
Search Document