Skip to content

GameJoltAPI.Request

IrønBrandon edited this page Sep 22, 2024 · 3 revisions

Plugin Versions: 1.0, 0.1

Inherits: RefCounted < Object

The class that handles all data for API calls.

Description

To create a new GamejoltAPI.Request type

GameJoltAPI.Request.new("/type/", {}, ["/sub/","/types/"])

Properties (variables)

  • type: String

The call type, such as "/users/", "/users/auth/", "/scores/", etc.

  • parameters: Dictionary

The parameters used for the call.

  • sub_types: Array = []

Sub types. Only used for batch requests.

Clone this wiki locally