- Hands-On RESTful Web Services with Go
- Naren Yellavula
- 164字
- 2021-06-24 17:04:22
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.
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- Node.js 10實戰
- Learning Docker
- 騰訊iOS測試實踐
- Dynamics 365 Application Development
- Java入門很輕松(微課超值版)
- The Computer Vision Workshop
- 數據結構(C語言)
- Linux操作系統基礎案例教程
- Linux:Embedded Development
- Mastering JavaScript Design Patterns(Second Edition)
- C語言程序設計
- Java面向對象程序設計
- .NET Standard 2.0 Cookbook
- Mastering Apache Storm