Skip to content

Opus1no2/Ifbyphone-API-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ifbyphone API Module

This is a comprehensive API client that provides a convenient interface to Ifbyphone's REST API.

Installation:

You can quickly install this moduel using easy_install:

    easy_install Ifbyphone-API-Module

Usage:

from Ifbyphone import IfbyphoneClient

c = IfbyphoneClient('YOUR API KEY')

c.clicktovoicemail._call(vmail_box_id=26271, 
                         phone_to_call=7739777935)
from Ifbyphone import IfbyphoneClient

c = IfbyphoneClient('YOUR API KEY')

c.sms.send(from_=1112223333, 
           to=3334445555,
           message='Test message')

Additional Documentation:

https://secure.ifbyphone.com/developers.php

License:

MIT

About

A Python client for interacting with Ifbyphone REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages