ourzora / offchain

NFT Metadata made easy
MIT License
109 stars 27 forks source link

BACK-1720: implement HEAD requests for metadata fetcher #92

Closed zylora closed 10 months ago

zylora commented 10 months ago

Description

Motivation and Context

When fetching the metadata for a token, we would like to use a HEAD instead of a GET request in order to save web traffic

How has this been tested?

new unit tests in test_arweave_adapter.py test_data_adapter.py test_http_adapter.py test_ipfs_adapter.py test_metadata_fetcher.py test_metadata_pipeline.py

Screenshots (if appropriate):

Types of changes

Checklist: