1.4.4 • Published 3 months ago

cloudblox v1.4.4

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
3 months ago

Cloudblox

An Promise-Based API Wrapper for Roblox's Web API w/ Open Cloud Support

Not recommended for productive use yet.

This is a big work in progress. Once it works with every available endpoint, it will be ready for productive use. This should happen soon.


To Install:

npm install cloudblox

Future Example use:

// Common JS
const { Client, Users, MessagingService } = require('cloudblox');

// ES6
import { Client, Users, MessagingService } from "cloudblox";


const client = new Client();
// Configuring the client is only required when you are working with methods that need authentication
client.Configure({
	Cookie: "Cookie goes here",
	MessagingService: "MessagingService API Key goes here"
})

Users.getUserInfo(1)

MessagingService.PublishAsync("topic", "message")

Contributing

Contributing would be extremely appreciated. If you have the time, please consider.

View CONTRIBUTING.md on how to properly contribute

License

This package is licensed under the Mozilla Public License 2.0

Roblox Name Guidelines

I have been approved by Roblox to use the name "cloudblox".

This package NOT is affiliated or endorsed by Roblox Corp.

I have simply been given the rights to use "cloudblox" for this package.

1.4.4

3 months ago

1.4.3

7 months ago

1.4.2

8 months ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.2

1 year ago

1.3.1-b

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago