pub async fn get_monster(
configuration: &Configuration,
params: GetMonsterParams,
) -> Result<MonsterResponseSchema, Error<GetMonsterError>>Expand description
Retrieve the details of a monster.
pub async fn get_monster(
configuration: &Configuration,
params: GetMonsterParams,
) -> Result<MonsterResponseSchema, Error<GetMonsterError>>Retrieve the details of a monster.