tarr11 / IntercomDotnet

Wrapper for Intercom.io API for .NET
Apache License 2.0
15 stars 14 forks source link

Implement get next page in user list #14

Closed richard-kong closed 9 years ago

richard-kong commented 9 years ago

When using User.Get() intercom returns a paged resultset with a URL for the next page. I have implemented User.GetPage(url) to retrieve the users on the next page.

richard-kong commented 9 years ago

Just found that pages can be specified in User.get by setting page and perPage variables. So this pull request is not required.