Skip to content

v0.2.0

Compare
Choose a tag to compare
@paul121 paul121 released this 05 Aug 19:10

Removed

  • Removed support for the Drupal Session Auth has been removed from the client.
  • Removed farm.authenticate() method (use farm.authorize() instead).
  • Removed dependency on ConfigParser used to save default OAuth config and profiles.
  • Removed support for OAuth Authorization flow. This can be completed externally of the farmOS.py library.

Added

  • Add farm.authorize() method for consistency with OAuth and farmOS.js API.
  • Re-export HTTPError and OAuth exceptions for convenience.
  • Additional OAuth tests.
  • Black code formatting.

Fixed

  • Don't make requests to /farm.json and /restws/session/token #37
  • Write tests for OAuth Integration #33