client/characteristic

Functions

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

Fetches a pokemon characteristic by the characteristic ID.

Example

let result = characteristic.fetch_by_id(1)
Search Document