libraries.io icon indicating copy to clipboard operation
libraries.io copied to clipboard

ReST api call for a few packages returns empty list of versions even though the versions are listed as seen via the browser

Open shivababuh opened this issue 3 years ago • 0 comments

Bugs

ReST API call for a few packages returns empty list of versions

Observed Behavior Example: The following Rest API request https://libraries.io/api/go/github.com%2Fpeterbourgon%2Fdiskv returns empty list for versions: image

However, When we browse for this package (https://libraries.io/go/github.com%2Fpeterbourgon%2Fdiskv), we get all the details as seen in the image below: image

Expected Behavior: The ReST API Call (https://libraries.io/api/go/github.com%2Fpeterbourgon%2Fdiskv) should list the package versions as seen via the browser using the Browser Request (https://libraries.io/go/github.com%2Fpeterbourgon%2Fdiskv). This behavior is noticed for a few packages only.

shivababuh avatar Feb 16 '21 07:02 shivababuh