@sodiumlabs/gdapi
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

GD API


Discord server npm version npm downloads Last commit

About

GD API is a module that allows you to easily interact with the Geometry Dash private API. The module documentation is available at https://docs.sodiumlabs.xyz/gdapi.

This module does not include all features of the Geometry Dash API, such as endpoints that require user passwords. However, you can combine it with the knowledge from the unofficial GD docs to access everything if needed.

Installation

npm install @sodiumlabs/gdapi@latest

Links

Example

import { GDAPI } from "@sodiumlabs/gdapi";

const gdapi = new GDAPI();

// Get RobTop account
const user = await gdapi.getUserById(71);
console.log(user);

Help

If you don't understand something in the documentation, are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our official Discord Server.

Package Sidebar

Install

npm i @sodiumlabs/gdapi

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

288 kB

Total Files

9

Last publish

Collaborators

  • sodiumlabs