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.
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.
call nexusrm.CreateProxyRepository
Creating a proxy repo automatically
Make the parameter structure (currently private proxyRepository) public, by using a capital letter.
Make the CreateProxyRepository function private if it isn't meant to be exposed.