1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00
budibase/packages/server/src/api/routes/public
2022-03-15 20:17:41 +00:00
..
middleware Changing how types are generated from the open api spec a bit. 2022-03-01 19:00:28 +00:00
tests Updating summaries, adding descriptions, wrapping responses with generic wrapper 'data'. 2022-03-01 14:37:35 +00:00
utils Adding new generation technique, converting openAPI spec to typescript definitions, which are then applied in mapping output middlewares to make sure that the structures of the response are fully respected. 2022-03-01 18:35:08 +00:00
applications.ts Making the URL optional for application creation/update in OpenAPI spec, removing unused parameter and fixing getRedisOptions function to work with fully qualified URLs. 2022-03-10 15:53:23 +00:00
index.ts Fixing issue found by test case. 2022-03-15 20:17:41 +00:00
queries.ts Quick fix for openAPI spec, improving the search spec. 2022-03-08 17:42:26 +00:00
rows.ts Adding new generation technique, converting openAPI spec to typescript definitions, which are then applied in mapping output middlewares to make sure that the structures of the response are fully respected. 2022-03-01 18:35:08 +00:00
tables.ts Quick fix for openAPI spec, improving the search spec. 2022-03-08 17:42:26 +00:00
users.ts Quick fix for openAPI spec, improving the search spec. 2022-03-08 17:42:26 +00:00