Marco RomanuttiforSoftware Engineering Cornersoftware-engineering-corner.hashnode.dev路Sep 18, 2023Effortless API-firstThe software development world is an ever-evolving landscape. Technologies and methodologies continuously evolve - each promising a more efficient and effective way to create high-quality software. One such approach that is gaining significant tract...Discuss路3 likes路137 readsapi
Tatiana CaciurforSpeakeasy Blogspeakeasy.hashnode.dev路Sep 17, 2023OpenAPI Tips - How to set operationIdIntro The OpenAPI spec is best known for descriptions of RESTful APIs, but it鈥檚 designed to be capable of describing any HTTP API whether that be REST or something more akin to RPC based calls. That leads to the spec having a lot of flexibility baked...DiscussOpenApi
Slawomir Moriakslamcode.hashnode.dev路Sep 13, 2023Disabling endpoints on different environments (2/2: Swagger)How to entirely remove endpoints from swagger documentation based on any predicate and why document filters are not a good fit for that. Continuation from Part 1 where we excluded endpoints from ASP pipeline. TLDR; Provide a predicate function that c...Discussdotnet
Vedant Bothikarvedantbothikar.hashnode.dev路Sep 10, 2023API First Development - Part 1 - SetupIntroduction API First development involves specifying the API using an interface description language before implementing the code. This allows teams to collaborate and design the API contract upfront. The Open API Specification (OAS) is a standard ...DiscussAPIs
Amal Shajiamalshaji.hashnode.dev路Sep 8, 2023Replacing fastapi's default api docs with elementsBy default, fastapi comes with swagger for API testing and redoc for API documentation. Let's replace them with elements, a pretty API documentation tool. Turn off the defaults Turn off the default documentation by setting it to None app = FastAPI( ...DiscussFastAPI
Tamilselvendhirantamil.hashnode.dev路Aug 30, 2023How to integrate OpenAPI with Spring Boot to make easy REST EndPointsIntroduction We can create rest endpoints from open API specifications. so that we can use the same service for both front-end and back-end. so that this article will be two parts. In this blog first, let you know how to integrate open API with Sprin...DiscussSpringboot
Raj Nandan Sharmapurple.hashnode.dev路Aug 27, 2023OpenAPI Browser Editor - Free Developer ToolHello Folks! So the other day my company wanted me to edit our huge open api spec. I gave it a shot found I was painstakingly slow at it because it was just so big. I searched the internet but could not find a tool that gives a wow factor. Long story...DiscussAPIs
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com路Aug 10, 2023Exploring OpenAPI: Boost Your API Efficiency and聽Security馃帀 Exciting News! Introducing Our New NestJS Series: Unveiling the Power of OpenAPI 馃摎 We are thrilled to announce the launch of a brand-new series dedicated to unraveling the capabilities of OpenAPI within the NestJS framework. 馃殌 Join us on this en...Preeti Samuel and 2 others are discussing this3 people are discussing thisDiscuss路102 likes路119 readsNestJS OpenApi
Marco PiracciniforPlatformatic Blogblog.platformatic.dev路Aug 8, 2023Introducing a New Wizard for Platformatic DBIn this article, we will explore how to deploy an application built with Platformatic DB, a powerful tool that simplifies API development by automatically generating OpenAPI and GraphQL documentation from your database, using Platformatic Cloud. Over...Discuss路127 readsNode.js
Marco PiracciniforPlatformatic Blogblog.platformatic.dev路Aug 3, 2023Distributed Tracing with Platformatic and Open TelemetryIn a microservices architecture, a request usually spans between multiple services deployed on different nodes. When this happens, it can be hard to trace issues precisely, particularly when errors happen, or when bottlenecks need to be identified. ...Discuss路156 readsOpenTelemetry