Roblox API Reference

HttpRbxApiService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.

Tags: [NotCreatable, Service]

Inherits (1)

Member index (7)

Type Member History
string GetAsync (string apiUrlPath, ThrottlingPriority priority = Default, HttpRequestType httpRequestType = Default) 263 263 264 298 414
string GetAsyncFullUrl (string apiUrl, ThrottlingPriority priority = Default, HttpRequestType httpRequestType = Default) 346 414
string GetDocumentationUrl (string partialUrl) 411
string PostAsync (string apiUrlPath, string data, ThrottlingPriority priority = Default, HttpContentType content_type = ApplicationJson, HttpRequestType httpRequestType = Default) 263 298 414
string PostAsyncFullUrl (string apiUrl, string data, ThrottlingPriority priority = Default, HttpContentType content_type = ApplicationJson, HttpRequestType httpRequestType = Default) 346 414
string RequestAsync (Dictionary requestOptions, ThrottlingPriority priority = Default, HttpContentType content_type = ApplicationJson, HttpRequestType httpRequestType = Default) 351 350 351 414
string RequestLimitedAsync (Dictionary requestOptions, ThrottlingPriority priority = Default, HttpContentType content_type = ApplicationJson, HttpRequestType httpRequestType = Default) 421
57 members inherited from Instance

History

Members

GetAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
apiUrlPath string none
priority ThrottlingPriority Default
httpRequestType HttpRequestType Default

History

Tags: [Yields]

GetAsyncFullUrl On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
apiUrl string none
priority ThrottlingPriority Default
httpRequestType HttpRequestType Default

History

Tags: [Yields]

GetDocumentationUrl On DevHub

Name Type Default
partialUrl string none

History

PostAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
apiUrlPath string none
data string none
priority ThrottlingPriority Default
content_type HttpContentType ApplicationJson
httpRequestType HttpRequestType Default

History

Tags: [Yields]

PostAsyncFullUrl On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
apiUrl string none
data string none
priority ThrottlingPriority Default
content_type HttpContentType ApplicationJson
httpRequestType HttpRequestType Default

History

Tags: [Yields]

RequestAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
requestOptions Dictionary none
priority ThrottlingPriority Default
content_type HttpContentType ApplicationJson
httpRequestType HttpRequestType Default

History

Tags: [Yields]

RequestLimitedAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
requestOptions Dictionary none
priority ThrottlingPriority Default
content_type HttpContentType ApplicationJson
httpRequestType HttpRequestType Default

History

Tags: [Yields]

Relevant enums (3)