Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dynablox_opencloud/src/services/BaseService.ts>BaseService

A Roblox OpenCloud API wrapper for Deno and NodeJS written in TypeScript.
Latest
class BaseService
Abstract
import { BaseService } from "https://deno.land/x/dynablox_opencloud@v0.2.2/src/services/BaseService.ts";

BaseService to be extended by all services.

Constructors

new
BaseService(rest: RESTController)

Construct a new BaseService with a RESTController and authenticationType.

Properties

protected
rest: RESTController

The REST controller to use for requests.