Skip to content

Commit

Permalink
Merge pull request #378 from HubSpot/feature/update-readme
Browse files Browse the repository at this point in the history
Feature/update readme
  • Loading branch information
alzheltkovskiy-hubspot authored Jan 27, 2025
2 parents ea94370 + c602290 commit 972816f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ Please, note that hapikey is no longer supported after v5.1.0. You can get more
#### Obtain OAuth2 access token:

```python
from hubspot.auth.oauth import ApiException
from hubspot.oauth import ApiException

try:
tokens = api_client.auth.oauth.tokens_api.create(
tokens = api_client.oauth.tokens_api.create(
grant_type="authorization_code",
redirect_uri='http://localhost',
client_id='client_id',
Expand Down

0 comments on commit 972816f

Please sign in to comment.