Skip to content

Releases: dailymotion/dailymotion-sdk-python

Improve documentation & delegate to API the grant_type management

Choose a tag to compare

@tsunammis tsunammis released this 20 Nov 16:39
  • Add installation from "pip" in the README.md
  • Add coveralls.io & Travis badges in the README.md
  • Replace nose by pytest
  • Delegate to API the grant_type management

Version 0.2.0

Choose a tag to compare

@Amzani Amzani released this 21 May 14:07
  • Removed pycurl and shelve modules
  • Use requests_toolbelt for video upload
  • Simplified the access token storage, They are now stored in memory by default.
    But we recommand to store theme in a protected OS directory.
  • Explained in the Readme how authentification work in the SDK, and how access tokens are stored.