11
如何版本REST URI
REST URI版本的最佳方法是什么?当前,我们在URI本身中有一个版本号,即。 http://example.com/users/v4/1234/ 对于此表示形式的版本4。 版本是否属于queryString?即。 http://example.com/users/1234?version=4 还是以另一种方式最好地完成了版本控制?
111
rest
versioning
clean-urls