intuit / oauth-jsclient

Intuit's NodeJS OAuth client provides a set of methods to make it easier to work with OAuth2.0 and Open ID
https://developer.intuit.com/
Apache License 2.0
125 stars 159 forks source link

Support for POST Request create/update #23

Closed vikas-ss closed 5 years ago

vikas-ss commented 5 years ago

Is there any support for making POST request create/update entity? Intuit-outh module provides makeAPICall method which can be used to get employee, customer list from Intuit account, method "GET" is hardcoded in that, there is no way we can pass method into this.

Are you planning to provide POST create/update?

abisalehalliprasan commented 5 years ago

@vikas-ss : We are working on releasing an Official SDK to support NodeJS developers soon. But in the meantime you can use the community supported SDK to make API calls :

Community Supported Node SDK

You can find the community supported OAuth2Example here

vikas-ss commented 5 years ago

Okay Thanks. Yeah I had seen community supported SDK already.

desaias commented 5 years ago

@abisalehalliprasan Is there any ETA for the official SDK?