Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Add checkLimit option to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinLeeGordon committed Jan 11, 2019
1 parent 5c5bb7c commit 2f59d0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ npm install hubspot

```javascript
const Hubspot = require('hubspot')
const hubspot = new Hubspot({ apiKey: 'abc' })
const hubspot = new Hubspot({
apiKey: 'abc',
checkLimit: false // (Optional) Specify whether or not to check the API limit on each call. Default: true
})
```

You can also authenticate via token:
Expand Down

0 comments on commit 2f59d0b

Please sign in to comment.