Skip to content

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*asAPITypesfrom'guildedapi-types.ts/v1'
import{APIGuild}from'guildedapi-types.ts/v1'

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

constGuildCategory: 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.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages