Crates.io | imgurian |
lib.rs | imgurian |
version | 0.5.0 |
source | src |
created_at | 2021-11-12 16:51:09.611121 |
updated_at | 2021-11-17 10:14:24.624904 |
description | Imgur API client. |
homepage | https://github.com/r7kamura/imgurian |
repository | https://github.com/r7kamura/imgurian.git |
max_upload_size | |
id | 480986 |
size | 55,025 |
Imgur API client.
Install an executable binary from Releases, or run cargo install imgurian
.
$ imgurian --help
imgurian 0.5.0
Imgur API client.
USAGE:
imgurian <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
delete-image Delete an image.
favorite-image Favorite an image.
generate-access-token Generates an access token from given refresh token.
get-account Get information about an account.
get-account-image Get information about an image of an account.
get-account-images-count Get the total number of images associated with the account.
get-image Get information about an image.
help Prints this message or the help of the given subcommand(s)
list-account-images List account images.
update-image Update information about an image.
upload-image Upload a new image.