storj/private/apigen
Jeremy Wharton 1613d37466 satellite/console: add endpoints for listing and revoking api keys
This change adds the following endpoints:
- projects/apikeys/{id}: returns a paged list of API keys for the
	project specified by the given ID
- apikeys/delete/{id}: deletes the API key specified by the given ID

Additionally, the API Go code generator has been given the ability to
process unsigned integer parameters.

Change-Id: I5ff24e012da24a3f06bea1ebb62bae6ff62f951a
2022-09-01 14:24:00 -05:00
..
example private/apigen,cmd/apigentest: add tests for generated API code 2022-08-15 16:48:41 +00:00
common.go private/apigen: Make API generation deterministic 2022-06-17 12:06:08 -05:00
endpoint.go {private,satellite}: add Typescript generation to REST API generation 2022-08-18 16:37:48 +00:00
gogen_test.go private/apigen,cmd/apigentest: add tests for generated API code 2022-08-15 16:48:41 +00:00
gogen.go satellite/console: add endpoints for listing and revoking api keys 2022-09-01 14:24:00 -05:00
tsgen.go {private,satellite}: add Typescript generation to REST API generation 2022-08-18 16:37:48 +00:00