bdougie / git-twitch

This is a service for GitHub and twitch interaction
MIT License
58 stars 23 forks source link

Add url param to use wss instead of ws #11

Closed jasonericdavis closed 3 years ago

jasonericdavis commented 3 years ago

This allows wss to be used instead of ws when ?secure=true is added to the end of the URL. ws will be used by default.

bdougie commented 3 years ago

This is technically a breaking change. I am going to go ahead and merge, but I think I am going to start making release notes a thing so folks are aware of changes like this.