You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently /api/get accepts HTTP POST requests only and expects the key in the request body, which is not really intuitive. This should be re-implemented over HTTP GET, accepting the key in a query parameter or as the last component of the HTTP path (i.e., like /api/get/key).
This issue tracks the progress on this change.
The text was updated successfully, but these errors were encountered:
Currently
/api/get
accepts HTTP POST requests only and expects the key in the request body, which is not really intuitive. This should be re-implemented over HTTP GET, accepting the key in a query parameter or as the last component of the HTTP path (i.e., like/api/get/key
).This issue tracks the progress on this change.
The text was updated successfully, but these errors were encountered: