Standard-Labs / real-intent

Python SDK and abstracted interface for Real Intent operations.
https://realintent.co
0 stars 0 forks source link

I don't think this is right #138

Open preritdas opened 6 hours ago

preritdas commented 6 hours ago

https://github.com/Standard-Labs/real-intent/blob/c99e648d1f52ef87a500d6600fef3bc0dbdfa612/real_intent/client.py#L242-L267

totalCount... probably need to be using # of records per page and doing floor div + 1 to get # of pages. Seems we're pulling extreme numbers of empty pages. Hunch, look into it more.