Skip to content

szymanskilukasz/freshmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

#FreshMail A python library which implements the functionality of FreshMail REST API.

Freshmail - official freshmail site.

Freshmail PHP library - PHP library which implements the functionality of FreshMail REST API.

Instructions

  1. Import FmRestApi class and provide both: API_KEY and API_SECRET.
from freshmail import FmRestApi
api_key = YOUR_API_KEY 
api_secret = YOUR_API_SECRET
freshmail = FmRestApi(api_key, api_secret)
  1. Now you can connect with API by do_request method.
  • check your connection with 'ping' action
response = freshmail.do_request('ping')

For more information check official API documentation -http://freshmail.pl/developer-api/autoryzacja/

About

Authorization class for FreshMail REST API in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages