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

GetImagesInit

import type { GetImagesInit } from "https://raw.githubusercontent.com/takker99/deno-gyazo/0.1.2/mod.ts";

the options for getImages()

interface GetImagesInit extends OAuthOptions {
page?: number;
per?: number;
}

§Extends

§Properties

§
page?: number
[src]

画像一覧のページ番号

§
per?: number
[src]

一度に取得する画像の枚数 1 ~ 100まで