imgur
Version:
Unofficial JavaScript library for Imgur
12 lines (11 loc) • 608 B
TypeScript
export declare const IMGUR_API_PREFIX = "https://api.imgur.com";
export declare const API_VERSION = "3";
export declare const AUTHORIZE_ENDPOINT = "oauth2/authorize";
export declare const TOKEN_ENDPOINT = "oauth2/token";
export declare const ACCOUNT_ENDPOINT = "3/account";
export declare const ALBUM_ENDPOINT = "3/album";
export declare const IMAGE_ENDPOINT = "3/image";
export declare const UPLOAD_ENDPOINT = "3/upload";
export declare const GALLERY_ENDPOINT = "3/gallery";
export declare const SUBREDDIT_GALLERY_ENDPOINT = "3/gallery/r";
export declare const SEARCH_GALLERY_ENDPOINT = "3/gallery/search";