Generating Open API spec using isc.rest #13
-
|
I am starting to migrate from using apps_rest to use isc.rest for a project and we need to send an open api spec to the front end developers for our api. I am trying to get an example working with the sample phonebook app. Does anyone have an example of generating an open api spec using the isc.rest framework ? Thanks Dan |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
We still need to flesh out the docs on OpenAPI spec generation in itself, but the best way to work with it is through https://github.com/intersystems/isc-ipm-js . This also has a sample of how to generate OpenAPI at https://github.com/intersystems/isc-ipm-js/blob/main/cls/pkg/isc/ipm/js/... and following. |
Beta Was this translation helpful? Give feedback.
We still need to flesh out the docs on OpenAPI spec generation in itself, but the best way to work with it is through https://github.com/intersystems/isc-ipm-js . This also has a sample of how to generate OpenAPI at https://github.com/intersystems/isc-ipm-js/blob/main/cls/pkg/isc/ipm/js/... and following.