-
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
feat: adds OAuth2 client #24
Conversation
@nguyentoanit I've added an OAuth client in this PR. What is not clear to me is how to use our Polly setup to record a request response. Could you please modify I have set all of the necessary environment variables in CI, so if you push your changes, it will run them live. |
# 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.