Closed pmq20 closed 2 years ago
@pmq20 In my case, I'm using Grape mounted inside of a Rails app (we use Grape for our API and Rails for our other endpoints)
It appears this pull request would assume that if Grape is defined, all of the endpoints are Grape. Is that right?
Hi, I'm interested in using Grape within Rails. Have these issues been resolved? Does batch_api place nicely with Grape?
cc @jeremyhaile @pmq20
batch_api
currently does not play well withgrape
APIs (intridea/grape) on various parameter passing issues. This pull request helps to let them work together.