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
65 stars 12 forks source link

Rename `datetime` parameter of `get_memento` #102

Closed Mr0grog closed 1 year ago

Mr0grog commented 2 years ago

This renames the datetime parameter of the get_memento() method to timestamp, which makes it consistent with the attribute names in Memento and CdxRecord. It's not a strictly necessary breaking change, but as long as we are making breaking changes to search() parameters, this is as good a time as any to do it.