I have a raw repository in nexus3, named "marvel". In the repository I have about 5000 components with the name "spiderman" in them (e.g. "spiderman-22", "directory/spiderman-tar", etc).
I want to get a list of the components in the repository.
I saw in their website a way to get components via api:
curl -u admin:admin123 -X GET 'http://localhost:8081/service/rest/v1/components?repository=marvel'
I have two issues:
- I don't get all the components from the api (they probably have a limits - and I need about 5000 components).
- How do I add search for the api (i.e. only components with the name "spiderman")?