demokratie-live / human-connection-api-nodejs-client

Human Connection Node.js API Client
Apache License 2.0
5 stars 2 forks source link

Trailing slash will cause the script to break #2

Closed roschaefer closed 6 years ago

roschaefer commented 6 years ago

This code hc.connect('https://api-alpha.human-connection.org/'); gives a lot of UnhandledPromiseRejections while this code hc.connect('https://api-alpha.human-connection.org'); does not.