Skip to content

Commit 107548f

Browse files
authored
Simplify list of (un)implemented endpoints (#89)
1 parent b0fb78f commit 107548f

File tree

1 file changed

+4
-37
lines changed

1 file changed

+4
-37
lines changed

README.md

Lines changed: 4 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -118,41 +118,8 @@ All endpoints are documented in the [endpoints documentation](https://unioslo.gi
118118

119119
To return the raw API responses without validation and type conversion, set `raw=True` when instantiating the client. For more information, check the [documentation](https://unioslo.github.io/harborapi/usage/validation/) on validation.
120120

121-
## Implemented endpoints
122-
123-
<!-- - [ ] Products
124-
- [ ] Chart Repository
125-
- [ ] Label -->
126-
- [x] Artifact
127-
- [x] Auditlog
128-
- [x] Configure
129-
- [x] Garbage Collection
130-
- [x] Health
131-
- [x] Icon
132-
- [x] Immutable
133-
- [x] Label
134-
- [x] Ldap
135-
- [x] OIDC
136-
- [x] Ping
121+
## TODO
122+
123+
### Endpoints
124+
137125
- [ ] Preheat
138-
- [x] Project
139-
- [x] Project Metadata
140-
- [x] Purge
141-
- [x] Quota
142-
- [x] Registry
143-
- [x] Replication
144-
- [x] Repository
145-
- [x] Retention
146-
- [x] Robot
147-
- [x] Robotv1
148-
- [x] Scan
149-
- [x] Scan Data Export
150-
- [x] Scanall
151-
- [x] Scanner
152-
- [x] Search
153-
- [x] Statistic
154-
- [x] System CVE Allowlist
155-
- [x] System Info
156-
- [x] User
157-
- [x] Usergroup
158-
- [x] Webhooks

0 commit comments

Comments
 (0)