REST API Design Rulebook
最新书摘:
-
Breakthen2012-12-24Rule: File extensions should not be included in URIs
-
Breakthen2012-12-24Rule: Underscores (_) should not be used in URIsRule: Lowercase letters should be preferred in URI paths
-
Breakthen2012-12-24Rule: Hyphens (-) should be used to improve the readability of URIs
-
Breakthen2012-12-24Rule: A trailing forward slash (/) should not be included in URIs
-
Breakthen2012-12-24Rule: Forward slash separator (/) must be used to indicate a hierarchicalrelationship
-
[已注销]2011-10-31Principle: A REST API should be designed, not code