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

feat: Support for bearer token authentication and no authentication and PUT method in REST calls #803

Merged
merged 4 commits into from
Jun 25, 2024

Conversation

AsabuHere
Copy link
Contributor

Fixes

A short description of what this PR does.
Support for bearer token authentication and no authentication and PUT method in REST calls

Checklist

  • I acknowledge that all my contributions will be made under the project's license
  • I have made a material change to the repo (functionality, testing, spelling, grammar)
  • I have read the Contribution Guidelines and my PR follows them
  • I have titled the PR appropriately
  • I have updated my branch with the main branch
  • I have added tests that prove my fix is effective or that my feature works
  • I have added the necessary documentation about the functionality in the appropriate .md file
  • I have added inline documentation to the code I modified

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.

sbansla and others added 3 commits April 12, 2024 15:57
…for organisation apis (#797)

* Handling null pointers when meta info is null in a response

* Add fetcher class under noauth package

* Making token fetch thread safe

* Token re fetch logic implementation

* adding token class files
@AsabuHere AsabuHere requested a review from sbansla June 24, 2024 06:24
…earer token auth and Support for PUT method (#802)

* Docs update for bearer token authentication and endpoints with no auth

* Support for put request in clients
Copy link

sonarcloud bot commented Jun 24, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
19.8% Coverage on New Code (required ≥ 80%)
20.8% Duplication on New Code (required ≤ 3%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@AsabuHere AsabuHere merged commit 2b32a89 into main Jun 25, 2024
11 of 12 checks passed
@AsabuHere AsabuHere deleted the auth-rest-client branch June 25, 2024 07:38
AsabuHere added a commit that referenced this pull request Jun 25, 2024
…cation and PUT method in REST calls (#803)"

This reverts commit 2b32a89.
AsabuHere added a commit that referenced this pull request Jun 26, 2024
…authentication and PUT method in REST calls (#803)""

This reverts commit 97518df.
AsabuHere added a commit that referenced this pull request Jun 26, 2024
…cation and PUT method in REST calls (#803)"""

This reverts commit 13069a8.
AsabuHere added a commit that referenced this pull request Jun 27, 2024
…nd PUT method in REST calls (#803)

This reverts commit 0b771a9.
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.

None yet

2 participants