15 comments (15 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go2,725 forks (2,725 forks)batch import
help wantedneed/analysistopic/apitopic/rpc-api
Repository metrics
- Stars
- 13,906 stars (13,906 stars)
- PR merge metrics
- Avg merge 4d 2h (Avg merge 4d 2h)28 merged PRs in 30d (28 merged PRs in 30d)
Description
HTTP API root (e.g. http://localhost:5001/) should show a listing with links to:
/webui
- show locally installed, trusted apps. (right now only webui)
- list the URL to the api:
/api/v0/<command>?arg=<args>&<flags>
thanks @dominictarr
Contributor guide
- Research direction
- Examine the existing HTTP API handler and add a root endpoint that returns a JSON listing with links to /webui, locally installed apps, and API documentation.
- Tech stack
- go
- Domain
- apibackend
- Issue type
- Feature
- Prerequisites
- GoHTTP