I have a requirement to search and download datasets to a browser environment. Is there a way to do this directly without going through a python proxy? I guess I just need to know the http endpoints used by the python client and I can fetch it directly.
Hi @avin-kavish - yes, you can look through the code to find the http endpoints. We don't document these explicitly since they're not necessarily stable and can change in the future.
Hello,
I have a requirement to search and download datasets to a browser environment. Is there a way to do this directly without going through a python proxy? I guess I just need to know the http endpoints used by the python client and I can
fetch
it directly.