As promised, we're doing smaller and more frequent releases. So, it's time for AsyncAPI 1.2.0! This version adds support for exciting new features, such as a way to document Streaming APIs and Event-based APIs, i.e., those that don't have topics, e.g., the WebSockets ones. Let's go through all …
AsyncAPI specification
Docgen now supports AsyncAPI 1.1.0 (and more!)
I just published asyncapi-docgen 1.10.1 🎉 This version includes some new cool features: Support for allOf, anyOf, and oneOf on schemas. Support for oneOf on topic operations. Support for topic parameters. Auto-generated code samples for messages and schemas. 1. Support for allOf, …
Announcing AsyncAPI 1.1.0
This is no longer the latest AsyncAPI release. Check out AsyncAPI 1.2.0. It's been a long time since we launched the first AsyncAPI stable version. Since September 20th last year, to be more specific. But, today, I'm happy to announce that AsyncAPI 1.1.0 version is out! 🎉 This version and, …
Nordic APIs Tooling Review: AsyncAPI
Documentation will set you free – this is a mantra often delivered by experienced developers, and it bears repeating whenever the value of documentation is discussed. Simply put, documentation is perhaps one of the most important elements of effective API developer communication, second only to …
Event-Driven Architectures & AsyncAPI
Event-Driven Architectures & AsyncAPI We, as engineers, often forget that APIs are not just HTTP APIs. We got so used to think about HTTP and REST APIs that we even have to stop for a moment to remember what the API term means. API stands for ”Application Programming Interface”. It’s exactly on …