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.
This renames the
datetime
parameter of theget_memento()
method totimestamp
, which makes it consistent with the attribute names inMemento
andCdxRecord
. It's not a strictly necessary breaking change, but as long as we are making breaking changes tosearch()
parameters, this is as good a time as any to do it.