duosecurity / duo_api_csharp

Other
32 stars 31 forks source link

added paging API call support and example #4

Closed duopeter closed 5 years ago

duopeter commented 5 years ago

Diff looks more complicated than it is. Factors out the API call and "stat" checking, previous JSONApiCall calls the factored base function. New JSONPagingApiCall functions also call the base function, returning a higher level result than the JSONApiCall functions.