cardano-community / koios-go-client

Go Client library for Koios API
https://pkg.go.dev/github.com/cardano-community/koios-go-client/v3
Apache License 2.0
10 stars 4 forks source link

Decompress when Content-Encoding is in the headers #46

Closed safanaj closed 8 months ago

safanaj commented 8 months ago

Describe the bug account_info call stopped to work due the Content-Encoding returned by the API, explicitly setting the Accept-Encoding header, the net/http lib is not managing decompression automatically.

To Reproduce call GetAccountsInfo or any related function where the hit endpoint return compressed response

Expected behavior Decoding should transparently succeed