Skip to content

This repo is for linkedin learning course: Consuming RESTful APIs in Golang

License

Notifications You must be signed in to change notification settings

LinkedInLearning/consuming-restful-apis-in-golang-4552116

Repository files navigation

Consuming RESTful APIs in Golang

This is the repository for the LinkedIn Learning course Consuming RESTful APIs in Golang. The full course is available from LinkedIn Learning.

lil-thumbnail-url

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.

Consuming RESTful APIs in Golang

This is the repository for the LinkedIn Learning course Consuming RESTful APIs in Golang. The full course is available from LinkedIn Learning.

Installing

  1. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
  2. Run each exercise file using the command:
go run <file_name.go>

Instructor

Michael Okuboyejo

Software engineer focused on building web services

Check out my other courses on LinkedIn Learning.

About

This repo is for linkedin learning course: Consuming RESTful APIs in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages