wiki
wiki copied to clipboard
use // in place of http to default to same protocal
I was experiencing an issue where my site, which uses HTTPS
, was throwing an error because the default url for the API is HTTP
. Updating this to use //
will use the same protocol as the website your package is used on, which should fix this issue.