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 GET requests to POST #74

Closed
Henry-Sarabia opened this issue Sep 22, 2020 · 0 comments · Fixed by #77
Closed

Change GET requests to POST #74

Henry-Sarabia opened this issue Sep 22, 2020 · 0 comments · Fixed by #77

Comments

@Henry-Sarabia
Copy link
Owner

The IGDB API will stop accepting GET requests with a body.
The current code is compliant with the Apicalypse schema which writes to the request body.
As such, these GET requests must change to use the POST method.

@Henry-Sarabia Henry-Sarabia added this to the v2.0.0 milestone Sep 22, 2020
@Henry-Sarabia Henry-Sarabia linked a pull request Sep 27, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant