percolatestudio / meteor-google-api

A simple API encapsulating some common patterns regarding Google's APIs
https://atmospherejs.com/percolate/google-api
MIT License
48 stars 30 forks source link

dynamically bind HTTP verbs #2

Closed hexsprite closed 9 years ago

hexsprite commented 9 years ago

I needed DELETE and PUT for some Google Calendar integration. This reduces some boilerplate.

tmeasday commented 9 years ago

Nice, thanks @hexsprite