OpenBlox - OpenCloud & Classic API Wrapper (NodeJs & Bun)

Hey @MightyPart Do you understand what I mean?
I hope that if it is a library error you will fix it soon

Openblox 1.0.60

  • configs now need to be created via a new createOpenbloxConfig method - this ensures cookies get formatted properly.

  • setConfig has been renamed to setDefaultOpenbloxConfig.

  • fixed issue with GroupsApi.groupMembers where the roleId filter was incorrectly mapped to group (instead of role) in the filter string.

  • roleId will be now be typed as a literal where possible in the GroupsApi.groupMembers method.

New way to create and set the default config:

setDefaultOpenbloxConfig(
    createOpenbloxConfig({
        cookie: process.env.ROBLOX_COOKIE as any,
        cloudKey: process.env.CLOUD_KEY as any
    })
)

Hey, I can’t reproduce this error. Do you mind telling me what runtime you are using as well as the version?

Hey @MightyPart,

Amazing work! I wanted to ask how would I get the nextPageToken and use it in the cursor param in listOrderedDatastoreEntries (OrderedDataStoresApi_V2). In the console log, I am only getting orderedDataStoreEntries

the cursors are separated from the data to make them easier to work with.

let { data, cursors } = ...

What happened to the OpenCloud wiki? It seems to be deleted

2 Likes