DinographicPixels / GuildedAPI-Types

Up to date Guilded API Typings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guilded API Types

Every type definitions for the Guilded API.


Installation

npm install guildedapi-types.ts

Get started

To import the API Types, you need to choose the API version. E.g: guildedapi-types.ts/v1

You can import every types or some, E.g:

import * as APITypes from 'guildedapi-types.ts/v1'
import { APIGuild } from 'guildedapi-types.ts/v1'

To use most of types, you'll need Typescript. Here's an example:

const GuildCategory: APIGuildCategories = 'community';

Who's using those types?

  • TouchGuild (Guilded Library)

When modifications are needed, feel free to make PRs.

Links

About

Up to date Guilded API Typings.

License:Apache License 2.0


Languages

Language:TypeScript 100.0%