Automated API Documentation Generation with GenDocs| AIStore
Automated API Documentation Generation with GenDocs| AIStore
Open Liberty 25.0.0.7-beta is here with support for MicroProfile 7.1! Includes Telemetry 2.1 (built on OpenTelemetry v1.48.0) & OpenAPI 4.1.| MicroProfile
The more I work on API standards, the more I realise how few teams understand that they can adopt the standards and, without breaking any contract, adapt them to make a strong interface for their own application. One of my … Continue reading →| LornaJane
NewsPicksのクレジットカード決済における本人認証対応についてご紹介します。| Uzabase for Engineers
Discover the importance of API catalogs, their differences from API portals & gateways, and how to ensure optimal API management and security.| Escape DAST - Application Security Blog
April 2025 OpenAPI update: push for v3.1 adoption, Arazzo roadmap, upcoming events, and the OAK Repository’s role in AI-focused API workflows.| OpenAPI Initiative
An article by Rob Allen| akrabat.com
It time for our next Community Hero, and this time we talk to Leviathan of the API world Phil Sturgeon. Phil is author of Build APIs You Won’t Hate, ex-WeWork... The post OpenAPI Community Hero – Phil Sturgeon appeared first on OpenAPI Initiative.| OpenAPI Initiative
Change the fields returned by your API by offering more representations of the resources. This under-appreciated feature of API design can help teams to get the best from their API for multiple use cases, without the need to switch to GraphQL.| LornaJane
GitBook joins the OpenAPI Initiative! Learn how GitBook uses OpenAPI for great developer experience in our interview with Addison Schultz.| OpenAPI Initiative
API reference documentation changed the way we built integrations, and eventually became part of the driving force for OpenAPI adoption and all the good tooling that flowed from it. As a developer experience specialist, I spend a lot of time thinking about how human users can work with the technical| LornaJane
Welcome to the OpenAPI Initiative (OAI) February 2025 newsletter, the first of this year! Our newsletter brings you initiative news, details of new versions of our specifications, and information on... The post OpenAPI Initiative Newsletter – February 2025 appeared first on OpenAPI Initiative.| OpenAPI Initiative
Welcome to the next installment of our series of posts on people we consider to be heroes of the OpenAPI community. These people go above and beyond to contribute to... The post OpenAPI Community Heroes – Erik Wilde appeared first on OpenAPI Initiative.| OpenAPI Initiative
I've been using Optic's CLI, an OpenAPI tool that does a bunch of things including diffing OpenAPI descriptions and comparing HTTP traffic with OpenAPI. My use case was an established API that didn't have an OpenAPI file yet - using Optic we could create one as a starting point, and then move to a d| LornaJane
The API DevTools space is alive and well with lots of new and exciting products popping up all the time. I've been especially impressed by the new tools in the docs space, but some of the options are less practical for use as quick human-friendly OpenAPI renderings or previews to use during API deve| LornaJane
In this article, I'll be implementing an openapi generator from scratch so you can too! We'll be creating a very simple generator for the Jetbrains HTTP Client| Julien's DevRel corner
In 2024, the OpenAPI Initiative set a high bar for activity with the release of new specifications like Arazzo 1.0.0 and Overlay 1.0.0, along with two important patch versions of... The post Announcing Arazzo Specification version 1.0.1 appeared first on OpenAPI Initiative.| OpenAPI Initiative
For teams that generate OpenAPI from their codebase, there's a tough choice between maintaining rich and extensive content such as Markdown descriptions and examples in codebase annotations, or in making those changes to the generated file - and then losing them when the code changes and the file is| LornaJane
Learn how to automatically generate static API specifications from API codebases for Continuous Security Testing (CT)| Escape - The API Security Blog
API governance needs good tooling, and rules that fit - so today's post covers both. Fun fact: I work at Redocly and had used the tool for years, but recently realised that I have a post about a different tool in the archives of my blog, but no Redocly post. So here's the Lorna-recommended version| LornaJane
Working on API tools, I get to see inside lots of different organisations' API projects and processes. Every scenario is different, but a common theme is that many companies use a more complicated API description workflow than you see in conference slide decks! Without sharing any one organisation's| LornaJane
Open Liberty 23.0.0.12 introduced MicroProfile 6.1, which included updates to MicroProfile Metrics and MicroProfile Telemetry 1.1.| MicroProfile
Make an entity resource file with Prisma that can be used with OAS Tools to generate an Open API document and a Node.js/Express server.| ashryan.io
This blog shows a way to use the Jetbrains HTTP Client to replace Postman and test third party APIs, share requests and even run them in CI all of that within minutes!| Julien's DevRel corner
I found and fixed a tiny bug in OpenAPI, learnt about the library, jackson and git in the process. In short, get and set methods are visited by Jackson even when they aren't used anywhere in the code! Be careful how you name your methods 🔥| Julien's DevRel corner
In this article, I'm sharing some tips and tricks on how to get productive with creating OpenAPI generators. How to run and debug, create your own easily and more| Julien's DevRel corner