oxidecomputer / oxidecomputer/console
Button to display API call that is going to take place.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 228
- Forks
- 22
- Avg merge
- 19h 42m
- Merged PRs (30d)
- 32
Description
Something I found really useful as an SRE was having a way to see what API call was going to be made after setting a configuration through a UI (i.e. picking settings for creating an instance with an attached disk).
Example use cases:
- For people who need to write scripts it makes it easy for them to copy paste the API call and use curl or whatever if the CLI is not installed in the environment they are in (this is common for a myriad of reasons).
- When contacting support It's easier to copy paste the API call from the UI than taking several screenshots and sending pictures.
NOTE: This is a super low priority feature request. I just remembered how much I liked this and would be nice to have
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by tracing the UI flow for configuring a resource such as an instance with an attached disk, then determine how the resulting API request could be exposed and copied. Done means the UI displays the API call that the selected configuration will make and supports copying it for scripts or support requests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100