We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the ConstellixClient and the SonarClient share similar, but not identical code to communicate with the Constellix APIs.
ConstellixClient
SonarClient
Refactor the code to use a common ConstellixAPI base class for both, prepared for the new v4 API with Authentication: Bearer instead of the custom authZ header. https://api.dns.constellix.com/v4/docs#section/Authentication
ConstellixAPI
v4
Authentication: Bearer
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently, the
ConstellixClient
and theSonarClient
share similar, but not identical code to communicate with the Constellix APIs.Refactor the code to use a common
ConstellixAPI
base class for both, prepared for the newv4
API withAuthentication: Bearer
instead of the custom authZ header.https://api.dns.constellix.com/v4/docs#section/Authentication
The text was updated successfully, but these errors were encountered: