Skip to content

Commit 972816f

Browse files
Merge pull request #378 from HubSpot/feature/update-readme
Feature/update readme
2 parents ea94370 + c602290 commit 972816f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ Please, note that hapikey is no longer supported after v5.1.0. You can get more
4747
#### Obtain OAuth2 access token:
4848

4949
```python
50-
from hubspot.auth.oauth import ApiException
50+
from hubspot.oauth import ApiException
5151

5252
try:
53-
tokens = api_client.auth.oauth.tokens_api.create(
53+
tokens = api_client.oauth.tokens_api.create(
5454
grant_type="authorization_code",
5555
redirect_uri='http://localhost',
5656
client_id='client_id',

0 commit comments

Comments
 (0)