Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement User Login #90

Merged
merged 2 commits into from
May 4, 2023
Merged

Conversation

norrland
Copy link
Contributor

Make it possible to do user logins against the API, with or without OTP.

Implement ListOrganizations and ListCustomerProjects.

The Login is very similar to Client in the most parts. But needs to do things a bit differently
since we do not have a valid api-key before the first request.

  • Make HTTP handleResponseError and parseResponseBody not specific for Client.

Make handleResponseError and parseResponseBody work without
using the *Client object.
Make it possible to do user logins against the API, with or without OTP.

Implement ListOrganizations and ListCustomerProjects.

The Login is very similar to Client in the most parts. But needs to do things a bit differently
since we do not have a valid api-key before the first request.
@norrland norrland requested a review from brother April 25, 2023 12:18
@norrland norrland merged commit d8edd81 into glesys:master May 4, 2023
@norrland norrland deleted the ae-client-function-rebase branch May 4, 2023 11:17
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