Skip to content

Conversation

@rjrudin
Copy link
Contributor

@rjrudin rjrudin commented Jul 11, 2023

No description provided.

data={"grant_type": "apikey", "key": api_key},
verify=self._verify,
)
self._access_token = response.json()["access_token"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need any error handling here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, I forget if a 4xx gets thrown right away - I'll add a test case for it.

@rjrudin rjrudin force-pushed the feature/494-cloud branch from bca7446 to 05e9284 Compare July 11, 2023 16:37
@rjrudin rjrudin requested a review from BillFarber July 11, 2023 16:37
@rjrudin rjrudin merged commit 09feaeb into develop Jul 11, 2023
@rjrudin rjrudin deleted the feature/494-cloud branch July 11, 2023 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants