Reputation: 7390
I would like to directly call a Grape API as part of a Rails application through the rails console. How do we directly call a Grape API from the rails console with appropriate params passed as part of the call?
I'm currently on Rails 7 and I'm using Grape 2.0.0
Upvotes: 1
Views: 100