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 the apis on https://docs.obol.tech/api are not directly executable on docs. If someone wants to call the API through browser, they have to use Swagger which is not public facing. https://api.obol.tech/docs#/
This increases time to first call for dev.
If it is too much of issue, then we should at least let users input the query and path parameters and copy the HTTP or Curl so that they can use that in postman/ cmd line quicklu
🛠️ Proposed solution
let users input the parameters and call API directly from docs and copy the API to be used
If cannot call from docs, let them input parameters and copy API from the docs.
🧪 Tests
Netlify deployment build tests passing
👐 Additional acceptance criteria
❌ Out of Scope
The text was updated successfully, but these errors were encountered:
🎯 Problem to be solved
Currently the apis on https://docs.obol.tech/api are not directly executable on docs. If someone wants to call the API through browser, they have to use Swagger which is not public facing. https://api.obol.tech/docs#/
This increases time to first call for dev.
If it is too much of issue, then we should at least let users input the query and path parameters and copy the HTTP or Curl so that they can use that in postman/ cmd line quicklu
🛠️ Proposed solution
🧪 Tests
👐 Additional acceptance criteria
❌ Out of Scope
The text was updated successfully, but these errors were encountered: