Profiles API
Quick Start
import RundotGameAPI from '@series-inc/rundot-game-sdk/api'
const profile = RundotGameAPI.getProfile()
console.log(profile.id, profile.username)Fields
Field
Type
Notes
Usage Ideas
Last updated