[][src]Module screeps_api::endpoints

Parsing code for each individual API endpoint.

Each sub-module contains code for interpreting the result of calling a specific API endpoint.

Re-exports

pub use self::map_stats::MapStats;
pub use self::my_info::MyInfo;
pub use self::recent_pvp::RecentPvp;
pub use self::room_overview::RoomOverview;
pub use self::room_status::RoomStatus;
pub use self::room_terrain::RoomTerrain;
pub use self::shards::ShardInfo;
pub use self::world_start_room::WorldStartRoom;

Modules

leaderboard

Endpoints relating to game leaderboards.

login

Interpreting login responses.

map_stats

Interpreting bulk room statistics (map stats).

my_info

Interpreting user self information.

recent_pvp

Interpreting rooms in which PvP recently occurred. This is an "experimental" endpoint.

register

Creating registration calls and interpreting registration results.

room_overview

Interpreting room overview results.

room_status

Interpreting room status results.

room_terrain

Interpreting room terrain results.

shards

Interpreting shard info calls.

world_start_room

Interpreting generic template calls.