several additions

This commit is contained in:
2023-06-05 17:33:04 +02:00
parent e3508eee23
commit 93c0f6180d
5 changed files with 101 additions and 7 deletions

View File

@@ -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]
- ...