several additions
This commit is contained in:
26
plans.md
26
plans.md
@@ -11,3 +11,29 @@
|
||||
- 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]
|
||||
- ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user