https://github.com/loeffel-io/paginator
Paginator
https://github.com/loeffel-io/paginator
Last synced: 2 months ago
JSON representation
Paginator
- Host: GitHub
- URL: https://github.com/loeffel-io/paginator
- Owner: loeffel-io
- License: mit
- Created: 2021-11-03T10:07:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T15:15:18.000Z (over 3 years ago)
- Last Synced: 2025-01-30T04:44:00.220Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paginator
[](https://cloud.drone.io/loeffel-io/paginator)
- Protobuf/Grpc support
- Go & JavaScript & TypeScript support## Protobuf
```protobuf
syntax = "proto3";
package protobuf;import "paginator.proto";
message CustomerInvoiceRequest{
uint64 id = 1;
loeffel_io.paginator.Paginator paginator = 2;
}
```## Go
```
go get -u github.com/loeffel/paginator/go
```## JavaScript & TypeScript
```
yarn add @loeffel-io/paginator
```