filmov
tv
GET Requests - Rest APIs In Depth

Показать описание
Let's learn about how the GET HTTP method works in the context of a REST API.
We start with an overview of what a GET request is and how it related to our API. Then we get in to how we would get all of a specific resource through a route that we then build together in Deno.
Following this, we look at how we'd get a single resource as well as the code for this in Deno as well. We then add how we can add search parameters to our URL and inspect them on the server to narrow down the query and be more granular in the search we're doing.
To wrap up the video we look at an overview of how nested/related resource fetching might work, as well as general ideas when thinking about REST API Design at a high level.
Chapters:
00:00 Introduction
01:17 GET Request Overview
05:11 GET All Resources
07:47 Get All Resources Code
22:11 GET Single Resource
24:43 GET Single Resource Code
44:20 URL Search Parameters
48:58 URL Search Parameters Code
1:01:04 GET Nested Resources
1:02:54 Rest API Design
1:07:47 Next Steps
We start with an overview of what a GET request is and how it related to our API. Then we get in to how we would get all of a specific resource through a route that we then build together in Deno.
Following this, we look at how we'd get a single resource as well as the code for this in Deno as well. We then add how we can add search parameters to our URL and inspect them on the server to narrow down the query and be more granular in the search we're doing.
To wrap up the video we look at an overview of how nested/related resource fetching might work, as well as general ideas when thinking about REST API Design at a high level.
Chapters:
00:00 Introduction
01:17 GET Request Overview
05:11 GET All Resources
07:47 Get All Resources Code
22:11 GET Single Resource
24:43 GET Single Resource Code
44:20 URL Search Parameters
48:58 URL Search Parameters Code
1:01:04 GET Nested Resources
1:02:54 Rest API Design
1:07:47 Next Steps
REST API - Understanding HTTP Request
REST API - HTTP Request Methods
HTTP Request Methods | GET, POST, PUT, DELETE
How to Get & Post RESTful API Requests
What is a REST API?
RESTful APIs in 100 Seconds // Build an API from Scratch with Node.js Express
Flutter Tutorial - HTTP Requests and REST API (GET, POST, PUT and DELETE)
Learn Fetch API In 6 Minutes
Build Your First RESTful API with Spring Boot | Spring Boot APIs Part 2| MasterClass
What Is REST API? Examples And How To Use It: Crash Course System Design #3
What is a REST API?
Difference Between REST API vs Web API vs SOAP API Explained
Full HTTP Networking Course – Fetch and REST APIs in JavaScript
REST API Mistakes Every Junior Developer should Avoid | clean-code
REST API - Using Parameters in Requests
The Best way to test your REST API Code | Test Rest API with VSCode
REST Web Services 06 - Method Idempotence
Path vs Query Parameters in HTTP Requests (with Postman)
How to do REST API Get Requests in Unity - JSON/Unity Web Request Tutorial
Make HTTP Requests with Flutter : REST API - (GET, POST, PUT and DELETE)
Python - Using Requests Module to Make GET, POST, PUT and DELETE RESTful API Requests
How To Call a REST API In Java - Simple Tutorial
REST API Interview Questions (Advanced Level)
APIs for Beginners 2023 - How to use an API (Full Course / Tutorial)
Комментарии