Converted the Api to a Restful api.
This commit is contained in:
@@ -5,22 +5,20 @@ README.md
|
||||
docs/AddGameRequestBody.md
|
||||
docs/AddGamenightRequestBody.md
|
||||
docs/AddLocationRequestBody.md
|
||||
docs/AuthorizeLocationRequestBody.md
|
||||
docs/DefaultApi.md
|
||||
docs/EditGameRequestBody.md
|
||||
docs/Failure.md
|
||||
docs/Game.md
|
||||
docs/GameId.md
|
||||
docs/Gamenight.md
|
||||
docs/GamenightId.md
|
||||
docs/GetGamenightRequestBody.md
|
||||
docs/Location.md
|
||||
docs/LocationId.md
|
||||
docs/Login.md
|
||||
docs/OwnGameRequestBody.md
|
||||
docs/OwnGame.md
|
||||
docs/OwnedGame.md
|
||||
docs/Participants.md
|
||||
docs/Registration.md
|
||||
docs/RenameGameRequestBody.md
|
||||
docs/Token.md
|
||||
docs/User.md
|
||||
docs/UserId.md
|
||||
@@ -32,22 +30,20 @@ src/lib.rs
|
||||
src/models/add_game_request_body.rs
|
||||
src/models/add_gamenight_request_body.rs
|
||||
src/models/add_location_request_body.rs
|
||||
src/models/authorize_location_request_body.rs
|
||||
src/models/edit_game_request_body.rs
|
||||
src/models/failure.rs
|
||||
src/models/game.rs
|
||||
src/models/game_id.rs
|
||||
src/models/gamenight.rs
|
||||
src/models/gamenight_id.rs
|
||||
src/models/get_gamenight_request_body.rs
|
||||
src/models/location.rs
|
||||
src/models/location_id.rs
|
||||
src/models/login.rs
|
||||
src/models/mod.rs
|
||||
src/models/own_game_request_body.rs
|
||||
src/models/own_game.rs
|
||||
src/models/owned_game.rs
|
||||
src/models/participants.rs
|
||||
src/models/registration.rs
|
||||
src/models/rename_game_request_body.rs
|
||||
src/models/token.rs
|
||||
src/models/user.rs
|
||||
src/models/user_id.rs
|
||||
|
||||
Reference in New Issue
Block a user