storj/satellite/console/consoleweb/consoleapi
Moby von Briesen 8acb1ee5bf private/apigen: Support basic doc generation
Add some code to generate a basic markdown file documenting a generated
API. Generate this document for the API in
satellite/console/consoleweb/consoleapi/gen.

The documentation is not completely correct, as it may include some
values in the request body that are not actually usable by the
requester. This can be fixed by making sure all types used within the
generated API are properly annotated with `json` tags.

Issue: https://github.com/storj/storj-private/issues/244

Change-Id: I57b259967fb0db8f548b6598a10c825da15ba723
2023-06-13 08:48:06 +00:00
..
gen private/apigen: Support basic doc generation 2023-06-13 08:48:06 +00:00
utils satellite/nodeevents: validate emails before notifying 2022-12-06 09:59:45 -05:00
abtesting_test.go console/abTesting: add support for AB testing 2022-10-27 10:57:12 +00:00
abtesting.go private/web,satellite/console/.../consoleapi: serve rate limiting errors as JSON 2022-11-23 17:56:07 +00:00
analytics.go satellite/{analytics, web}: segment ui error tracking implemented 2022-12-13 18:11:53 +00:00
api.gen.go private/apigen: Change order of operations in api generation 2023-01-11 16:54:53 +00:00
apidocs.gen.md private/apigen: Support basic doc generation 2023-06-13 08:48:06 +00:00
apikeys_test.go satellite/{console,web}: support delete by ID and publicID 2023-01-06 13:40:10 +00:00
apikeys.go satellite/{console,web}: support delete by ID and publicID 2023-01-06 13:40:10 +00:00
auth_test.go satellite/console/.../consoleapi: keep special chars in registration info 2023-06-07 01:52:50 +00:00
auth.go satellite/console/.../consoleapi: keep special chars in registration info 2023-06-07 01:52:50 +00:00
buckets_test.go satellite/buckets: move Bucket definition 2023-04-13 17:55:40 -04:00
buckets.go satellite/{console,web}: make bucket endpoints support publicID 2023-02-13 23:00:03 +00:00
common.go private/web,satellite/console/.../consoleapi: serve rate limiting errors as JSON 2022-11-23 17:56:07 +00:00
payments_test.go satellite/payments: rename 'stripecoinpayments' package to 'stripe' 2023-04-06 16:51:43 +00:00
payments.go satellite/{consoleapi,web}: limit user input 2023-06-05 11:43:56 +00:00
projects.go satellite/console: add API methods for responding to project invites 2023-06-06 10:38:00 +00:00
usagelimits_test.go all: fix deprecated ioutil commands 2022-10-11 15:27:29 +00:00
usagelimits.go private/web,satellite/console/.../consoleapi: serve rate limiting errors as JSON 2022-11-23 17:56:07 +00:00