Use proper HTTP method types #470
Labels
enhancement
New feature or request
requires firmware changes
Requires Camera Firmware Changes
wontfix
This will not be worked on
Component
Describe the bug
Currently, the GoPro HTTP API only uses HTTP GET and POST Requests. According to https://www.w3schools.com/tags/ref_httpmethods.asp
"GET requests are only used to request data (not modify)"
Currently, whether a method is using GET or POST seems a bit random and DELETE is not used at all.
Expected behavior
Use DELETE method.
PS: I am so glad that you guys now use a proper API description. I was about to create my own:
but will archive it and redirect to your page.
The text was updated successfully, but these errors were encountered: