Skip to content

Releases: ynput/ayon-python-api

0.1.10

Choose a tag to compare

@iLLiCiTiT iLLiCiTiT released this 01 Feb 13:56

What's Changed

  • Handle RestApiResponse code 204 #11
  • General: Fix Python 2 support #14
  • Events: Query events using graphql #12
  • General: Update readme #13

Full Changelog: 0.1.9...0.1.10

0.1.9

Choose a tag to compare

@iLLiCiTiT iLLiCiTiT released this 27 Jan 20:29

What's Changed

  • Make generator functions compatible with Py2 #7
  • Add missing dependencies #8
  • Ensure ayon_api.dispatch_event actually calls server.dispatch_event #9
  • Ensure server_api.update_event uses patch #10

Full Changelog: 0.1.8...0.1.9

0.1.7

Choose a tag to compare

@iLLiCiTiT iLLiCiTiT released this 18 Jan 15:06

What's Changed

  • Fixed download_file function
  • Download and upload functions can download from different endpoint then /api (full url must be passed)
    • this is prerequirement to be able download private files from addon
  • Added functions to get base and rest url
  • Changed arguments in download_dependency_package -> package name is first and output filename is required
  • Added function to download private file from addon
  • Download and Upload can track progress using TransferProgress

Full Changelog: 0.1.6...0.1.7

0.1.5

Choose a tag to compare

@iLLiCiTiT iLLiCiTiT released this 17 Jan 17:11

What's Changed

  • Implemented helper functions to download/upload server files
  • Dependency packages management #1

Full Changelog: 0.1.4...0.1.5