storj/private/apigen/example
Ivan Fraixedes 6885ca27fb private/apigen: Inject middleware code after param parsing
Inject the middleware code after the query and path parameters parsing
because in the case that a middleware needs to execute a more expensive
logic, it isn't executed if there are malformed or missing parameters.

Change-Id: I883ade8ee42d25accb153c78d9f583d883730d6a
2023-11-27 23:02:44 +00:00
..
myapi private/apigen: handle omitempty JSON option in structs 2023-11-18 07:09:42 -06:00
api.gen.go private/apigen: Inject middleware code after param parsing 2023-11-27 23:02:44 +00:00
apidocs.gen.md private/apigen: Don't print empty description & version in docs 2023-11-27 16:53:33 +00:00
client-api-mock.gen.ts private/apigen: use correct TS type for nillable fields 2023-11-21 17:58:07 +00:00
client-api.gen.ts private/apigen: use correct TS type for nillable fields 2023-11-21 17:58:07 +00:00
doc.go private/apigen: make code compile with 1.16 2022-09-02 16:34:46 +03:00
gen.go private/apigen: Allow to customize handlers logic 2023-11-23 06:57:40 +00:00