allejo / bzion

A League Management System designed for BZFlag leagues and tournaments.
https://leaguesunited.org/
Other
20 stars 10 forks source link

API Definition #46

Open allejo opened 8 years ago

allejo commented 8 years ago
Method Target
GET /api/bans
GET /api/bans/{id}
POST /api/bans
GET /api/matches
GET /api/matches/{id}
POST /api/matches
GET /api/mutes
GET /api/mutes/{id}
POST /api/mutes
GET /api/players
GET /api/players/{id\|callsign}
GET /api/servers
GET /api/servers/{id}
GET /api/spawnlist
POST /api/spawnlist
GET /api/teams
GET /api/teams/{id\|name}

Removal

Method Target
POST /api/leagueOverseer

With the introduction of this public API, API keys will be required and each key will be granted permissions.

kongr45gpen commented 8 years ago

:+1: