imgurian

Crates.ioimgurian
lib.rsimgurian
version0.5.0
sourcesrc
created_at2021-11-12 16:51:09.611121
updated_at2021-11-17 10:14:24.624904
descriptionImgur API client.
homepagehttps://github.com/r7kamura/imgurian
repositoryhttps://github.com/r7kamura/imgurian.git
max_upload_size
id480986
size55,025
Ryo Nakamura (r7kamura)

documentation

https://docs.rs/imgurian

README

imgurian

test

Imgur API client.

Usage

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.
Commit count: 117

cargo fmt