From the course: Consuming RESTful APIs in Golang
Golang and consuming RESTful APIs - Go Tutorial
From the course: Consuming RESTful APIs in Golang
Golang and consuming RESTful APIs
- Applications rarely stand alone, you know? They almost always integrate with other services, communicating, connecting, passing and fetching data, and simulating integration with other services for various use cases. By the end of this course, you won't just understand the theory. You will be writing practical functional clients for restful APIs in Go. Now, don't worry too much about the skill level, because this course is specifically designed to help beginner developers grow in the understanding of building clients, and also fine tune the understanding of restful API clients for seasoned developers. So let's dive in. Let's write some code. And let's demystify the process of consuming restful APIs in Go.