JSON data to web service- how do define expected JSON data

前端 未结 2 646
一生所求
一生所求 2021-01-28 13:46

I am building a RESTful web service in PHP that accepts JSON as its payload . Now, my question is, how exactly do I describe to the user the format that the JSON request comes i

2条回答
  •  爱一瞬间的悲伤
    2021-01-28 14:14

    Dropbox is a good example of restful api that uses JSON as payload.

    You will also get a good idea about how you can document your API as well.

提交回复
热议问题