AlienVault-OTX / OTX-Java-SDK

The Java-based SDK for the Open Threat Exchange API.
Other
34 stars 31 forks source link

Fixed pagination issue with API - CSKELLIE - RISKSENSE, INC. #1

Closed cskellie closed 9 years ago

cskellie commented 9 years ago

CSKELLIE from RISKSENSE, INC.

Fixed existing issue with pagination of pulses. The existing code wasn't passing in a new parameter to increase the page count. So I fixed it to pass in a new map with the new OTXEndpointParameter I created, and the increasing pageCount value.

rspitler-alien commented 9 years ago

Thank you for the update! made minor modification but appreciate the catch!