We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb044a3 + 3426848 commit 495208bCopy full SHA for 495208b
README.rst
@@ -39,8 +39,7 @@ Connecting your application to Quickbooks Online
39
quickbooks = QuickBooks(
40
sandbox=True,
41
consumer_key=QUICKBOOKS_CLIENT_KEY,
42
- consumer_secret=QUICKBOOKS_CLIENT_SECRET,
43
- callback_url=CALLBACK_URL
+ consumer_secret=QUICKBOOKS_CLIENT_SECRET
44
)
45
46
quickbooks.authorize_url = authorize_url
@@ -97,7 +96,8 @@ List of objects:
97
96
::
98
99
100
- from quickbooks.objects.customer import Customer customers = Customer.all()
+ from quickbooks.objects.customer
+ import Customer customers = Customer.all()
101
102
**Note:** The maximum number of entities that can be returned in a
103
response is 1000. If the result size is not specified, the default
0 commit comments