vote up 2 vote down star

Seems like there are two categories of API's for websites today.

  1. API's which allow the functionality of the site to be extended like Facebook, Myspace, etc. These API's seem to be very diverse.

  2. API's which allow interaction with the existing site functionality like Twitter, Flickr, etc. These all seem to be REST based.

If you were creating a website that allowed both functional extension and outside interaction, what existing API's would you use as a reference model?

flag

3 Answers

vote up 1 vote down

I would check out OpenSocial, a movement to create an API Standard for social network sices. They use REST for this and have a 'user' centric approach. But this is a very well documented approach which might help for even a site that is not totally Social based. If you are looking for some internal code implementations look at Drupals hook system and Wordpress.

http://code.google.com/apis/opensocial/

link|flag
vote up 1 vote down

It will depend on what your target audience is. If it is .net shops then soap is probably okay other wise focus on REST since it has a much lower bar of entry. From there look at website API's that target the same people you would like to. This way your api will feel familiar.

link|flag
vote up 0 vote down

I'll use the second one.
make API's open and without any restrection make your application in the risk and eat your website's bandwidth.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.