Open adrian-golian opened 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
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)
Endpoints
{id}/
,{id}/join
,{id}/start
and{id}/play
need to be POST endpoints. Currently the client breaks (Blef-team/blef_ios_app#30).