Skip to content

API to get chocolatey packages details in REST/json

License

Notifications You must be signed in to change notification settings

FrinkMan/chocolatey-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

chocolatey-api

API to get chocolatey packages details in REST/json.

API

Just :

Get all metadats about a package (Chocolatey Webpage AND nuspec)

/{package}
/packages/{package}
/packages/{package}/latest
/packages/{package}/{version}

To only get the nuspec datas from a given version (not necessarly the latest) :

/packages/{package}/latest/nuspec
/packages/{package}/{version}/nuspec

Demo

Dummy demo screenshot

About

API to get chocolatey packages details in REST/json

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%