- Analytics for the Internet of Things(IoT)
- Andrew Minteer
- 54字
- 2021-07-02 18:59:35
Representational State Transfer (REST) principles
REST allows internet-enabled devices to inter-operate with each other using a uniform Application Programming Interface (API). A device or server that complies to this is called RESTful. It assumes interactions are client/server-based and are stateless. The following table shows the key commands supported by the HTTP REST API Interface:

推薦閱讀
- 程序員面試白皮書
- 跟老齊學Python:輕松入門
- 微服務設計原理與架構
- NumPy Essentials
- Implementing Cisco Networking Solutions
- Python數據分析(第2版)
- Full-Stack Vue.js 2 and Laravel 5
- Modular Programming in Java 9
- Building RESTful Python Web Services
- Windows Phone 7.5:Building Location-aware Applications
- Java Web從入門到精通(第3版)
- 零基礎學HTML+CSS第2版
- Clojure Polymorphism
- 深入淺出 HTTPS:從原理到實戰
- 深入大型數據集:并行與分布化Python代碼