This repository has been archived by the owner on Dec 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merging upstream develop
Enforce conventional commits
… file for this method The updateInfo method takes a required id and optional title and description parameters. 106
…ion for commitizen committizen -> commitizen
…g gallery information
…ccess token externally This feature will allow users to authenticate outside of the imgur package.
Keneucker/feature new setAccessToken method
…or update operation Added the missing operation handling for 'update' and added mocked post request handler for updateInfo. #112
BREAKING CHANGE: Imgur no longer supports the `Resource Owner Password Credentials Grant` type, so the outdated (i.e., broken) code that requires your username and password has been removed. You must now manage the `Authorization Code Grant` type flow yourself to obtain an access token via server redirect/callback and then provide it to this module via `setAccessToken` closes #115
refactor(authorization): remove built-in authorization flow
…n flow" This reverts commit f7610ff.
Revert auth removal
Keneucker/feature new updateInfo method
Keneucker/feature new getGalleryInfo method
…eview version bump
Use semantic-release in CI
Merging develop from origin
this aligns with the official API. uploading to /image is no longer documented so we'll stop pointing there before it breaks.
Update upload endpoint
Merge upstream
In addition to adding the favoriteImage method, this update adds tests for both favoriteImage and deleteImage.
Added the favoriteImage method and tests
test(handlers): break out handlers into modules for maintainability
fix(_imgurrequest): fix logical check for credits/search
Last few tweaks/fixes
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.