Live data from Hacker News

Ask HN: Why don't people just stick to something universal for APIs?

news.ycombinator.com

11–12 of 12 posts

Re: Ask HN: Why don't people just stick to something universal for APIs?

#11
post #3

I think the current trend is a rest api with json input/output, and an sdk in the popular languages that wraps the api.

Still I'm seeing fairly large services use things like XML-RPC to contact their servers.

Are these legacy services? I haven't come across anything recently that doesn't use the json api/sdk pattern I described.
Post reply on HN