sbp commented on issue #145: URL: https://github.com/apache/tooling-trusted-release/issues/145#issuecomment-3132915694
This has been implemented across a large number of commits. As of 386fe98b99fe1486acf41bd966b59ce1be3f3108 we have the following endpoints, many of which are also used in the ATR client: ``` GET /api/checks/list/{project}/{version} GET /api/checks/list/{project}/{version}/{revision} GET /api/checks/ongoing/{project}/{version} GET /api/checks/ongoing/{project}/{version}/{revision} GET /api/committee/get/{name} GET /api/committee/keys/{name} GET /api/committee/projects/{name} GET /api/committees/list POST /api/jwt/create POST /api/key/add POST /api/key/delete GET /api/key/get/{fingerprint} POST /api/keys/upload GET /api/keys/user/{asf_uid} GET /api/project/get/{name} GET /api/project/releases/{name} GET /api/projects/list POST /api/release/announce POST /api/release/create POST /api/release/delete POST /api/release/draft/delete GET /api/release/get/{project}/{version} GET /api/release/paths/{project}/{version} GET /api/release/paths/{project}/{version}/{revision} GET /api/release/revisions/{project}/{version} POST /api/release/upload GET /api/releases/list POST /api/signature/provenance POST /api/ssh-key/add POST /api/ssh-key/delete GET /api/ssh-keys/list/{asf_uid} GET /api/tasks/list GET /api/users/list POST /api/vote/resolve POST /api/vote/start POST /api/vote/tabulate ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tooling.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tooling.apache.org For additional commands, e-mail: dev-h...@tooling.apache.org