Skip to content

RhykerWells/robloxgo

Repository files navigation

Robloxgo

Go Reference Go Report Card

RobloxGo is a Go package that provides low level bindings to the ROBLOX API. RobloxGo's current aims are support for specific functions relating to users & groups, but if the package gains enough traction other aspects will be included

For help with this package, please use the discussions tab.

Getting Started

Installing

This assumes you already have a working Go environment, if not please see this page first.

go get will always pull the latest tagged release from the master branch.

go get github.com/RhykerWells/robloxgo

Usage

Import the package into your project.

import "github.com/RhykerWells/robloxgo"

Construct a new Roblox client which is used to access the variety of Roblox API functions

client, err := robloxgo.Create("Your roblox API key")

Documentation

NOTICE: This library and the ROBLOX API are unfinished. Because of that there may be major changes to library in the future.

The Robloxgo code is currently the only documentation available. Go reference (below) presents that information in a nice format.

  • Go Reference

Contributing

Contributions are very welcomed, however please follow the below guidelines.

  • Try to match current naming conventions as closely as possible.
  • This package is intended to be a low level direct mapping of the Roblox API, so please avoid adding enhancements outside of that scope without first discussing it.
  • Create a Pull Request with your changes against the master branch.

About

(Golang) Go bindings for Roblox

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages