hanzoai / gochimp3

🐒 Golang client for MailChimp API 3.0.

Home Page:https://github.com/zeekay/gochimp3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GetInterests should accept ExtendedQueryParams instead of BasicQueryParams

eslam-mahmoud opened this issue · comments

func (list ListResponse) GetInterests(interestCategoryID string, params *BasicQueryParams) (*ListOfInterests, error) {

Hello,

GetInterests should accept ExtendedQueryParams instead of BasicQueryParams
to be able to paginate the requests and use offset & count

solved by merging #23