api(howto): enhance OAuth documentation with example#902
Merged
Conversation
👋` Review app deletedYou closed this PR and deleted the review app. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR expands the Clever Cloud API “howto” documentation to provide a fuller OAuth 1.0a walkthrough, including concrete request examples and guidance for signing requests.
Changes:
- Adds a link to a complete OAuth1 example repository (Bun/TypeScript).
- Replaces the brief OAuth1 “dance” section with a step-by-step flow (request token → authorise → access token).
- Adds examples for authenticated requests and signature construction (PLAINTEXT + HMAC).
f2329e7 to
8d6182f
Compare
8d6182f to
0362d1f
Compare
judu
reviewed
Mar 25, 2026
judu
requested changes
Mar 25, 2026
Member
judu
left a comment
There was a problem hiding this comment.
I’ve seen one small change to be done, apart from the bots remarks.
ec4b3b6 to
9d80cf5
Compare
9d80cf5 to
44fd883
Compare
44fd883 to
8f16829
Compare
Co-Authored-By: Julien Durillon <julien.durillon@clever-cloud.com>
8f16829 to
439adf9
Compare
judu
approved these changes
Mar 25, 2026
Member
judu
left a comment
There was a problem hiding this comment.
I guess we should update vale’s configuration to let it ignore URL, TIP and the few others in here. Also, the dash thing has to go 👀
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 What does this PR do?
This PR enhances OAuth documentaton with tested examples/code.
🧪 Type of Change
✅ Quick Checklist