Replies: 1 comment
-
It would be awesome for SDKs to support different Blockfrost deployment, but it is up to different owners, as each SDK is a separate project. I would recommend to open a bug in blockfrost-python and we will do our best to get it funded for all the SDKs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Should this work with the blockfrost SDK? I think I'm running into a problem when I instantiate
BlockFrostApi
with thebase_url
pointing to this, it's adding an api version "v0" to the request, so I get an error. I couldn't see anywhere to configure this and I can't seem to override it with anapi_version
ofNone
or an empty string.If I just use
requests
and query thehealth
endpoint (without the version v0 in the url) I get the expected response:{'is_healthy': True}
Any help/pointers would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions