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
So this is what I have in my routes.rb - ApiTaster.routes { }
And every time I click on URL on API Taster it complains -
Route 'GET /api/v1/chats' is undefined.
Please define this route in routes.rb:
In this particular case this request is a simple GET request without any params and I still cannot run this request from API tester? Same goes for params based request, I should be able to enter the params in a form and execute the request rather than forcing the params in ApiTaster.routes { }
Ok yea we have close to 100 API end points (and growing), so does not make sense to re-define them for API Taster. Would love to see an alternative around that. Thanks for your work.
Why not provide a form for API params rather than forcing them to be defined in routes using
ApiTaster.routes
?The text was updated successfully, but these errors were encountered: