|
|
|
|
|
by joshu
5854 days ago
|
|
Consider your audience. Specifically: The simpler the API, the larger the set of people that will build on it. Delicious used simple GETs with a few parameters and you could talk to it with a shell script. Unfortunately, that was before the days of OAuth, which you really need to support these days. If people build apps that interface to your app, you don't want people typing their passwords in to the other app. |
|