docusign-base-0.0.1: Low-level bindings to the DocuSign API

Safe HaskellNone
LanguageHaskell2010

DocuSign.Base.ContentTypes

Synopsis

Documentation

data GIF Source #

Graphics Interchange Format

data JPEG Source #

Joint Photographic Expert Group Format

data PDF Source #

Portable Document Format

data PNG Source #

Portable Network Graphics Format

fromBytes :: FromBytes a => ByteString -> a Source #

toBytes :: ToBytes a => a -> ByteString Source #