An open API service indexing awesome lists of open source software.

https://github.com/loeffel-io/paginator

Paginator
https://github.com/loeffel-io/paginator

Last synced: 2 months ago
JSON representation

Paginator

Awesome Lists containing this project

README

        

# Paginator

[![Build Status](https://cloud.drone.io/api/badges/loeffel-io/paginator/status.svg)](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
```