Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change http methods from GET to POST #85

Open
adrian-golian opened this issue May 3, 2020 · 2 comments
Open

Change http methods from GET to POST #85

adrian-golian opened this issue May 3, 2020 · 2 comments
Labels
core feature Game Engine logic

Comments

@adrian-golian
Copy link
Member

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

@adrian-golian adrian-golian added the bug Something isn't working label May 3, 2020
@maciej-pomykala maciej-pomykala added core feature Game Engine logic and removed bug Something isn't working labels May 3, 2020
@maciej-pomykala
Copy link
Member

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
Copy link
Member Author

adrian-golian commented Dec 6, 2021

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core feature Game Engine logic
Projects
None yet
Development

No branches or pull requests

2 participants