This API Class does not have any or complete API documentation. Please add API documentation if possible.
The HttpRbxApiService class, added in version 0.174, inherits from Instance. It cannot be instantiated.
It is a version of HttpService used by Roblox administrators that can send requests to roblox.com.
Contents
- 1 Methods
- 1.1 GetAsync(apiUrlPath: string, priority: ThrottlingPriority = Default, httpRequestType: HttpRequestType = Default): string
- 1.2 GetAsyncFullUrl(apiUrl: string, priority: ThrottlingPriority = Default, httpRequestType: HttpRequestType = Default): string
- 1.3 GetDocumentationUrl(partialUrl: string): string
- 1.4 PostAsync(apiUrlPath: string, data: string, priority: ThrottlingPriority = Default, content_type: HttpContentType = ApplicationJson, httpRequestType: HttpRequestType = Default): string
- 1.5 PostAsyncFullUrl(apiUrl: string, data: string, priority: ThrottlingPriority = Default, content_type: HttpContentType = ApplicationJson, httpRequestType: HttpRequestType = Default): string
- 1.6 RequestAsync(requestOptions: Dictionary, priority: ThrottlingPriority = Default, content_type: HttpContentType = ApplicationJson, httpRequestType: HttpRequestType = Default): string
- 1.7 RequestLimitedAsync(requestOptions: Dictionary, priority: ThrottlingPriority = Default, content_type: HttpContentType = ApplicationJson, httpRequestType: HttpRequestType = Default): string
- 2 External links
Methods
Parameters| Name | Type | Default |
|---|
| apiUrlPath | string | |
| priority | ThrottlingPriority | Default |
| httpRequestType | HttpRequestType | Default |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
Parameters| Name | Type |
|---|
| partialUrl | string |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
External links[]