Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 190 Bytes

File metadata and controls

8 lines (5 loc) · 190 Bytes

而REST的核心原则是将你的API拆分为逻辑上的资源


这些资源通过http被操作(GET ,POST,PUT,DELETE)

在SupportFu里,资源是 ticket、user、group。