pandascore 0.1.1

A Rust client for the Pandascore API
Documentation
1
2
crate::endpoint::list_endpoint!(ListPlayers("/players") => crate::model::player::Player);
crate::endpoint::get_endpoint!(GetPlayer("/players") => crate::model::player::Player);