teaui/plans.md

40 lines
561 B
Markdown

# Plans
## To implement
- [ ] repositories list
- [ ] login
- [ ] issues
## Libraries
- libcurl
- ncurses
- a json library to find
## endpoints
### Notifications
- /notifications [GET, PUT]
### Organisations
- /orgs [GET]
- /orgs/{org} [GET]
- /orgs/{org}/repos [GET, POST]
- /usr/orgs
### Issues
pretty much everything
### repository
- repos/{owner}/{repo} [GET, DELETE, PATCH]
- repos/{owner}/{repo}/branches [GET, POST]
- repos/{owner}/{repo}/branches/{branch} [GET, DELETE]
- repos/{owner}/{repo}/pulls [POST, GET]
- ...