Diego81 / omnicontacts

A generalized Rack middleware for importing contacts from major email providers.
477 stars 230 forks source link

Fetch contacts with pagination #166

Closed myakout closed 6 years ago

myakout commented 7 years ago

I used the gem to fetch contacts for (Gmail/Yahoo/Outlook), It's working good with me. But I need to add pagination when I fetch contacts, or send (limit & offset). I asked the question on Stackoverflow, but no answer.

Can you help me, how can I implement it ?

jr180180 commented 7 years ago

Hey @myakout - I'm curious as to why you'd need this functionality. You may be better off just storing the contacts after import to your database and then paginating them from there. That way, you only have to do one authorization request.