Thanks for creating an issue! Please fill out this form so we can be
sure to have all the information we need, and to minimize back and forth.
- What are you trying to do?
call nexusrm.CreateProxyRepository
- What feature or behavior is this required for?
Creating a proxy repo automatically
- How could we solve this issue? (Not knowing is okay!)
Make the parameter structure (currently private proxyRepository) public, by using a capital letter.
- Anything else?
Make the CreateProxyRepository function private if it isn't meant to be exposed.