blockfrost / blockfrost-python

Python 3 SDK for the Blockfrost.io API.
https://blockfrost.io/
Apache License 2.0
67 stars 18 forks source link

Feature request: Pyscript compatability #23

Open Et9797 opened 2 years ago

Et9797 commented 2 years ago

I'm trying to use blockfrost on the front-end with pyscript. However, it throws SSL errors as pyscript/pyodide does not support the requests library, see Stackoverflow: https://stackoverflow.com/questions/72585785/caused-by-sslerrorcant-connect-to-https-url-because-the-ssl-module-is-not-av

Would it be possible to add the additional option to use fetch or pyfetch, so that blockfrost Python bindings can be used on the front-end with pyscript?