fj/.forgejo/issue_template/api-gap.md

25 lines
430 B
Markdown
Raw Normal View History

---
name: Forgejo API endpoint not wrapped
about: An /api/v1 endpoint fj doesn't expose yet.
labels: [enhancement, api-gap]
---
## Endpoint
<!-- e.g. `POST /repos/{owner}/{repo}/reactions` -->
## What it does
<!-- One sentence. Link the Forgejo Swagger entry if you can. -->
## Why you need it
<!-- What you're trying to script or automate. -->
## Suggested CLI surface
```sh
# Draft the fj command you'd want.
fj ...
```