@sodiumlabs/gdapi
v1.0.3
Published
An unofficial Geometry Dash API wrapper
Maintainers
Readme
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.
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@latestLinks
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.
