How should I build a good (web) API

前端 未结 5 1781
忘了有多久
忘了有多久 2021-01-30 09:50

I\'m going to build an API for a web app and I\'m interested in what people can suggest as good practices.

I\'m already planning to make it versioned (version 1 can only

5条回答
  •  后悔当初
    2021-01-30 10:06

    I would take a look at proven APIs:

    1. YouTube API
    2. Twitter API

    There's a lot of argument about whether these APIs are "good" but I think their success is demonstrated, and they're all easy to use.

提交回复
热议问题