-
Notifications
You must be signed in to change notification settings - Fork 1
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
Use http4s instead of github-api #146
Comments
kevin-lee
added a commit
that referenced
this issue
Jan 20, 2021
kevin-lee
added a commit
that referenced
this issue
Jan 20, 2021
kevin-lee
added a commit
that referenced
this issue
Jan 20, 2021
kevin-lee
added a commit
that referenced
this issue
Jan 20, 2021
…build.sbt Issue #146 - Remove github4s from build.sbt
kevin-lee
added a commit
that referenced
this issue
Jan 20, 2021
kevin-lee
added a commit
that referenced
this issue
Jan 20, 2021
kevin-lee
added a commit
that referenced
this issue
Jan 20, 2021
Issue #146 - Add HttpClient using http4s
kevin-lee
added a commit
that referenced
this issue
Jan 21, 2021
kevin-lee
added a commit
that referenced
this issue
Jan 21, 2021
…ease Issue #146 - Some changes in existing types including errors
kevin-lee
added a commit
that referenced
this issue
Jan 21, 2021
kevin-lee
added a commit
that referenced
this issue
Jan 21, 2021
…thub-release Issue #146 - New data types for GitHub release
kevin-lee
added a commit
that referenced
this issue
Jan 22, 2021
kevin-lee
added a commit
that referenced
this issue
Jan 22, 2021
Issue #146 - Add 'create GitHub release'
kevin-lee
added a commit
that referenced
this issue
Jan 23, 2021
kevin-lee
added a commit
that referenced
this issue
Jan 23, 2021
Issue #146 - Add 'find GitHub release'
kevin-lee
added a commit
that referenced
this issue
Jan 23, 2021
kevin-lee
added a commit
that referenced
this issue
Jan 23, 2021
…ease Issue #146 - Add 'update GitHub release'
kevin-lee
added a commit
that referenced
this issue
Jan 23, 2021
kevin-lee
added a commit
that referenced
this issue
Jan 23, 2021
…-request-body-json Issue #146 - A simpler way to handle request body JSON
kevin-lee
added a commit
that referenced
this issue
Jan 28, 2021
kevin-lee
added a commit
that referenced
this issue
Jan 28, 2021
…github-release Issue #146 - Add upload assets to GitHub release
kevin-lee
added a commit
that referenced
this issue
Jan 28, 2021
kevin-lee
added a commit
that referenced
this issue
Jan 28, 2021
…ling Issue #146 - Added: authentication to GitHub API failure handling
This is blocked by http4s/blaze#639. 😭 |
kevin-lee
added a commit
that referenced
this issue
Jan 30, 2021
kevin-lee
added a commit
that referenced
this issue
Jan 30, 2021
kevin-lee
added a commit
that referenced
this issue
Jan 30, 2021
kevin-lee
added a commit
that referenced
this issue
Jan 30, 2021
kevin-lee
added a commit
that referenced
this issue
Jan 30, 2021
…-to-github-release Issue #146 - Fixed: A bug in uploading a bigger file to GitHub release
kevin-lee
added a commit
that referenced
this issue
Jan 31, 2021
kevin-lee
added a commit
that referenced
this issue
Jan 31, 2021
…hub-api Close #146 - Use http4s instead of github4s
kevin-lee
changed the title
Use http4s instead of github4s
Use http4s instead of github-api
Feb 7, 2021
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Task
Summary
Use http4s instead of github-api
Project Details
Version:
1.0.3
Description
Use http4s instead of github-api. github4s was also considered but declined.
Since github4s doesn't support uploading assets to release, it is required to use HTTP client library to do both release and loading. So use http4s instead of github4s which means http4s/http4s#140 can be dropped.
OldGitHubApi
with the newGitHubApi
.The text was updated successfully, but these errors were encountered: