Hierarchical RESTful URL design

后端 未结 3 1818
青春惊慌失措
青春惊慌失措 2020-12-04 16:00

I have perused the questions asked about this, but I still don\'t have a definitive answer.

I have an application and would like to build a RESTful API to expose a s

3条回答
  •  星月不相逢
    2020-12-04 16:32

    I don't see anything wrong with your scheme.

    Most frameworks nowadays use a similar standard for specifying url's (like Django).

    In my personal opinion, it makes the URL more readable and a bit nicer for the user.

提交回复
热议问题