-
Notifications
You must be signed in to change notification settings - Fork 3
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(usabilla): add support for configuring client #39
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Should we not encourage the use of https?
this.accessKey = accessKey; | ||
this.secretKey = secretKey; | ||
this.host = host; | ||
this.host = 'data.usabilla.com'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, this signature factory is bound to this domain
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! Yes that is what I thought, that is why I moved it there!
@shuisman you mean to encourage the use of https, right? |
717f6ba
to
ee282ff
Compare
54c2358
to
16ef5f6
Compare
Closes #35