Skip to content

catskul/python-sprintly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example:

import sprintly

account = sprintly.Account(('foo@bar.com', 'cafebabefeeddeadbeefdefec8'))
product = account.products()[0]
item    = product.item('1')
comment = item.create_comment({ 'body': 'hello world!' })
comment1 = item.comments()[0]
comment2 = item.comment(comment.id)

About

python sprintly client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages