0% found this document useful (0 votes)
237 views

The REST API - Hands-On RESTful Web Services With Go - Second Edition

Uploaded by

Chandra Sekhar D
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
237 views

The REST API - Hands-On RESTful Web Services With Go - Second Edition

Uploaded by

Chandra Sekhar D
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

4/9/2020 The REST API - Hands-On RESTful Web Services with Go - Second Edition

 Hands-On RESTful Web Services with Go - Second Edition

PREV NEXT
⏮ ⏭
Types of web services Characteristics of REST services
  🔎

The REST API


The name Representational state transfer (REST) was coined by Roy Fielding
from the University of California. It is a very simplified and lightweight web
service compared to SOAP. Performance, scalability, simplicity, portability, and
flexibility are the main principles behind the REST design. 

The REST API allows different systems to communicate and send/receive data in
a very simple way. Each and every REST API call has a relation between an
HTTP verb and the URL. The resources in the database in an application can be
mapped with an API endpoint in the REST architecture.

When you are using a mobile app on your phone, your phone might be talking to
many cloud services to retrieve, update, or delete your data. REST services have
a huge impact on our daily lives.

REST is a stateless, cacheable, and simple architecture that is not a protocol, but


a pattern. This pattern allows different endpoints to communicate with each other
over HTTP.

Settings / Support / Sign Out


© 2020 O'Reilly Media, Inc. Terms of Service / Privacy Policy
PREV NEXT
⏮ ⏭
Types of web services Characteristics of REST services

You have 2 days le in your trial, Reddychan. Subscribe today. See pricing options.

https://learning.oreilly.com/library/view/hands-on-restful-web/9781838643577/8ccf5d19-d665-4b1f-b563-d3f2878fc426.xhtml 1/1

You might also like