What are REST resources?

后端 未结 11 1165
青春惊慌失措
青春惊慌失措 2020-11-29 20:53

What are REST resources and how do they relate to resource names and resource representations?

I read a few articles on the subject, but they were too abstract and t

11条回答
  •  情歌与酒
    2020-11-29 21:47

    A resource is:

    • a noun
    • that is unique
    • and can be represented as data
    • and has at least one URI

    I go into more detail on my blog post, What, Exactly, Is a RESTful Resource?

提交回复
热议问题