crazytoad / meteor-collectionapi

Meteor Collection RESTful API
Other
276 stars 29 forks source link

Feature Request: create an upsert functional on a http POST #24

Open kelvinu opened 11 years ago

kelvinu commented 11 years ago

Would be great if someone could build out this feature so you don't have to do the following:

  1. Get the collection
  2. See if your value exists in the JSON object
  3. Decide if you need to POST or PUT your object