Skip to content

HyP3 SDK v6.0.0

Compare
Choose a tag to compare
@tools-bot tools-bot released this 02 Feb 20:46
c69abf8

This release accommodates changes to the HyP3 API schema introduced in HyP3 v6.0.0

Added

  • credit_cost attribute to the Job class
  • HyP3.check_credits method to determine your remaining processing credits

Changed

  • HyP3.my_info(): A new remaining_credits field replaces the quota field in the return value
  • HyP3.check_quota may return a float or an integer if the user has processing credits

Deprecated

  • HyP3.check_quota has been deprecated in favor of HyP3.check_credits