Pagination on GET routes endpoint
Closed this issue · 2 comments
shuhei commented
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
Started working on this issue shuhei#1
I'll make a pull request in this repo when it's ready.
shuhei commented
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.