1
0
Fork 0
mirror of synced 2024-08-14 17:42:01 +12:00
Commit graph

13 commits

Author SHA1 Message Date
mike12345567
cb39053b12 Fix for #9778 - there was an issue with operationId in the OpenAPI spec, these need to be unique to be compliant with the spec as brought up in the issue. Also re-writing the spec generation to Typescript to be compliant with how backend code is now written. 2023-02-28 18:10:56 +00:00
mike12345567
5bbbcde978 Removing org ID from cloud spec. 2022-03-07 16:41:22 +00:00
mike12345567
3becf1b8a4 Adding the tenant ID to the Budibase Cloud URL, as well as setting up variables for them all as part of the server URL. 2022-03-07 13:21:30 +00:00
Michael Drury
01bb56cbf4 Adding a testing system which generates the schema and compares against responses. 2022-02-24 23:21:10 +00:00
mike12345567
26c2fc8702 Generating from typescript files. 2022-02-24 18:15:13 +00:00
mike12345567
948c520a6a Refactoring resource system, so that examples and schemas have individual files rather than all being lumped into one. 2022-02-22 15:06:08 +00:00
mike12345567
bb917467ff Adding in row schema for create/update, making sure all existing endpoints have appId specified. 2022-02-18 17:44:08 +00:00
mike12345567
edcb138366 Rows API mostly complete, starting into tables. 2022-02-18 15:47:15 +00:00
mike12345567
51b4d42492 Adding a structure for breaking up examples and parameters. 2022-02-17 19:55:37 +00:00
mike12345567
6a09fdc3e5 Adding in public endpoint definitions. 2022-02-17 18:58:09 +00:00
mike12345567
5f94ed7fe0 Fixing up generation of openapi. 2022-02-17 12:40:08 +00:00
mike12345567
2bc2669ed7 Adding variables to generator. 2022-02-16 18:23:38 +00:00
mike12345567
6dc0dde9d7 Adding openAPI generation. 2022-02-16 16:42:50 +00:00