wwj718 / formbuilder_client

client for formbuilder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

formbuilder_client

client for formbuilder

you can use the client to get your data back

install

pip install formbuilder_client

usage

from formbuilder_client import Client
client = Client(kintoUrl="http://localhost:8888/v1/",adminToken="xxx") 
response = client.get_response()
data = response.json()
print(data)

about kintoUrl,userToken,adminToken, look at How can I get my data back?

About

client for formbuilder

License:Other


Languages

Language:Python 61.7%Language:Makefile 38.3%