chesscom-openapi 0.1.1

OpenAPI-generated API client bindings for Chess.com
Documentation
pub mod chess_stats;
pub use self::chess_stats::ChessStats;
pub mod chess_stats_best;
pub use self::chess_stats_best::ChessStatsBest;
pub mod chess_stats_last;
pub use self::chess_stats_last::ChessStatsLast;
pub mod chess_stats_record;
pub use self::chess_stats_record::ChessStatsRecord;
pub mod chess_stats_tournament;
pub use self::chess_stats_tournament::ChessStatsTournament;
pub mod completed_game;
pub use self::completed_game::CompletedGame;
pub mod daily_game;
pub use self::daily_game::DailyGame;
pub mod error;
pub use self::error::Error;
pub mod inline_response_200;
pub use self::inline_response_200::InlineResponse200;
pub mod inline_response_200_1;
pub use self::inline_response_200_1::InlineResponse2001;
pub mod inline_response_200_2;
pub use self::inline_response_200_2::InlineResponse2002;
pub mod inline_response_200_3;
pub use self::inline_response_200_3::InlineResponse2003;
pub mod inline_response_200_4;
pub use self::inline_response_200_4::InlineResponse2004;
pub mod lessons_stats;
pub use self::lessons_stats::LessonsStats;
pub mod player;
pub use self::player::Player;
pub mod player_result;
pub use self::player_result::PlayerResult;
pub mod player_stats;
pub use self::player_stats::PlayerStats;
pub mod profile;
pub use self::profile::Profile;
pub mod puzzle_rush_stats;
pub use self::puzzle_rush_stats::PuzzleRushStats;
pub mod rating;
pub use self::rating::Rating;
pub mod score;
pub use self::score::Score;
pub mod tactics_stats;
pub use self::tactics_stats::TacticsStats;
pub mod title;
pub use self::title::Title;
pub mod to_move_game;
pub use self::to_move_game::ToMoveGame;