You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In read_record_public, when a list of put_codes is given, these are currently joined together as strs, but the API returns these codes as ints. It's not a huge burden to convert put_codes I got from one call to str before making another call for full details of the works, but it would be convenient to just pass in the list of ints I pull from the other data.
The text was updated successfully, but these errors were encountered:
In
read_record_public
, when a list ofput_code
s is given, these are currently joined together as strs, but the API returns these codes as ints. It's not a huge burden to convert put_codes I got from one call to str before making another call for full details of the works, but it would be convenient to just pass in the list of ints I pull from the other data.The text was updated successfully, but these errors were encountered: