Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 473 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 473 Bytes

sbt

A partial implementation of the solutions by text REST API

Read their docs here: https://www.solutionsbytext.com/solutions/api-integration/

Install

  pip install git+https://github.com/worthwhile/sbt/

Basic Usage

Simply import it and pass the appropriate payload.

import sbt

data = {
    'phone': '18881234567',
    'securityToken': 'really-long-t0k3n',
    'orgCode': 'abc123'
 }

response = sbt.Carrier().get(data)