Search⌘ K
AI Features

Introduction

Explore the fundamentals of REST architecture and how to develop RESTful servers and clients using Go. Understand JSON marshaling, unmarshaling, and HTTP communication, and get introduced to Swagger for API documentation.

We'll cover the following...

Overview of REST

The subject of this chapter is the development and use of simple RESTful servers and clients using the Go programming language. REST is an acronym for REpresentational State Transfer ...