by Abel Gómez | Aug 9, 2020 | (meta)modeling, API, code generation, DSLs, tools
AsyncAPI allows you to define Message-Driven APIs in a machine-readable format. Our AsyncAPI toolkit helps you to model and create AsyncAPI specifications and automatically generate code from them.
by Steven Bucaille | Apr 7, 2020 | API, article, quality, tools
Quality aspects of an API (availability, performance,…) are key aspects to take into account when deciding which API to choose. Our testing framework provides some insights on these non-functional properties as they are typically not disclosed
by Hamza Ed-douibi | Sep 5, 2019 | API, reverse engineering, tools, UML and OCL
From OpenAPI to UML and back! – A tool to reverse engineer your web APIs, modify the resulting UML model and regenerate the OpenAPI file from it.
by Jordi Cabot | May 15, 2019 | API, quality, talk
We present our ecosystem of tools to facilitate the automatic discovery, merging, quality assurance and code-generation of REST APIs, relying on standard specifications like OpenAPI and OData.
by Hamza Ed-douibi | Oct 25, 2018 | API, cloud & web engineering, code generation
We automatically test REST API based on their specifications, particularly OpenAPI ones. To our surprise, many of our tests failed, meaning that the OpenAPI definition and the actual API were not an exact match.
by Hamza Ed-douibi | Aug 29, 2018 | API, article
We propose a model-based approach to compose data-driven REST APIs. Our approach creates a global API exposing a unified data model. This global model is exposed as an OData service