What are the best uses of REST services?

前端 未结 6 1590
旧巷少年郎
旧巷少年郎 2021-01-30 01:27

I know sites like Facebook are now using REST services, but I am wondering of other applications that use REST and if there are specific situations when the use of REST is more

6条回答
  •  感情败类
    2021-01-30 01:38

    You should consider what your clients want! Building a big SOAP service that nobody wants to consume will be a waste of your time. Similarly, if your potential users are steeped in SOAP then maybe that's what you should give them.

    If you don't know what your users want, consider the sentiment of the industry. Most companies that expose a public API these days expose a REST API. I really like how Foursquare has documented theirs: https://developer.foursquare.com/overview/

提交回复
热议问题