Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dynablox_opencloud/src/rest/RESTController.ts

A Roblox OpenCloud API wrapper for Deno and NodeJS written in TypeScript.
Latest
import * as dynabloxOpencloud from "https://deno.land/x/dynablox_opencloud@v0.2.2/src/rest/RESTController.ts";

Classes

Error for RESTController related actions.

Interfaces

API key authentication for open cloud endpoints.

OAuth2 application authentication.

OAuth2 authentication

Form Data input for the request. Mostly for file uploads.

RESTController public-facing HTTP request parameters.

RESTService internal HTTP request parameters.

RESTController constructor options.

Type Aliases

Authentication credentials init.

The content type to expect from the server's response.

The HTTP method to request with. Custom methods are not supported.

Body content with allowed types.