import * as denoGyazo from "https://raw.githubusercontent.com/takker99/deno-gyazo/0.2.0/mod.ts";| UnexpectedResponseError |
| checkResponse | responseが正常かどうかを確かめる |
| deleteImage | delete an image |
| getImage | get an image |
| getImages | get images |
| getProfile | get user profile |
| isUnexpectedResponseError | |
| upload | Gyazoへ画像をuploadする |
| BadRequestError | 400のときのerror object |
| BaseOptions | 全てのREST APIに共通するopitons |
| GetImagesInit | the options for |
| Image | Image data |
| ImageList | |
| InvalidParameterError | 422のときのerror object |
| NotFoundError | 404のときのerror object |
| NotPrivilegeError | 403のときのerror object |
| OAuthOptions | OAuth API用options |
| Profile | Gyazo account profile |
| RateLimitError | 429のときのerror object |
| UnauthorizedError | 401のときのerror object |
| UploadInit | metadata and access tokens |
| UploadResult | the result of |
| Fetch | networkからdataをとってくる処理 |
| GyazoAPIError | |
| Timestamp |