arsduo / batch_api

A Facebook-style, RESTful Batch API
MIT License
274 stars 52 forks source link

Add support for intridea/grape #29

Closed pmq20 closed 2 years ago

pmq20 commented 10 years ago

batch_api currently does not play well with grape APIs (intridea/grape) on various parameter passing issues. This pull request helps to let them work together.

jeremyhaile commented 9 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?

Aryk commented 7 years ago

Hi, I'm interested in using Grape within Rails. Have these issues been resolved? Does batch_api place nicely with Grape?

cc @jeremyhaile @pmq20