#Swagger

0 Followers · 4 Posts

Swagger is an open-source framework used to design, build, document, and consume RESTful APIs. It provides a user-friendly interface and tools to make it easy for developers to understand and interact with APIs without needing to dig through the code. Swagger uses a standard format called OpenAPI Specification to describe the structure and behavior of APIs. It's widely used for generating API documentation, testing endpoints, and even auto-generating client and server code.

InterSystems staff + admins Hide everywhere
Hidden post for admin
New
Article Oliver Wilms · Feb 25 2m read

iris-budget

I created iris-budget app for the InterSystems Full Stack Contest in 2026. By full stack, we mean a frontend web or mobile application that inserts, updates, or deletes data in InterSystems IRIS via REST API, Native API, ODBC/JDBC, or Embedded Python.

My app uses multiple REST APIs to add a new category or retrieve a list of categories of expenses and income.

First web application /csp/coffee

I inherited /csp/coffee from module.xml in iris-fullstack-template.

Second web application /csp/budget

For this project, I created a swagger file called "budget.json.

0
0 65
Article Andrew Sklyarov · Feb 15 7m read

In this article, I aim to demonstrate a couple of methods for easily adding validation to REST APIs on InterSystems IRIS Data Platform. I believe a specification-first approach is an excellent idea for API development. IRIS already has features for generating an implementation stub from a specification and publishing that specification for external developers (use it with iris-web-swagger-ui for the best results). The remaining important thing not yet implemented in the platform is the request validator. Let's fix it!

0
0 60