libblox

1.0.1 • Public • Published

A library to easily interact with ROBLOX's API.

Libblox is simple to use. The documentation is below:

Search APIs

searchPlaces(place) // Search for places by name.
searchUsers(user) // Search for users by name.
searchCatalog(item, category) // Search for catalog items by name and category.
searchGroups(group) // Search for groups by name.

Thumbnail APIs

getPlaceThumbnail(id) // Get thumbnail for a place by id.
getUserThumbnail(id) // Get thumbnail for a user by id.
getGroupThumbnail(id) // Get thumbnail for a group by id.

Misc APIs

getCatalogCategories() // Get catalog categories.
getGroupInfo(id) // Get detailed group information by id.

Readme

Keywords

none

Package Sidebar

Install

npm i libblox

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

4.04 kB

Total Files

3

Last publish

Collaborators

  • ladizi