stianeikeland / node-etcd

:satellite: Etcd client for nodejs
BSD 3-Clause "New" or "Revised" License
259 stars 85 forks source link

pagination support #70

Closed xpepermint closed 7 years ago

xpepermint commented 7 years ago

V3 supports pagination so we can limit number of results. Ref: https://github.com/coreos/etcd/blob/master/Documentation/rfc/v3api.md

DerekTBrown commented 7 years ago

Currently this library only supports APIv2. Adding pagination would require substantially more work.