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

UploadInit

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

metadata and access tokens

interface UploadInit extends OAuthOptions {
app?: string;
collectionId?: string;
created?: number;
description?: string;
metadataIsPublic?: boolean;
refererURL?: string | URL;
title?: string;
}

§Extends

§Properties

§
app?: string
[src]

App name which create the image

§
collectionId?: string
[src]

collection id the image is added to

§
created?: number
[src]

Unix time which the image was created at

§
description?: string
[src]

the description of the image

Gyazoのhashtagを書き込む場所に表示される

§
metadataIsPublic?: boolean
[src]

whether to make the metadata of the image public

§
refererURL?: string | URL
[src]

URL related to the image

§
title?: string
[src]

the image title

Gyazoの"From xxx"欄に表示される