mdn522 / printful-api-python

Printful API for Python (Unofficial)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

printful-api-python

Unofficial Printful API for Python


Installing and Updating

For Python 3 (Must have Git installed)

pip install -U git+git://github.com/mdn522/printful-api-python.git

Usage

from printful_api import PrintfulAPI

pf = PrintfulAPI(key='<YOUR-API-KEY-GOES-HERE>')

print(pf.get('products'))
print(pf.get('orders'))
# print(pf.get('<API-ENDPOINT>'), params={})
# print(pf.post('<API-ENDPOINT>'), params={}, data={})

About

Printful API for Python (Unofficial)


Languages

Language:Python 100.0%