1.0.1 • Published 4 years ago

libblox v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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.
1.0.1

4 years ago

1.0.0

4 years ago