CaliDog / certstream-go

Go library for connecting to CertStream
MIT License
140 stars 33 forks source link

Using custom endpoint URL? #10

Open chenxiaoqino opened 3 years ago

chenxiaoqino commented 3 years ago

As suggested on certstream website, non-experimental use should not use the public server and should setup separate certstream server. However, currently the URL wss://certstream.calidog.io is hard-coded into the library.

I suggest adding the URL endpoint parameter for CertStreamEventStream. I can contribute the code and update the example if needed.

pathtofile commented 1 year ago

Added PR for this: https://github.com/CaliDog/certstream-go/pull/11