5 ms·
At one point in the future we should really start differentiating between an API and just raw JSON on plain sight.
by sotirisk 13y ago
At one point in the future we should really start differentiating between an API and just raw JSON on plain sight.
- oakaz 13y agoThis 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 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 http://requirebin.com/?gist=7985717