Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BaasicClient doubles api key when returning secureApiUrl #1

Closed
MarioDudjak opened this issue Nov 2, 2017 · 1 comment
Closed

BaasicClient doubles api key when returning secureApiUrl #1

MarioDudjak opened this issue Nov 2, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@MarioDudjak
Copy link

MarioDudjak commented Nov 2, 2017

Issue tracker is used for reporting bugs and requesting new features. Please use StackOverflow or Google Groups for supporting issues.

General Information

BaasicClient doubles api key when returning secureApiUrl.
Example of use:

public Repository(IBaasicClient baasicClient)
{
BaasicClient = baasicClient;
}
BaasicClient.GetSecureApiUrl("resources/");

-- Returns https://api.baasic.com/version/api-key/api-key

Expected Behavior

E.g. secure api url should be like: https://api.baasic.com/version/api-key/api-key

Current Behavior

Secure api url looks like: https://api.baasic.com/version/api-key/

Possible Solution

Steps to Reproduce

Detailed Description

Possible Implementation

Specifications

  • ApiKey:
  • Version:
  • Url:
  • SDK:
@khorvat khorvat added the bug label Nov 3, 2017
@khorvat khorvat added this to the 0.8.156 milestone Nov 3, 2017
@khorvat
Copy link
Contributor

khorvat commented Nov 3, 2017

This issue has been fixed in 0.8.156 version.

@khorvat khorvat closed this as completed Nov 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants