Where is a REST Tutorial?
o_swas
Registered Users Posts: 6 Beginner grinner
Hello,
Just a quick question. I'm a software developer who is familiar with REST-based web services and I'd like to build some functionality using SmugMug's REST-based API.
I found some documentation on the available methods here:
http://wiki.smugmug.com/display/SmugMug/1.2.0
But I need some documentation that shows me how the REST URL should constructed and what the return XML looks like.
Can anybody point me to a URL that gives such an example?
Thank you!!!
-Ryan
Just a quick question. I'm a software developer who is familiar with REST-based web services and I'd like to build some functionality using SmugMug's REST-based API.
I found some documentation on the available methods here:
http://wiki.smugmug.com/display/SmugMug/1.2.0
But I need some documentation that shows me how the REST URL should constructed and what the return XML looks like.
Can anybody point me to a URL that gives such an example?
Thank you!!!
-Ryan
0
Comments
http://wiki.smugmug.com/display/SmugMug/smugmug.images.get+1.2.0
Has nothing about the request and response. But this one:
http://wiki.smugmug.com/display/SmugMug/smugmug.albums.create+1.2.0
Has a nice sample request and response. So it's enough to get me started on the other ones.
Maybe the other methods can be updated to include similar documentation.
Keep up the great work at SmugMug!!
-Ryan