django RESTful設計方法

RESTful設計方法 1. 域名 應該儘可能將API部署在專用域名之下。html https://api.example.com 若是肯定API很簡單,不會有進一步擴展,能夠考慮放在主域名下。git https://example.org/api/ 2. 版本(Versioning) 應該將API的版本號放入URL。github http://www.example.com/app/1.0/fo
相關文章
相關標籤/搜索