Source code for bridge.services.edam.edam_auth
"""
Helper for constructing EMBL-EBI OLS4 API request headers.
"""
[docs]
def get_edam_headers() -> dict:
"""
Construct headers for EMBL-EBI OLS4 API requests.
Returns
-------
dict
A dictionary containing the accept header.
"""
return {"Accept": "application/json"}