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
createOpenbloxConfigmethod - this ensures cookies get formatted properly. -
setConfighas been renamed tosetDefaultOpenbloxConfig. -
fixed issue with
GroupsApi.groupMemberswhere theroleIdfilter was incorrectly mapped togroup(instead ofrole) in the filter string. -
roleIdwill be now be typed as a literal where possible in theGroupsApi.groupMembersmethod.
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