Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as denoGyazo from "https://raw.githubusercontent.com/takker99/deno-gyazo/0.1.2/mod.ts";

§Classes

UnexpectedResponseError

§Variables

checkResponse

responseが正常かどうかを確かめる

getImage

get an image

getImages

get images

getProfile

get user profile

isUnexpectedResponseError
upload

Gyazoへ画像をuploadする

§Interfaces

BadRequestError

400のときのerror object

BaseOptions

全てのREST APIに共通するopitons

GetImagesInit

the options for getImages()

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 upload()

§Type Aliases

Fetch

networkからdataをとってくる処理

GyazoAPIError
Timestamp