Skip to content

Version 1.1.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jul 12:11
· 3 commits to master since this release

Fixed

Fixed crash trying to get the occupations-taxonomy and jobs-taxonomy reference files:

from ravenpackapi import RPApi
api = RPApi(product="edge")

occupations = api.get_entity_type_reference("occupations-taxonomy")
occupations.write_to_file("occupations-reference.csv")

jobs = api.get_entity_type_reference("jobs-taxonomy")
jobs.write_to_file("jobs-reference.csv")