Export authentication-related types/lenses

I'm assuming that they're not meant to be just in `.Internal`.
This commit is contained in:
Ivan Lazar Miljenovic 2017-07-28 15:15:16 +10:00
parent 213620e56a
commit 8e67e26d63

View File

@ -43,12 +43,13 @@ module Servant.Docs
, -- * ADTs to represent an 'API'
Endpoint, path, method, defEndpoint
, API, apiIntros, apiEndpoints, emptyAPI
, DocAuthentication(..), authIntro, authDataRequired
, DocCapture(..), capSymbol, capDesc
, DocQueryParam(..), ParamKind(..), paramName, paramValues, paramDesc, paramKind
, DocNote(..), noteTitle, noteBody
, DocIntro(..), introTitle, introBody
, Response(..), respStatus, respTypes, respBody, defResponse
, Action, captures, headers, notes, params, rqtypes, rqbody, response, defAction
, Action, authInfo, captures, headers, notes, params, rqtypes, rqbody, response, defAction
, single
) where