when trying to generate a authorization url there is a '/' missing to separate the baser url from the path. the generated url is : `https://api.kloudless.comv1/oauth?.....` instande of : `https://api.kloudless.com/v1/oauth?.....`
when trying to generate a authorization url there is a '/' missing to separate the baser url from the path.
the generated url is :
https://api.kloudless.comv1/oauth?.....instande of :
https://api.kloudless.com/v1/oauth?.....