API v1
-
GET /api/v1/package_icon.png?name=PACKAGENAME&version=1.0.0.0-prod
Gets the package icon for the package
query:
name: the name of the package
version: the version of the package
response: image/png of package
-
GET /api/v1/latest?name=PACKAGENAME
Gets the latest version of a package
query:
name: the name of the package
response: json dictionary with a single key version with the string value of the latest version