ar-io / arns-service

Koa microservice that leverages Warp to support the ArNS Portal and ar.io observers.
https://api.arns.app
GNU Affero General Public License v3.0
19 stars 4 forks source link

feat(pagination): add pagination support for `/interactions` endpoint #81

Closed dtfiedler closed 9 months ago

dtfiedler commented 9 months ago

Some contracts have a lot of interactions - loading them all in /interactions is untenable. Add pagination support to the /interactions endpoint so a client can iterate through pages as they wish.