Sending Data to Your API: Understanding Path Variables, Request Parameters, and More-Spring Boot T-8

Published: 16 February 2021
on channel: PithorAcademy
565
8

Hi everyone,

In this video, we will discuss all the ways of sending the data to the application. We'll cover how we can send the data in the request and then we will explore all the ways for sending data in the URL. We will use Postman for calling the API.

Topics Covered:
1. What is @PostMapping?
2. What is @PutMapping?
3. How to send the data in the request body?
4. What is @PathVariable?
5. What is @RequestParam?
6. How to use Postman for API calls?

Topics:
#Post #PostMapping #Rest #RestAPI #Put #PutMapping @PathVariable @RequestParam #Postman

For Spring boot concepts visit:

What & Why Spring boot:    • What is Spring Boot and Why we use it?  
Dependency Injection & IOC Container:    • The Power of Dependency Injection and...  
Aspect-Oriented Programming (AOP):    • Aspect-Oriented Programming (AOP): Si...  
Generate Spring Project:    • Spring Boot Made Simple: Generating P...  
Project Architecture:    • Understanding What We're Developing a...  
Auto generated Code & pom.xml:    • Unpacking the Magic: Understanding Pr...  
RestController & Endpoint:    • Exploring @RestController: Creating R...  

Complete Courses:

Spring Boot Tutorials:    • Course Intro: Rest API with Spring bo...  
Rest API Concepts:    • Course Intro: What is Rest API or Res...