tedchou12 / webull

Unofficial APIs for Webull.
MIT License
597 stars 181 forks source link

How to paginate through get_calendar_events() when hasMore is True #314

Closed scottgoodell closed 1 year ago

scottgoodell commented 2 years ago

The get_calendar_events() method takes in a num for number of retrieved responses. The resulting response provides a hasMore boolean that indicates there's more to be retrieved (at least that's how I interpret it). Making subsequent calls with the same num value yields the same data. How would one paginate through the responses if there's no flag on the method?