improvements and bug fixes
This personal open source project has the main intention to automatically publish RESTful API's built with Intersystems IRIS technology, in the simplest and fastest way possible, using the Open API Specification (OAS 3.0) standard.
It allows the user to focus mainly on the implementation and business rules of API’s (Web Methods), abstracting and automating other aspects related to documentation, exposure, dispatching and monitoring of services.
This project also includes a full IRIS sample class (apiPub.samples.api), based on the official Swagger Petstore sample.
Check this out on git documentation and find out more!
improvements and bug fixes
improvements and bug fixes
performance improvements and bug fixes
performance improvements and bug fixes
plug and play installation using docker.
zpm compatible.
With a simple json instance, you can generate an OAS schema. You can relate this schema to a %Library.DynamicObject method parameter type for documentation and parsing purposes.
https://github.com/devecchijr/apiPub#generate-the-oas-30-schema-based-on-a-json-instance
https://github.com/devecchijr/apiPub#relate-parseable-schemas-to-dynamic-json-types-librarydynamicobject
Initial Release