==================
Added
- Created ``get_auctions_raw_response(connectedRealmId)`` endpoint for returning the
raw auctions response so headers can be analyzed.
- Created ``get_auctions_if_modified_since(connectedRealmId, if_modified_since)``
endpoint for returning raw auctions response if the ``Last-Modified`` header is after a given date.
This date must adhere to the standard format ``"%a, %d %b %Y %H:%M:%S %Z"``. If the data is not modified,
a ``304`` status code will be returned.
.. General Links