meteor-collectionapi
meteor-collectionapi copied to clipboard
Meteor Collection RESTful API
Hey @crazytoad, Thanks for transferring this repo over to @xcv58. Can you please hide the [old package](https://atmospherejs.com/mrt/collection-api) from Atmosphere searches? ``` meteor admin set-unmigrated mrt:collection-api ``` Thanks, Dan Atmosphere curator
Hi, I'm new to Collections API. It looks awesome at first glance but I wonder if it will be applicable in my case: - I want to expose a server...
So you can allow meteor users to authorize access and modification of their specific data. Possible implementation is to limit access to data in collections by userId field in each...
this is a strange error. it only happens with a collection, no matter if I define an authToken, or not. ``` http.js:687 throw new Error('Can\'t render headers after they are...
It would be useful to have an option of setting an `Access-Control-Allow-Origin` header in the plugin init code. Currently I had to manually add it in the `_sendResponse` prototype function.
readme.md seems outdated
Add charset UTF-8 to response headers
Hello and thanks for the library, Below is my issue with collectionAPI (OSX + last meteor) gad$ curl -v -H "Content-Type: application/json" -H "X-Auth-Token: 97f0ad9e24ca5e0408a269748d7fe0a0" -X PUT -d "{\"\$set\": {\"description\":...
Although the optimal and most common way is to send JSON data to a REST API, there are cases when you need to use existing systems to POST and PUT...
Hi, First, thanks a lot for this usefull meteor package. I have been using it for some weeks up to now. Currently I need to request the rest API with...