storj/private/apigen/example
Ivan Fraixedes 3193ff9155 private/apigen: Don't force casing for API group name/prefix
The API generators rely on the Name and Prefix fields of the
EndpointGroup type to generate code.

Conventional naming code requires using upper or lower case for types,
functions, etc, however requiring the user to set this fields with the
correct casing seems cumbersome for them because they can be adjusted
depending where those values are used on the generated code.

This commit lifts the restriction for the user and adjust the casing of
them according to where they are used.

Change-Id: I700a879d13b4789b4d6ba0519b4d7508061eac73
2023-10-05 06:48:50 +00:00
..
myapi private/apigen: Fix code generation for slices & arrays 2023-10-02 17:05:35 +02:00
api.gen.go private/apigen: Don't force casing for API group name/prefix 2023-10-05 06:48:50 +00:00
apidocs.gen.md private/apigen: Fix code generation for slices & arrays 2023-10-02 17:05:35 +02:00
client-api.gen.ts private/apigen: Don't force casing for API group name/prefix 2023-10-05 06:48:50 +00:00
doc.go private/apigen: make code compile with 1.16 2022-09-02 16:34:46 +03:00
gen.go private/apigen: Rename Endpoint fields 2023-10-04 13:46:54 +02:00