-
Notifications
You must be signed in to change notification settings - Fork 0
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.
To create a new GamejoltAPI.Request type
GameJoltAPI.Request.new("/type/", {}, ["/sub/","/types/"])
-
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.