URL deciphering
The URL is one of the most important components in describing a service. It should be short and descriptive, and should provide a natural hierarchy path structure to the resource. The resource names should be nouns; verbs should be avoided.
A well designed API should be intuitive and easy to use. If done poorly, it can make the service difficult to use and understand. URL query strings should only be utilized for filtering and specifying the ordering of the result set.
推薦閱讀
- Docker技術入門與實戰(第3版)
- Learning Chef
- PHP基礎案例教程
- Django Design Patterns and Best Practices
- Learn Scala Programming
- Internet of Things with Intel Galileo
- Drupal 8 Module Development
- 數據結構習題解析與實驗指導
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- C/C++程序員面試指南
- C++反匯編與逆向分析技術揭秘(第2版)
- ExtJS Web應用程序開發指南第2版
- Getting Started with Python
- Anaconda數據科學實戰
- Kotlin程序員面試算法寶典