zalando/innkeeper

Pagination on GET routes endpoint

Closed this issue · 2 comments

If there are thousands of routes, it takes very long time to download all the routes in a single request. It would be great if innkeeper has a pagination feature.

Started working on this issue shuhei#1

I'll make a pull request in this repo when it's ready.

The default sorting would be id, but it would be great to have an option for sorting by name, team, host, path URI, predicate name, endpoint, etc.