cyberark / conjur-api-dotnet

.NET client for the CyberArk Conjur API
Apache License 2.0
15 stars 11 forks source link

Expose a new CountResources API. #33

Closed nahumcohen closed 5 years ago

nahumcohen commented 5 years ago

What does this pull request do? Add a new API CountResources

What background context can you provide? Expose a rest call that count resources

Where should the reviewer start? Look at the VariableTest for a good example

How should this be manually tested? Call the resource/{accountName}/{kind}?count=true&search={query} The query is optional

nahumcohen commented 5 years ago

Add CountResources API