我在设计API时见过两种风格(
/api/users/:uid
/api/users/{uid}
它们有不同的含义吗?还是只是款式?
这两个示例都引用了所提交 URL 的捕获元素。当您的服务收到
/api/users/foo
uid
foo