-
Notifications
You must be signed in to change notification settings - Fork 22
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
Feature/34 http client finish #35
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.
Good refactoring!
I really liked how you decided to use mocked responses, instead of recordings. This feels more like a real unit tests. I didn't even think of that!
I do have a few minor comments that needs to be addressed before we can merge.
Thanks!
...32634686/download_822653945/should-throw-if-location-header-not-set_2915274416/recording.har
Show resolved
Hide resolved
# 1.0.0 (2019-11-06) ### Bug Fixes * failing tests ([00f828d](00f828d)) * stops matching on headers ([affb06b](affb06b)) ### Features * adds ability to output to STDOUT ([9168278](9168278)) * adds HTTP client ([8a45622](8a45622)) * adds index ([f56242b](f56242b)) * adds OAuth2 client ([#24](#24)) ([f13694c](f13694c)) * finishes HTTP client ([#35](#35)) ([ee8121d](ee8121d))
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.