Blef-team / blef_game_engine

The game engine API service for the game of Blef
GNU Affero General Public License v3.0
1 stars 0 forks source link

Change http methods from GET to POST #85

Open adrian-golian opened 4 years ago

adrian-golian commented 4 years ago

Endpoints {id}/, {id}/join, {id}/start and {id}/play need to be POST endpoints. Currently the client breaks (Blef-team/blef_ios_app#30).

maciej-pomykala commented 4 years ago

As agreed on the call, create, join, start, play, make-public and make-private enpoints will be refactored to POST while the get state endpoint and the get public games endpoint will be queried with GET requests

adrian-golian commented 2 years ago

Currently, all routes of the service API in API Gateway are set to handle ANY request method. This appears to void this issue. (Blef-team/blef_ios_app#30 looks unblocked)