Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.06 KB

File metadata and controls

34 lines (27 loc) · 1.06 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.3] - 2016-08-31

Added

  • CHANGELOG.md!
  • User, Friends, and Friend objects
  • Meta objects created for every response
  • Exceptions module
  • Base unit test class for API resource objects

Changed

  • Refactored endpoints class to default to v.1.1 of the API
  • Refactored UpApi class from _init_.py to base.py to get rid of some circular import problems
  • Split unit tests into test_upapi.py for SDK high level functions and test_base.py for testing UpApi

[0.2] - 2016-08-09

Added

  • Calls to the token saver (if it exists) whenever a token gets updated.

Changed

  • More use of mocks in unit tests

[0.1] - 2016-06-14

Added

  • Initial SDK handles OAuth flow and issuing OAuth requests
  • UpApi object will be the base class for all API resources
  • pip requirements.txt
  • Unit tests!
  • Modules for endpoints and scopes constants