duosecurity / duo_api_csharp

Other
32 stars 31 forks source link

I have downloaded the code added the nugget package assembly but the project has no executable what am I doing wrong? #25

Closed sdougl closed 1 year ago

AaronAtDuo commented 1 year ago

@sdougl Assuming you are talking about the actual client (in the duo_api_csharp folder), this is not intended to be an executable program. It is just a library/SDK that you would use in a different program for making Duo API calls.

The code in the examples directory, however, is an executable program that demonstrates how to use the SDK.

AaronAtDuo commented 1 year ago

Closing out as inactive - please reopen if you have further questions.