Skip to content

Conversation

samrands
Copy link
Collaborator

@samrands samrands commented Dec 5, 2022

No description provided.

url = self.apiHost + '/oauth/token?grant_type=client_credentials'
response = requests.post(url=url, auth=HTTPBasicAuth(self.clientId, self.clientSecret))
request_args = {'method': HTTPMethod.POST,
'url': self.apiHost + '/oauth/token?grant_type=client_credentials',

Choose a reason for hiding this comment

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

E501 line too long (91 > 79 characters)

@samrands samrands requested a review from stickler-ci December 5, 2022 20:48
@samrands samrands merged commit 5216401 into master Jan 9, 2023
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