REST API Design Rulebook

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