Freshmail

Python Wrapper for Freshmail REST API


License
MIT
Install
pip install Freshmail==0.1

Documentation

FreshMail-Python

A Python class for FreshMail REST API.

Installation

Copy freshmail.py into your app directory and import class:

from freshmail.py import FreshMail

Initialize FM object with:

fm = FreshMail('API_KEY','API_SECRET')

Examples

All samples included in samples directory.