Skip to content

Commit

Permalink
Update README to add current status of project and add link to Intuit…
Browse files Browse the repository at this point in the history
…'s API.
  • Loading branch information
jeffxor committed Sep 27, 2012
1 parent 8e4b90b commit 1241896
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README
@@ -1,5 +1,22 @@
============================= Spring Social Intuit ===========================
qTo check out the project and build from source, do the following:
This is an intial start for a Spring Social Connection to Intuit Quickbooks
using there Intuit Partner Platform Data Service for QuickBooks Online. This service
support OAuth version 1 and has been modeled off the Twitter integration provided by
spring.

You can find further documentation of Intuit's QuickBooks Online API at
https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0050_Data_Services/0400_QuickBooks_Online

Currently supported objects are:-
* Account
* CompanyMetaData
* Customer
* Invoice
* Item
* Payment
* PaymentMethod

To check out the project and build from source, do the following:

git clone --recursive git://github.com/jeffxor/spring-social-intuit.git
cd spring-social-intuit
Expand Down

0 comments on commit 1241896

Please sign in to comment.