edgi-govdata-archiving / wayback

A Python API to the Internet Archive Wayback Machine
https://wayback.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
61 stars 12 forks source link

Align CdxRecord attribute names with names the server uses #130

Open Mr0grog opened 11 months ago

Mr0grog commented 11 months ago

Our CdxRecord objects have names that do not exactly align with the corresponding field names on the CDX server, or what you receive as column headers if asking for CDX search results in JSON format. We should allow access by those names in addition to the names we currently use (and maybe deprecate the current ones?).