stoewer/go-nakadi

Add parameters to the List method of the SubscriptionAPI

Opened this issue · 0 comments

Add filter and pagination parameters to the List method of the SubscriptionAPI. Remove the method ListFilter introduced by #69.

Acceptance criteria

  • Pagination is supported via limit and offset
  • Results can be filtered by owning_application and event_type
  • By default the unfiltered first page is returned