MailchimpSimple: Haskell library to interact with Mailchimp JSON API Version 3.0

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]

Warnings:

This package contains the basic functions supported by Mailchimp JSON API. For HTTP Authentication, it uses Basic HTTP Authentication.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.2.0.0, 0.2.0.0
Change log None available
Dependencies aeson (>=0.11), aeson-lens (>=0.5), base (>=4.8 && <4.9), base16-bytestring (>=0.1), bytestring (>=0.10), cryptohash (>=0.11), directory (>=1.2), filepath (>=1.4), http-conduit (>=2.1), http-types (>=0.9), lens (>=4.13), safe (>=0.3), text (>=1.2), time (>=1.5), transformers (>=0.4), vector (>=0.11) [details]
License BSD-3-Clause
Author Dananji
Maintainer dan9131@gmail.com
Category Web
Home page https://github.com/Dananji/MailchimpSimple
Source repo head: git clone https://github.com/Dananji/MailchimpSimple
Uploaded by dananji9131 at 2016-03-29T04:57:39Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for MailchimpSimple-0.2.0.0

[back to package description]

MailchimpSimple

A library to handle mailing lists in Mailchimp (http://mailchimp.com/)

Features

This library is written in Haskell, to interact with Mailchimp's JSON API. The initial commit supported only the Mailchimp 2.0 version. Now the library is available for version 3.0 using Basic HTTP Authentication. This implements the following functionalities;

Here are the links for the blog posts written on this [http://dananjiliyanage.blogspot.com/2015/07/develop-mailchimp-library-with-haskell.html, http://dananjiliyanage.blogspot.com/2016/03/using-basic-http-authentication-in.html]

How to use

Given that you have installed Haskell platform in your machine; (If not, follow this link: https://www.haskell.org/platform/windows.html)

  1. Clone the Git repository using 'git clone https://github.com/Dananji/MailchimpSimple.git'
  2. Open the terminal, and browse into the cloned project folder
  3. Run 'cabal update'
  4. Then type 'cabal install' in the terminal