servant-auth-token-0.1.0.0: Servant based API and server for token based authorisation

Copyright(c) Anton Gushcha, 2016
LicenseMIT
Maintainerncrashed@gmail.com
Stabilityexperimental
PortabilityPortable
Safe HaskellNone
LanguageHaskell2010

Servant.Server.Auth.Token.Pagination

Description

 

Synopsis

Documentation

pagination Source

Arguments

:: Maybe Page

Parameter of page

-> Maybe PageSize

Parameter of page size

-> (Page -> PageSize -> AuthHandler a)

Handler

-> AuthHandler a 

Helper that implements pagination logic