In this course, you will learn how to interact with APIs using Go. 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 operations like creating, reading, updating, and deleting resources.
Overview
Syllabus
- Lesson 1: Introduction to REST APIs and HTTP Requests
- Lesson 2: Making GET Requests and Handling Responses in Go
- Lesson 3: Introduction to Path and Query Parameters in Go
- Lesson 4: Sending Data with POST Requests in Go
- Lesson 5: Updating and Deleting Resources with PUT, PATCH, and DELETE in Go