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

feat: add setServiceUrl method as a setter for the serviceUrl property #41

Merged
merged 1 commit into from
Sep 10, 2019

Commits on Sep 10, 2019

  1. feat: add setServiceUrl method as a setter for the serviceUrl pro…

    …perty
    
    * Change `url` to `serviceUrl`
    * Validate that `serviceUrl` is set in the `sendRequest` method
    * Make "auth type" case-insensitive
    * Throw an error for unsupported "auth types" - only default to 'iam' when no "auth type" is provided
    
    BREAKING CHANGE: The internal property `url` no longer exists on the `baseOptions` object, it has been renamed to `serviceUrl`
    dpopp07 committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    3278ddf View commit details
    Browse the repository at this point in the history