mfebrizio / fr-toolbelt

Toolbelt of classes and functions written in Python to use with the Federal Register API.
MIT License
1 stars 0 forks source link

Add ability to pass multiple values to return_format in AgencyData class #7

Closed mfebrizio closed 6 months ago

mfebrizio commented 7 months ago

for example:

agency_data = AgencyData(results, metadata, schema)
processed_agencies = agency_data.process_data(return_format=("name", "slug", "acronym"))
mfebrizio commented 6 months ago

added this capability, introduced a new bug, and now need to patch the new bug!

mfebrizio commented 6 months ago

9 PR to close this issue