Skip to content

Releases: masom/shopify-trois

1.1-beta

01 Sep 16:06
Compare
Choose a tag to compare
1.1-beta Pre-release
Pre-release

1.1 beta

  • Updated all models to match current Shopify API specs
  • Removed deprecated models
  • Added new models
  • Added Python 3.4 to CI

Cappuccino

23 Jul 15:21
Compare
Choose a tag to compare
  • Stable API
  • Support for metafields.
  • More examples
  • Slightly better docs.
  • Bug fixes.

Tobio

19 Jul 20:24
Compare
Choose a tag to compare
  • Multi-shop example.
  • Mapped all resources. (Assets are weird, more work needed.)

Instant

18 Jul 02:48
Compare
Choose a tag to compare
  • Added OAuthEngine.api_call_limit. It is auto-updated each time a call is made to Shopify.

Half-caf

12 Jul 04:26
Compare
Choose a tag to compare
Half-caf Pre-release
Pre-release

Fixed several small issues discovered while building an applicaiton using the API.

Mocha

09 Jul 21:03
Compare
Choose a tag to compare
Mocha Pre-release
Pre-release
  • [engines.OAuth] Support incoming requests signature verification.
  • Documentation

Decaf

09 Jul 01:08
Compare
Choose a tag to compare
Decaf Pre-release
Pre-release
  • Updated relationship api.
  • Added most Shopify models.
  • Json engine methods now return objects unless told not to.
  • Json engine index method now automatically return a Collection
  • Several bug fixes
  • 100% test coverage.

Americano

05 Jul 21:54
Compare
Choose a tag to compare
Americano Pre-release
Pre-release
  • Collection class allows easily iterating index results.
  • Moved to requests.Session instead of requests.
  • Instance properties filtering when updating/creating new entities. (Can be disabled)
  • Some docs
  • PEP 8 and PyFlakes

Latte

04 Jul 14:57
Compare
Choose a tag to compare
Latte Pre-release
Pre-release
  • Initial OAuth HTTP engine
  • App authentication using OAuth
  • Initial basic set of models to support further development.
  • Support for Python 3.3 and 3.2
  • First API call made to Shopify, proving the library design will somewhat work.