Skip to content

HyP3 SDK v1.0.0

Compare
Choose a tag to compare
@tools-bot tools-bot released this 25 Mar 19:03
03bdbab

Added

  • HyP3.find_jobs now supports filtering by job_type
  • HyP3.find_jobs now pages through truncated responses to get all requested jobs
  • hyp3_sdk.exceptions now includes ServerError for exceptions that are a result of
    system errors.

Changed

  • hyp3_sdk.exceptions now has HyP3SDKError as a module base exception, and HyP3Error is now specific
    errors in the hyp3 submodule
  • HyP3.find_jobs argument status renamed to status_code to be consistent with api-spec