jpillora / node-edit-google-spreadsheet

A simple API for editing Google Spreadsheets
304 stars 101 forks source link

Pr response format #33

Closed ssimono closed 10 years ago

ssimono commented 10 years ago

To avoid having to handle JSON or XML response format according to document version, I added a xml2json conversion in request method, called only if JSON parsing fails.

This solved for me all problems I see in #29 discussion, although this may not be the best workaround...

jpillora commented 10 years ago

merged and published 0.2.7