1
0
Fork 0
mirror of synced 2024-05-09 15:22:33 +12:00
Commit graph

53 commits

Author SHA1 Message Date
Eldad Fux d1b5f310e3 Added spec generator CLI command, remove old HTTP endpoint 2022-01-01 14:07:11 +02:00
Torsten Dittmann 8f583cc063 fix: swagger spec 2021-12-14 13:51:57 +01:00
Torsten Dittmann eb7c9dd020 fix(specs): swagger add nullable property 2021-11-25 11:08:39 +01:00
Damodar Lohani adc1e3f2af missing semicolon 2021-11-18 18:32:54 +05:45
Damodar Lohani 404a3c5754 adding example 2021-11-02 15:02:44 +05:45
Damodar Lohani 9c2b9fee1f fix spec 2021-11-01 18:37:08 +05:45
Torsten Dittmann 5ed2fc19f5 fix(specs): swagger responses 2021-10-29 12:55:49 +02:00
Torsten Dittmann c3d1dad82c fix stdClass usage 2021-10-05 17:39:39 +02:00
Matej Baco 73c0b23680 Swagger (2,3) support for multiple types of response 2021-09-30 11:59:01 +02:00
Matej Baco c97b153255 Implemented oneOf for non-array results with multiple types 2021-09-23 13:12:50 +02:00
Matej Bačo 9c9a17a2a4
Apply suggestions from code review
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2021-09-21 20:33:11 +02:00
Matej Baco d0e777edd5 Swagger Double type fix 2021-09-21 14:25:41 +02:00
Matej Baco 1eeddc8015 This should not be removed 2021-09-21 14:19:25 +02:00
Matej Baco b97542e581 Swagger2 array fix 2021-09-21 14:16:24 +02:00
Matej Baco a87d482e49 Swagger2 support for arrays (work-around) 2021-09-21 14:12:43 +02:00
Christy Jacob dd9cddc525 feat(review): fix review comments 2021-09-01 16:54:36 +05:30
Christy Jacob ac0ff8ea0f feat(response): use recursive function for swagger/openapi spec generation 2021-09-01 02:25:13 +05:30
Damodar Lohani 7b56613b58 update framework 2021-08-19 10:54:55 +05:45
Eldad Fux 13c1bb045d Cleanup old db library 2021-07-25 17:47:18 +03:00
Torsten Dittmann 45c3bc9424 revert(spec): option to include all models 2021-06-03 11:58:59 +02:00
Torsten Dittmann c8f8650b78 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-specs-unused-models 2021-06-01 14:17:11 +02:00
Torsten Dittmann 4771b6ca78 feat(specs): include unused models param 2021-06-01 14:13:44 +02:00
Eldad Fux 07ca2d8608 Upgraded sdks versions 2021-05-21 17:01:49 +03:00
Damodar Lohani 09874e9c5d fix spec type mismatch 2021-05-21 14:29:51 +05:45
Damodar Lohani fd509ad282 fix password format 2021-05-21 13:16:49 +05:45
Damodar Lohani 87bbcff3a7 fix wrong type value 2021-05-21 13:04:19 +05:45
Damodar Lohani 54fdc647c2 updated specs to get validator getType 2021-05-21 12:53:53 +05:45
Eldad Fux 98df165050 Updated platform types 2021-05-19 18:29:06 +03:00
Eldad Fux 019f1e9d57 Fixed specs and code examples 2021-05-19 17:26:06 +03:00
Eldad Fux cb038a2cfd Updated specs 2021-05-19 16:10:32 +03:00
Torsten Dittmann 501f68ca38 Merge branch 'dev' of https://github.com/appwrite/appwrite into merge-dev-into-0.8.x 2021-05-07 09:15:56 +02:00
Eldad Fux 5d1492b034 Fixed code examples 2021-04-21 09:54:28 +03:00
Eldad Fux ce8b3686d8 Replaced sdk.security with sdk.auth 2021-04-16 10:22:17 +03:00
Eldad Fux 7a0ff7699a Merge branch '0.8.x' of github.com:appwrite/appwrite into feat-jwt-support-for-sdks 2021-04-16 10:20:12 +03:00
Torsten Dittmann 20e858dbfe fix: validator class and spec generator 2021-04-13 10:46:30 +02:00
Torsten Dittmann 3cc08c849f fix: add error types 2021-04-08 11:27:59 +02:00
Torsten Dittmann ccf114120e fix: add nested models in models 2021-04-08 11:24:41 +02:00
Torsten Dittmann d8fd30cffa feat: filter response models in swagger spec 2021-04-08 10:39:44 +02:00
Eldad Fux aaa43bb154 Added JWT example 2021-03-29 00:47:17 +03:00
Eldad Fux 8ea83b24c3 Added new JWT as SDK auth method 2021-03-29 00:22:12 +03:00
Eldad Fux e704cc82b5 Remove content type when no content 2021-02-02 08:02:35 +02:00
Eldad Fux 3440571f7f Updated specs 2021-02-01 01:07:11 +02:00
Eldad Fux 07beab14f8 Updated specs 2021-01-29 18:13:11 +02:00
Eldad Fux 237973bcb9 Added service descriptions to Swagger and OpenAPI3 specs 2021-01-26 13:54:06 +02:00
Damodar Lohani d4c7ab045a Switching to utopia-php/storage 2021-01-22 14:13:33 +05:45
Eldad Fux dfe12b2be0 Fixed object default value 2021-01-06 14:49:11 +02:00
Eldad Fux ce4fab647b Fixed spec generator 2020-12-26 19:47:42 +02:00
Eldad Fux 794ddd6617 Updated demo code path 2020-12-25 14:11:17 +02:00
Eldad Fux 8bbf394d4a Fixed missing required attributes 2020-11-14 13:52:07 +02:00
Eldad Fux b2b6b5420d Added bool support in Swagger JSON 2020-11-14 01:28:01 +02:00