Crate r1_api_layer

Source

Re-exports§

pub use client::Client;
pub use self::server::Service;

Modules§

client
context
models
server

Structs§

Claims

Enums§

BobbyDeleteResponse
GamePostResponse
MapLevelGetResponse
MapsGetResponse
RegisterPostResponse
StatisticsGetResponse
StatisticsUuidGetResponse
UserUuidGetResponse

Constants§

API_VERSION
BASE_PATH

Traits§

Api
API
ApiNoContext
API where Context isn’t passed on every API call
AuthenticationApi
ContextWrapperExt
Trait to extend an API to make it easy to bind it to a context.