zalando / innkeeper

Simple route management API for Skipper
Other
166 stars 21 forks source link

Pagination on GET routes endpoint #225

Closed shuhei closed 7 years ago

shuhei commented 7 years ago

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.

shuhei commented 7 years ago

Started working on this issue https://github.com/shuhei/innkeeper/pull/1

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

shuhei commented 7 years ago

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.