Wheee!! We’ve been chosen this week’s cloud application. Check it out here: http://www.azurejournal.com/2008/12/weekly-cloud-application-pageglimpse/. Don’t forget to VOTE for us!.
We’re The Cloud Application of the Week at Azurejournal.com
Posted by Peter Thomas
on December 15, 2008
PageGlimpse new feature - check if a thumbnail exists 1
Posted by Peter Thomas
on December 15, 2008
One of the most requested feature for PageGlimpse was a way to check whether PageGlimpse already has a thumbnail for a specific URL. This feature is mostly used in applications that want to poll until a thumbnail exists, before displaying it.
The feature was released today. Like all PageGlimpse APIs, this new feature is straight forward:
The server will return a JSON string (which you can use in your javascript code) indicating whether the request was successful or not (the thumbnail exists or not)
| 200 | ["result", "yes"] |
PageGlimpse has a thumbnail for the requested url. |
| 404 | ["result", "no"] |
PageGlimpse does not have a thumbnail for the requested url. |
More information here: http://www.pageglimpse.com/features/api
