change name to remove dashes and hopefully be importable
This commit is contained in:
parent
bfe42ef1a1
commit
f07cf0e02d
5 changed files with 23 additions and 5 deletions
13
README.md
13
README.md
|
|
@ -1,3 +1,16 @@
|
|||
# Trustcafe API Wrapper
|
||||
|
||||
Intended use (not working yet but testing.py does)
|
||||
|
||||
'''
|
||||
import trustcafeapi
|
||||
import os, simplejson as json
|
||||
|
||||
|
||||
API = trustcafeapi.APIClient(
|
||||
client_id=os.getenv("client_id"),
|
||||
client_secret=os.getenv("client_secret"),
|
||||
debug=True
|
||||
)
|
||||
|
||||
'''
|
||||
Loading…
Add table
Add a link
Reference in a new issue