Testing REST APIs with curl  - Test CRUD APIs

Testing REST APIs with curl - Test CRUD APIs

Code Java

1 год назад

2,337 Просмотров

In this video, you’ll learn how to test REST APIs using curl command – Test CRUD APIs:
- Test Create API with curl
- Test Read/Retrieve API with curl
- Test Update API with curl (full update and partial update)
- Test Delete API with curl
I also show you the basic syntax of curl and some common options.

For written guide, check this article: https://www.codejava.net/rest-api/curl-for-testing-crud-rest-apis

Recommendation: Spring Boot REST APIs Ultimate Course https://www.udemy.com/course/spring-boot-rest-apis-ultimate/?couponCode=YT240602 - Hands-on REST API Development with Spring Boot: Design, Implement, Document, Secure, Test, Consume RESTful APIs.

0:00 Introduction
0:12 What you will learn in this video
0:30 What is curl?
1:56 curl Basic Syntax
4:32 Test Retrieve REST API (Call HTTP GET)
10:13 Test Create REST API (Call HTTP POST)
14:36 Test Full Update REST API (Call HTTP PUT)
19:12 Test Partial Update REST API (call HTTP PATCH)
21:25 Test Delete REST API (Call HTTP DELETE)
22:44 Summary of curl Commands

Тэги:

#curl #rest_api #test_rest_api_with_curl #api_testing_with_curl #curl_test_api #rest_api_testing_tutorial #curl_rest_api #test_api_with_curl #use_curl_to_test_api
Ссылки и html тэги не поддерживаются


Комментарии:

@felixkiptoo421
@felixkiptoo421 - 24.09.2022 10:12

I love what you do, the knowledge you share with us is fantastic. Thank you.

Ответить
@fabianrr
@fabianrr - 06.09.2022 09:16

🙌🙌🙌🙌

Ответить
@subramanianchenniappan4059
@subramanianchenniappan4059 - 06.09.2022 09:05

Thanks . I am a java fullstack dev . Using curl &postman on a daily basis

Ответить