Skip to content

DinographicPixels/GuildedAPI-Types

Repository files navigation

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

Releases

No releases published

Sponsor this project

 

Packages

No packages published