thespacedojo / rester

A meteor.js package that grabs your publications and methods and turns them into restful APIs
10 stars 3 forks source link

Special collections case #3

Open samhatoum opened 9 years ago

samhatoum commented 9 years ago

It seems any collections automatically get meteor insert / update / remove methods. Would be awesome to map those to the HTTP verbs

queso commented 9 years ago

We also need to test this stuff for security, to make sure it passes through allow/deny rules before anything happens.

samhatoum commented 9 years ago

:+1: