Project

Profile

Help

Story #83

Updated by bcourt about 9 years ago

As a user I can install a module using the puppet module install command line using the v3 forge api enumerated at https://forgeapi.puppetlabs.com/ 

 This will entail creating a new /v3/releases endpoint.    We will have to go back to the pre-puppet 3.3 method of determining the repository and consumer as the ability to specify a context root has been disabled.   

 The api now requires pagination, offset tracking, and providing the urls for the next/previous queries in the case of pagination.   
 There are now many more options for filtering. filtering based. 

 We will only have to support the /v3/releases endpoint at this time.   

Back