- 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網(wǎng)站分析與優(yōu)化技巧(第2版)
- PHP 7底層設(shè)計(jì)與源碼實(shí)現(xiàn)
- 深入理解Java7:核心技術(shù)與最佳實(shí)踐
- Python數(shù)據(jù)分析(第2版)
- 軟件工程
- SQL Server與JSP動(dòng)態(tài)網(wǎng)站開發(fā)
- UVM實(shí)戰(zhàn)
- 深入淺出React和Redux
- Android玩家必備
- 基于ARM Cortex-M4F內(nèi)核的MSP432 MCU開發(fā)實(shí)踐
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- jQuery技術(shù)內(nèi)幕:深入解析jQuery架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- Android 游戲開發(fā)大全(第二版)
- 深入淺出 HTTPS:從原理到實(shí)戰(zhàn)
- Processing開發(fā)實(shí)戰(zhàn)