Ojonuba JeremiahforBlogifyjerrylyte.hashnode.net·Jan 24, 2023Importing Flask APIs to Insomnia: A Step-by-Step Guide Using the API URLThis is just a quick guide to import , so it is safe to assume that: You know how to run your flask app server. You know how to access your api on localhost:port You know what Insomnia is and its usefulness in API development and testing First s...Discuss·4 likes·149 reads#insomnia
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
Chidera Anichebeforroot@localhoststarlingroot.hashnode.net·Mar 4, 2023HelmetJS and SwaggerUI: Avoiding headaches in your NodeJS appAs a Software Engineer, the importance of embracing Security-driven development cannot be overemphasized. If you realize how important this is, then you must have used one or more security middlewares such as HelmetJS. These tools work great until yo...Discuss·1 likeJavaScript
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
Chidera Anichebeforroot@localhoststarlingroot.hashnode.net·Mar 4, 2023HelmetJS and SwaggerUI: Avoiding headaches in your NodeJS appAs a Software Engineer, the importance of embracing Security-driven development cannot be overemphasized. If you realize how important this is, then you must have used one or more security middlewares such as HelmetJS. These tools work great until yo...Discuss·1 likeJavaScript
Ojonuba JeremiahforBlogifyjerrylyte.hashnode.net·Jan 24, 2023Importing Flask APIs to Insomnia: A Step-by-Step Guide Using the API URLThis is just a quick guide to import , so it is safe to assume that: You know how to run your flask app server. You know how to access your api on localhost:port You know what Insomnia is and its usefulness in API development and testing First s...Discuss·4 likes·149 reads#insomnia
sakshi pokhriaforsakshi13.hashnode.net·Jan 19, 2023Integrating Swagger With NestjsSwagger is an OPEN source API documentation to help developers design, and document their RESTful web services. Swagger reads an API and extracts it in the form of an interactive UI called “Swagger UI”. On the whole, Swagger is a helpful documentatio...Discussswagger-ui
Hithesh SampathiforHithesh's bloghithesh.hashnode.net·Dec 11, 2022Setting Up Spring Security and Swagger-UI in Spring BootIn the previous article, we learned about getting started with spring boot and developing Rest Api's using the H2 database. (Getting started with Spring Boot) What you will learn from this blog? Enabling security for Rest Apis? What is swagger? Ho...Discuss·98 readsspring security
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
Jose Diazforblog.jjdiaz.devjjdiaz.hashnode.net·Aug 2, 2022Creating Documentation and Testing with Swagger OpenAPI for a Laravel APIIntroduction API documentation is an important part of the development process, as it helps to communicate the functionality of an API to developers who will be using it. Swagger OpenAPI is a popular tool for generating API documentation, and it can ...Discuss·77 readsMaximizing the scalability of your Laravel API: Best Practices and TechniquesLaravel
Sundeep KamathforMy Tryst with CODE ...trystwithcode.hashnode.net·Mar 25, 2018Adding Swagger (Open API) support to ASP.Net Web APIsThese days, APIs are everywhere. Be it internal APIs (APIs within the system) or external ones (exposed across systems), APIs are the base that enables huge systems to be scalable and maintainable. Dealing with such vast APIs and understanding their ...Discussswagger