coinapi-sdk
coinapi-sdk copied to clipboard
[Feature Request] Parse data in response headers
CoinAPI provides data on request limits, exchanges used in aggregation of OHLCV data, and possibly more that I'm not aware of in the response headers. As far as I can see, the response header is currently neither parsed nor stored. I think it would be good to capture that information, either by parsing it for the relevant request or by just giving the CoinAPIv1
class an attribute response_header
and leaving it to the user to parse it. I have only looked at the Python SDK, but I imagine the other languages are similar.
Do you think this makes sense generally and one of the implementations above specifically? If so, I'm happy to make a PR for the Python SDK.
This suggestion is valid as we are tracking it, however can't provide a timeline for that at this moment.
@iuvbio Will you be making PR for this?
I hope to get some time to take a look in the next weeks, this has been completely off my radar for a while.