Skip to content

achillesrasquinha/truverifi

Repository files navigation

Python client library for truverifi

Table of Contents

Installation

$ pip install truverifi

Usage

Application Interface
>>> import truverifi
>>> client = truverifi.API("<YOUR_API_KEY>")
>>> client.account()
{
  "balance": 2,
  "username": "example@test.com",
  "transactions": [
    {
      "id": 69,
      "amount": -1,
      "timestamp": "2018-07-07T19:30:00Z",
      "description": "Number change to: 111-222-3333"
    }
  ]
}

>>> client.line()

>>> zip, services = 12345, ["FACEBOOK", "TWITTER"]
>>> client.checkService(services, zip)
>>> client.lineChangeService(services, zip)

>>> client.lineExtend()

License

This repository has been released under the MIT License.


Made with ❤️ using boilpy.

About

Python client library for truverifi

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published