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")