boddhisattva
boddhisattva

Reputation: 7390

Is there a way to call a Grape API directly through the Ruby on Rails console with appropriate params passed as part of the call

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

Answers (0)

Related Questions