diveharder_api.py
diveharder_api.py copied to clipboard
A Python FastAPI proxy providing endpoints to access Helldivers 2 API data for community developers
Results
2
diveharder_api.py issues
Sort by
recently updated
recently updated
newest added
when i am using the api of https://api.diveharder.com/raw/dss, i added Accept-Language:zh-Hans into the headers, but it didnt return contents in chinese. hope can support another languages in this api
### What problem does it solve It requires clients using the hosted version of the API to send along a `X-Super-Client` header that identifies their application, and optionally a `X-Super-Contact`...
documentation
enhancement
question