JSON URL API broken

View: New views
4 Messages — Rating Filter:   Alert me  

JSON URL API broken

by robl-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

The JSON api for URL's seems to have broken recently :

http://del.icio.us/help/json/url

The following requests data for http://del.icio.us and
http://www.google.com but returns an empty json array.

http://badges.del.icio.us/feeds/json/url/data?hash=46efc577b7ddef30d1c6fd13311b371e&hash=ed646a3334ca891fd3467db131372140

However sending either one of these works :

http://badges.del.icio.us/feeds/json/url/data?hash=46efc577b7ddef30d1c6fd13311b371e

http://badges.del.icio.us/feeds/json/url/data?hash=ed646a3334ca891fd3467db131372140

It looks like the 'batching' capability for this API is broken.

Thanks


Re: JSON URL API broken

by Stephen Hood-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi --

Thanks for this report.  I can confirm that we are having a problem
with the batch request capability of the JSON URL feed.  We're working
on a fix now, thanks for your patience.

Regards,
--Stephen


--- In ydn-delicious@..., "monkeyhelpr" <robl@...> wrote:

>
> Hi,
>
> The JSON api for URL's seems to have broken recently :
>
> http://del.icio.us/help/json/url
>
> The following requests data for http://del.icio.us and
> http://www.google.com but returns an empty json array.
>
>
http://badges.del.icio.us/feeds/json/url/data?hash=46efc577b7ddef30d1c6fd13311b371e&hash=ed646a3334ca891fd3467db131372140
>
> However sending either one of these works :
>
>
http://badges.del.icio.us/feeds/json/url/data?hash=46efc577b7ddef30d1c6fd13311b371e
>
>
http://badges.del.icio.us/feeds/json/url/data?hash=ed646a3334ca891fd3467db131372140
>
> It looks like the 'batching' capability for this API is broken.
>
> Thanks
>



Re: JSON URL API broken

by Stephen Hood-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi again --

This issue should now be fixed.  Please let us know if you are still
having trouble.

Thanks,
--Stephen


--- In ydn-delicious@..., "Stephen Hood" <stephenh@...> wrote:

>
> Hi --
>
> Thanks for this report.  I can confirm that we are having a problem
> with the batch request capability of the JSON URL feed.  We're working
> on a fix now, thanks for your patience.
>
> Regards,
> --Stephen
>
>
> --- In ydn-delicious@..., "monkeyhelpr" <robl@> wrote:
> >
> > Hi,
> >
> > The JSON api for URL's seems to have broken recently :
> >
> > http://del.icio.us/help/json/url
> >
> > The following requests data for http://del.icio.us and
> > http://www.google.com but returns an empty json array.
> >
> >
>
http://badges.del.icio.us/feeds/json/url/data?hash=46efc577b7ddef30d1c6fd13311b371e&hash=ed646a3334ca891fd3467db131372140
> >
> > However sending either one of these works :
> >
> >
>
http://badges.del.icio.us/feeds/json/url/data?hash=46efc577b7ddef30d1c6fd13311b371e
> >
> >
>
http://badges.del.icio.us/feeds/json/url/data?hash=ed646a3334ca891fd3467db131372140
> >
> > It looks like the 'batching' capability for this API is broken.
> >
> > Thanks
> >
>



Re: JSON URL API broken

by robl-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

--- In ydn-delicious@..., "Stephen Hood" <stephenh@...> wrote:
>
> Hi again --
>
> This issue should now be fixed.  Please let us know if you are still
> having trouble.

It seems to be working again, thanks.

FYI, you're returning a string for 'total_posts' where this should
probably be an integer (or at least it was previously).