Hacker News new | ask | show | jobs
by sotirisk 4574 days ago
At one point in the future we should really start differentiating between an API and just raw JSON on plain sight.
1 comments

This is an interface that you can program. For example, you can make a JSONP request to it (e.g http://api.azer.io/?callback=foobar) and fetch display/process my personal info in your app easily.

Here is an example: http://requirebin.com/?gist=7985717