Ronald BlüthlforRonald Blüthl's Blogdevoted.hashnode.net·Mar 3, 2022FeaturedHow to design better APIsAPIs are awesome, but they're also extremely hard to design. When creating an API from scratch, you need to get many details right. From basic security considerations to using the right HTTP methods, implementing authentication, deciding which reques...Robert Moskal and 19 others are discussing this20 people are discussing thisDiscuss·423 likes·179.8K readsAPIsThis can be a great and very helpful checklist! Can I have you permission to translate this article into Chinese and put in my Wechat official account?Please let me know if this is ok. 3
BarbaraforBarbs's bloggeekiebarbs.hashnode.net·Apr 24, 2023Understanding the basics of RESTful APIsAs the Internet has grown, so is the need for programmatically accessing and manipulating data hosted by web applications. To enable this access, RESTful APIs have emerged as the preeminent means of communication between web applications and other sy...Babátúndé and 2 others are discussing this3 people are discussing thisDiscuss·26 likesREST API
Gayatri KaleforGayatri's Bloggayatri.hashnode.net·Jun 16, 2021How to create the API documentation using OAS 3.0 and SwaggerCover Photo by Sigmund on Unsplash While we are working on number of projects it is really important to document them well. And Swagger is the tool which helps us in doing that. While developing various APIs for different projects you must have exper...Discuss·10 likes·109 readsdocumentation
BarbaraforBarbs's bloggeekiebarbs.hashnode.net·Apr 24, 2023Understanding the basics of RESTful APIsAs the Internet has grown, so is the need for programmatically accessing and manipulating data hosted by web applications. To enable this access, RESTful APIs have emerged as the preeminent means of communication between web applications and other sy...Babátúndé and 2 others are discussing this3 people are discussing thisDiscuss·26 likesREST API
Saurabh MisraforSaurabh Misrasaurabhmisra.hashnode.net·Apr 14, 2023REST Architectural Constraints: The 6 guiding principles behind a truly RESTful APIIn the previous article we learned the basics of REST architecture and discussed what are APIs, Web APIs, Web Services and REST APIs. In this article, we'll learn the 6 REST architectural constraints. An API that properly implements these constraints...DiscussWeb Development
Saptarshi BhattacharyaforHigh on Bugs!highonbugs.hashnode.net·Mar 6, 2023REST and REST API - Part 3You will need to go through the 1st and 2nd blogs to get what's happening here. Endpoint: https://hob-api.vercel.app/ GitHub repository: https://github.com/sbk2k1/API-Blog /get Routes GET HTTP requests are used to retrieve or fetch data from a serve...Discuss·37 readsREST and REST APIsREST API
Saptarshi BhattacharyaforHigh on Bugs!highonbugs.hashnode.net·Mar 5, 2023REST and REST APIs - Part 2In this blog, we will set up a REST API implemented using HTTP to play around and understand. Resources API endpoint: https://hob-api.vercel.app/ GitHub Repository: https://github.com/sbk2k1/API-Blog Prerequisites We will need some tools to get t...Discuss·41 readsREST and REST APIsREST API
Nikhil AkkiforNikhil Akki's blognikhilakki.hashnode.net·Feb 12, 2023What is REST?REST (Representational State Transfer) is a software architectural style that defines a set of constraints and properties for creating web services. RESTful APIs are APIs that follow this architectural style and use HTTP methods (such as GET, POST, P...Discuss·53 readsCloudrestful
Vaibhav DewanganforVAIBZDE 》Vaibhav Dewangan's Blogvaibzde.hashnode.net·Jan 14, 2023#Day25 - REST Principles & Creating a Simple HTTP ServerIntroduction Welcome to the 25th day of our code blog repeat series on backend mastery. Today, we will be discussing the topic of REST principles and creating a simple HTTP server. We will begin by explaining what REST is and the key principles of RE...DiscussCode, Blog, Repeat: A 50-Day Quest for Back-End MasteryREST
Nikhil AkkiforNikhil Akki's blognikhilakki.hashnode.net·Jan 7, 2023Series | Web frameworks in Python - BottleBottle is a lightweight web framework for Python. It is designed to be fast and easy to use, and it is well-suited for developing small to medium-sized web applications. Some of the key features of Bottle include: A built-in WSGI web server, which a...Discuss·70 readsPython Developmentrestful
Amr TarekforCodeStack by Amr Tarek4mr74r3k.hashnode.net·Oct 28, 2022GraphQL: End of REST?No doubt GraphQL has been around for quite sometime, developed since 2012 by Facebook before being moved to GraphQL Foundation, hosted by the non-profit Linux Foundation to be open-source. Since its publish in 2015, GraphQL has gained quite the popul...Discuss·113 readsSoftware ArchitectureGraphQL
Syed Jafer KforMake Readingsyedjaferk.hashnode.net·Oct 1, 2022Can we store cookies in REST API?A RESTful API service may send cookies just like a regular web service. Cookies don't always violate the REST pattern. For example, the server might want to have its client remember a certain state so that it can provide this state when requesting an...DiscussCourse: Learn Javascript With UsREST API
Ricardo MendozaforRicardo Mendozaricardomendoza.hashnode.net·May 29, 2022Understanding RESTful APIs pt 1Are you starting out with web development? Have you heard about RESTful APIs? Web developers should have a clear understanding of what RESTful APIs are, for they have become one of the foundations of modern web applications. In this series, I will sh...Discuss·4 likes·208 readsUnderstanding RESTful APIsAPIs