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

Check arguments to meteor methods #8

Closed eldog closed 9 years ago

eldog commented 9 years ago

Need to check arguments otherwise will not work with apps using audit-argument-checks package.

Seems my editor also removed excess whitespace too... Hope this is not a problem.

Thanks for a cool package!

eldog commented 9 years ago

Closing as there seems to be a bug that user does not exist when refreshing page. Wondering why a userId is passed in the method when it can be accessed by this.userId in the method?