issues
search
digit-co
/
node-intuit
Node.js client for Intuit's Customer Account Data API
MIT License
2
stars
1
forks
source link
TODO
#2
Open
todoubled
opened
9 years ago
todoubled
commented
9 years ago
[x] code example in readme (
https://github.com/hellodigit/node-intuit/pull/6
)
[x] swap XML parsing for actual JSON responses (
https://github.com/hellodigit/node-intuit/pull/7
)
[x] tests for each
GET
/
DELETE
method with fixtures from real API calls (
https://github.com/hellodigit/node-intuit/pull/7
)
[x] tests for each
POST
/
PUT
method with fixtures from real API calls (
https://github.com/hellodigit/node-intuit/pull/7
)
[x] handle error status codes (
https://developer.intuit.com/docs/0020_customeraccountdata/customer_account_data_api/0700_error_codes
)
[ ] handle OAuth token expiration (
https://github.com/hellodigit/node-intuit/issues/8
)
GET
/DELETE
method with fixtures from real API calls (https://github.com/hellodigit/node-intuit/pull/7)POST
/PUT
method with fixtures from real API calls (https://github.com/hellodigit/node-intuit/pull/7)