Vinit Shahdeoforgit [w]init - a dev blog by vinitshahdeovinitshahdeo.hashnode.net·Mar 27, 2023Unleashing the Power of Open APIs: How OpenAPI Web Search Can Help?Hello Community! Postman has returned to GSoC as a mentoring org, and — given the project gets selected — I will be mentoring the OpenAPI Web Search (OAWS) project that makes finding Swagger & OpenAPI definitions easier and faster! In this blog post,...Priyanshu Sharma and 1 other are discussing this2 people are discussing thisDiscuss·5 likes·478 readsOpenApi
Christian BalolaforChristian Balolachrisbalola.hashnode.net·Jul 18, 2022Building a secure and quality NodeJS REST API with NestJSBesides being secure, a quality API must be: well structured, maintainable, performant, documented, and scalable. Although many resources talk about the above, it’s hard to find them well aligned together so the developer who’s learning can see a cle...Discuss·3 likes·675 readsAPI DevelopmentNode.js
Tadit DashforTadit Dashtaditdash.hashnode.net·Nov 5, 2022Effortless Swagger UI InstallationBackground 💭 I am working on a blog on the concepts of Open API Specification, where I came across Swagger UI and Swagger Editor. I needed these two tools on my machine so that I could make my hands dirty trying our APIs. Let's see how we can instal...Discuss·3 likes·70 readsswagger-ui
Dhananjay Thombledhananjaythomble.hashnode.net·Apr 24, 2023Build a RESTful API for Managing Books with Node.js and Sequelize(MYSQL)In this blog, we will build a RESTful Book Directory API using Node.js, Express, and Sequelize with Swagger API documentation. I am also sharing the project's Source code for your reference: https://github.com/DhananjayThomble/Book-Directory-API Sequ...DiscussNode.js
Taditadi.hashnode.net·Apr 22, 2023Anatomy of an APIProvider: Host of an API. Consumer: Person/Entity making the request. API Gateway: API management component that acts as an entry point to a web application. The gateway distributes the request to whichever microservice is needed. Can handle security...DiscussAPIsAPIs
Mfon Thelma Ntamfon.hashnode.net·Apr 2, 2023What you Need to Know To Get started with API DocumentationIntroduction Have you considered using APIs to connect with other applications and create a more collaborative and innovative environment? If so, then you need to know the basics of API documentation. In this article, we will explore the benefits of ...DiscussAPIs
Maheshwar Ligadefortechwastitechwasti.hashnode.net·Apr 1, 20235 Best API documentation tools developer may need!API documentation tools are software applications designed to generate documentation for APIs (Application Programming Interfaces) automatically. These tools typically extract metadata and source code from the API and use it to generate user-friendly...DiscussREST API
Željko Ševićzsevic.hashnode.net·Mar 29, 2023Documenting REST APIs with OpenAPI specs (NestJS/Swagger)OpenAPI is a language-agnostic specification for declaring API documentation for REST APIs. It contains the following information: API information like title, description, version endpoints definitions with request and response parameters DTOs and...Discussnestjs
Vinit Shahdeovinitshahdeo.hashnode.net·Mar 27, 2023Unleashing the Power of Open APIs: How OpenAPI Web Search Can Help?Hello Community! Postman has returned to GSoC as a mentoring org, and — given the project gets selected — I will be mentoring the OpenAPI Web Search (OAWS) project that makes finding Swagger & OpenAPI definitions easier and faster! In this blog post,...Priyanshu Sharma and 1 other are discussing this2 people are discussing thisDiscuss·5 likes·478 readsOpenApi
Kenneth BinghamforOpenZiti Tech Blogopenziti.hashnode.net·Mar 2, 2023Postman and the Management APIPostman can build a collection of API requests and has a friendly interface for walking the API specification. This article aims to accelerate your timeline for productively exploring the API and developing an integration. About the Management API Th...Discuss·71 readsPostman
Debraj Bhaldebrajbhal.hashnode.net·Feb 7, 2023Adding custom documentation to APIs in Django-Rest-Framework using drf-yasgDocumenting APIs is one of the most important aspects of software development. APIs may have wonderful functionalities but a naive user can't use them directly. So we need to develop user-friendly apps on top of our APIs. So documenting our APIs beco...Discuss·190 readsPython
Leonardo D'Ippolitoleodip.hashnode.net·Feb 4, 2023How to include Swagger documentation from referenced nuget packageThis video shows how you can include Swagger documentation from a referenced nuget package in your dotnet WebAPI application. https://www.youtube.com/watch?v=_SEc51RoUXADiscuss·35 readsdotnet
Mathias Miltermathiasmilter.hashnode.net·Jan 28, 2023Client Generation in .NET 7 🤖A bit of history 📚 Many developers have gone through the hassle of implementing clients toward external and internal APIs. Creating a client implementation of an API is tedious and error-prone if done manually. The solution to this problem is standa...Discuss·124 readsAPIs