Skip to content

mdn522/printful-api-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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={})

Releases

No releases published

Packages

No packages published

Languages