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

Allow result.content in addition to result.data #26

Closed curtislarson closed 2 years ago

curtislarson commented 8 years ago

Some google apis return content as "result.content" rather than result.data (such as the Google Contacts api).

This adds the option of choosing result.content if result.data does not exist.

danopia commented 8 years ago

Included in danopia:google-api for those in need