Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Releases: Arvoria/RobaseService

RobaseService 2.1.0

25 Aug 13:57
Compare
Choose a tag to compare

This release candidate adds query parameter support check the documentation for more information on that.

Furthermore, changes have been made so that errors are handled more appropriately and Robase method calls no longer require to be wrapped in a pcall as this is done for you.

Included below is the zip file for use with Rojo in your file system and the rbxm model for use to pull into studio if you aren't using an external IDE.

RobaseService 2.0.1-beta.2-rc

18 Jul 16:28
Compare
Choose a tag to compare

Refined plenty of issues and handles edge cases better. This version is now a release candidate!

Installation

Unzip this file into the storage location of your choice (ServerScriptService recommended) under your current working directory. This is intended to be used with Rojo.

RobaseService 2.0.1-beta

22 Jun 22:34
Compare
Choose a tag to compare

RobaseService v2.0.x-beta is the final build of RobaseService prior to official release. It passes all unit tests but has not yet been fully tested in production, use this package cautiously and don't forget to report any issues.

v2.0.1 includes two new methods for the Robase class: Set and Get. These methods return promises associated with the http request made.