In this course, you will learn how to interact with APIs using Scala. By the end of this course, you'll understand how to make GET, POST, PUT, PATCH, and DELETE requests to an API, interpret API responses, and perform basic CRUD operations (create, read, update, delete).
Overview
Syllabus
- Lesson 1: Introduction to REST APIs and HTTP Requests
- Lesson 2: Making GET Requests and Handling Responses
- Lesson 3: Working with Path and Query Parameters
- Lesson 4: Sending Data with POST Requests
- Lesson 5: Updating and Deleting Resources with PUT, PATCH, and DELETE