The #mastodon #openapi parser now includes example response payloads, error types, and rate limiting headers.
CouchDB also seems to be a technically simple solution—although it seems more difficult to use. And it's built with erlang!
1. Automatically generating OpenAPI documentation for your web resources doesn't seem doable, but there's perhaps CouchDB's own form of API documentation.
2. HTTP OPTIONS requests are accepted although poorly documented from what I could find.
It'd be nice if CouchDB supported learning about it's API through OpenAPI documentation.
Implementing this in as technically simple a manner as is possible can be done using postgREST, on top of postgres and nginx.
1. OpenAPI: https://docs.postgrest.org/en/v12/references/api/openapi.html
2. HTTP OPTIONS: https://docs.postgrest.org/en/v12/references/api/options.html
Ready to streamline your API workflow? 🚀
Our latest blog post dives into how OpenAPI fosters seamless development and collaboration, helping you build better APIs, faster.
Read the deep dive: https://www.deployhq.com/blog/unlocking-seamless-development-and-collaboration-a-deep-dive-into-openapi
#ASPNETCore updates in .NET 10 Preview 5 | by Dan Roth.
buff.ly/BUjREUw
#dotnet #dotnet10 #webdev #blazor #openapi
ASP.NET Core updates in .NET 1...
#ASPNETCore updates in .NET 10 Preview 5 | by Dan Roth.
Hey folks, what's your favorite code generator when doing spec-first development with #OpenAPI?
Ideally it would generate sources for #Golang, #TypeScript, and #Java, but individual code generators for these ecosystems would also be okay.
Bonus points if it generates idiomatic and extensible code in the respective programming language.
OpenAPI Meets Qwen: AI-Powered API Docs with Quarkus, LangChain4j & Ollama
Build dynamic APIs in dev and let Qwen do the documentation for you.
https://myfear.substack.com/p/quarkus-openapi-ai-docs-langchain4j
#Java #Quarkus #Langchain4j #OpenAPI #Qwen #Documentation
via @dotnet : .NET 10 Preview 5 is now available!
https://ift.tt/8hIvZgN
#DotNET10 #Preview5 #CSharp #ASPNetCore #Blazor #DotNETMAUI #FSharp #WPF #WindowsForms #EntityFrameworkCore #PostQuantumCryptography #OpenAPI #VisualStudio #DeveloperCommunity #GitHubDiscus…
Minimal API: Избавляемся от устаревающих контроллеров в ASP.NET Core
Я, думаю, многие уже слышали о появившихся в .NET 6 Minimal API - легковесной замене контроллеров/MVC. Кто-то уже успел ознакомиться и задался вопросом: "Ваше API в 3 строчки, это, конечно, здорово, но как это будет работать в реальном проекте с сотнями эндпоинтов, кучей фильтров, аттрибутов, расширениями OpenAPI/Swagger и прочих радостях?" В этой статье я хочу ответить на этот вопрос: пройдемся от основ, преимуществ, недостатков, и закончим нюансами работы и проблемами, которые обязательно возникнут при миграции с контроллеров на Minimal API в крупном проекте. А забегая чуть вперед: если думаете, стоит ли переводить проект на Mini API, вот вам сразу полезная информация: они могут жить в проекте вместе, причем даже без дублирования инфраструктуры: не обязательно переводить все разом - подробнее под катом. Бонусом, заменим SwaggerGen на реализацию OpenAPI от Microsoft.
https://habr.com/ru/articles/917378/
#c# #net #minimal_api #mvc #api #software_design #openapi #swagger
Организация API-first подхода, используя OpenAPI generator и Gitlab CI
Однажды я внедрил в своей команде подход разработки через API-first. Все было классно, мы описывали API спецификации в файле, запускали генерацию, публиковали артефакты в репозиторий, но... это было не удобно.
https://habr.com/ru/articles/884412/
#openapi #openapi_generator #java #spring_framework #spring_boot #api
🧠 What if AI could reason, act, and learn—not just talk? Discover how Agentic AI with OpenAPI integration is delivering 86.5% smarter workflows, 70% cost savings, and autonomous systems that truly scale.
⚡️ This is not chatbot AI. It's cognition-as-a-service.
#AgenticAI #LLMTools #OpenAPI #Automation
🔗
https://medium.com/@rogt.x1997/86-5-smarter-how-agentic-ai-with-openapi-outperforms-traditional-automation-02e6d1243b24
Trying to get s*** done with an LLM
https://fed.brid.gy/r/https://forem.com/sebs/trying-to-get-s-done-with-an-llm-k05
Did some noodling with Prism to generate a stub / mock server from an OpenAPI spec along with pytest integration tests, pretty neat! https://github.com/matthew-shaw/prism-openapi #python #pytest #openapi #testing