This is the repository for the LinkedIn Learning course Consuming RESTful APIs in Golang. The full course is available from LinkedIn Learning.
RESTful APIs are widely used and consumed in the world of software engineering and the most popular means of communication between microservices. In this course, software engineer Michael Okuboyejo equips you with the essential skills to proficiently interact with RESTful APIs using Golang's native HTTP client. Explore how to create HTTP requests for the different request methods. Learn about authentication, response handling, and advanced topics like concurrency and proper unit testing. By the end of this course, you will not only enhance your Golang proficiency but also be able to build robust REST API integrations.
This is the repository for the LinkedIn Learning course Consuming RESTful APIs in Golang. The full course is available from LinkedIn Learning.
- Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
- Run each exercise file using the command:
go run <file_name.go>Michael Okuboyejo
Software engineer focused on building web services
Check out my other courses on LinkedIn Learning.