2023-06-03 23:40:31 +02:00
|
|
|
# Plans
|
|
|
|
|
|
|
|
## To implement
|
|
|
|
|
|
|
|
- [ ] repositories list
|
|
|
|
- [ ] login
|
|
|
|
- [ ] issues
|
|
|
|
|
|
|
|
## Libraries
|
|
|
|
|
|
|
|
- libcurl
|
|
|
|
- ncurses
|
|
|
|
- a json library to find
|
2023-06-05 17:33:04 +02:00
|
|
|
|
|
|
|
## 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]
|
|
|
|
- ...
|
|
|
|
|