Archived
1
0
Fork 0
OpenAPI codegen for TypeScript
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
supmiku39 87615616d6 fix Partial constructor, enhance error msg
add more info to BadValueError
  special message on undefined and null
  trace the location where the error is thrown
add int32 STP
fix STP null argument bug
2020-04-08 20:17:57 +09:00
bin ClientAPI, ServerAPI interface, Schema TS codegen 2020-04-05 00:57:34 +09:00
dist fix Partial constructor, enhance error msg 2020-04-08 20:17:57 +09:00
lib fix Partial constructor, enhance error msg 2020-04-08 20:17:57 +09:00
.eslintignore ClientAPI, ServerAPI interface, Schema TS codegen 2020-04-05 00:57:34 +09:00
.eslintrc.js ClientAPI, ServerAPI interface, Schema TS codegen 2020-04-05 00:57:34 +09:00
.gitignore ClientAPI, ServerAPI interface, Schema TS codegen 2020-04-05 00:57:34 +09:00
package.json fix Partial constructor, enhance error msg 2020-04-08 20:17:57 +09:00
README.md ClientAPI, ServerAPI interface, Schema TS codegen 2020-04-05 00:57:34 +09:00
tsconfig.json ClientAPI, ServerAPI interface, Schema TS codegen 2020-04-05 00:57:34 +09:00
utils ClientAPI, ServerAPI interface, Schema TS codegen 2020-04-05 00:57:34 +09:00
yarn.lock ClientAPI, ServerAPI interface, Schema TS codegen 2020-04-05 00:57:34 +09:00

OpenAPI codegen for TypeScript

TODO

  • Usage
  • Features
  • Limitations
  • Examples