Project

Profile

Help

Story #4634

Updated by bmbouter about 5 years ago

Based on the Galaxy API v2 spec to receive a collection artifact we need to implement: 

 POST /api/v2/collections/ 

 Which is used by Mazer's publish code here:    https://github.com/ansible/mazer/blob/devel/ansible_galaxy/actions/publish.py#L66

Back