sayari-analytics / sayari-go

Golang SDK for interacting with the Sayari API.
0 stars 0 forks source link

Include additional info when using the pagination functions #15

Open davidkonigsberg opened 9 months ago

davidkonigsberg commented 9 months ago

rather than just return the data field, return a response more in keeping with our normal api response, but expand it to include all requstls

i.e. offset = 1, limit = total obj, size = total obj, qualifier = 'eq'

davidkonigsberg commented 9 months ago

Changes for this are done but will be commented out. Ticket going to backlog until we revive pagination.