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

https://github.com/bjbr-dev/pagination

Lightweight library to perform pagination
https://github.com/bjbr-dev/pagination

Last synced: 5 months ago
JSON representation

Lightweight library to perform pagination

Awesome Lists containing this project

README

          

# Pagination - Lightweight library to perform pagination
## Overview

Pagination is a tiny library to easily paginate lists of data and group related properties up into one result class.

[![Build status](https://ci.appveyor.com/api/projects/status/li9502o3h09epayr?svg=true)](https://ci.appveyor.com/project/berkeleybross/pagination)

## Project aims

1. Provide fast and lightweight helper methods for pagination
2. Thread safety should be guarenteed

## Features
*Documentation in progress!*

## Installation
Simply add the nuget package [berkeleybross.pagination](https://www.nuget.org/packages/berkeleybross.Pagination/) to your project.

## Licensing and Attribution
See [License](LICENSE).