A way to "raw" GET/PUT the config files would be helpful in automated infrastructure
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 781
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
While it's not too hard to build a valid request for /save in Python or sh/curl, getting the current file contents is much more difficult. It seems the only way to download it is via server-side events. I started trying to write a "raw" handler, but I've never done Go before.
Contributor guide
No contributing guide indexed for this repository
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
Start by tracing the existing /save request and the server-side-events path used to retrieve current file contents. Define the raw GET and PUT behavior for config files, then verify that automated clients can read and update them without relying on server-side events.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100