|
|
|
|
|
by apsurd
5859 days ago
|
|
REST and JSON hands down. So easy even I can do it. =)
XML has been around but JSON is so much easier and more efficient that I tend to raise an eyebrow at services insisting I use XML =/ Start with basic GET services. Have users do admin stuff on your website. Then create embeddable widgets that present how to use your API to GET and display data from your service. Use javascript to fetch the JSON, and add it nicely to the DOM. It's pretty fun actually. |
|