Currently, misskey-util implements pagination with an endpoint that takes a pagination parameter and returns an array (i.e. Vec). charts/ endpoint differs from the others in that the response is not a single array, but is divided into several fields, so pagination with misskey-util is currently not supported.
Currently,
misskey-utilimplements pagination with an endpoint that takes a pagination parameter and returns an array (i.e.Vec).charts/endpoint differs from the others in that the response is not a single array, but is divided into several fields, so pagination withmisskey-utilis currently not supported.