postmark-dmarc: A wrapper around Postmark's DMARC REST API

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

A wrapper around Postmark’s DMARC REST API built on top of Servant.Client


[Skip to Readme]

Properties

Versions 0.1.0.0
Change log ChangeLog
Dependencies aeson (>=1.4.6.0 && <1.5), aeson-casing (>=0.2.0.0 && <0.3), base (>=4.7 && <5), bytestring (>=0.10.8.2 && <0.11), lens (>=4.17.1 && <4.18), servant (>=0.16.2 && <0.17), servant-client (>=0.16.0.1 && <0.17), text (>=1.2.3.1 && <1.3), time (>=1.8.0.2 && <1.9), unordered-containers (>=0.2.10.0 && <0.3) [details]
License MIT
Copyright Michael Gregson (c) 2020
Author Michael Gregson <mgregson@gregson.io>
Maintainer Michael Gregosn <mgregson@gregson.io>
Category Network APIs
Home page https://github.com/mgregson/hs-postmark-dmarc#readme
Uploaded by mgregson at 2020-08-18T04:17:40Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for postmark-dmarc-0.1.0.0

[back to package description]

postmark-dmarc

Build Status A Haskell library wrapping the Postmark DMARC API.

Install

cabal install postmark-dmarc

Or, add it to your dependencies in package.yaml:

dependencies:
  - postmark-dmarc

Usage

See the example/ directory for sample usage.

Contributing

PRs accepted.

License

MIT © Michael Gregson

See LICENSE for details.