overag3 / gonexus

Go API for provisioning and interacting with Sonatype's Nexus Repository Manager and Nexus IQ Server
Other
1 stars 1 forks source link

rm: implement tasks API #2

Open chrboe opened 1 year ago

chrboe commented 1 year ago

Implement the Repository Manager API for interacting with Tasks. https://help.sonatype.com/repomanager3/integrations/rest-and-integration-api/tasks-api

This pull request makes the following changes:

chrboe commented 1 year ago

Ping @overag3

overag3 commented 1 year ago

Good job, I'll review the code this week if all goes well.

overag3 commented 1 year ago

@chrboe Possible to have some tests to validate the support of tasks API? Can you also suggest a modification of the README file to mention partial or complete support of tasks API.