Skip to content

Commit 752a30e

Browse files
update Open Source Docs from Roblox internal teams
1 parent d799b03 commit 752a30e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

content/en-us/reference/engine/classes/HttpService.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: |
1212
integrated with off-Roblox web services such as analytics, data storage,
1313
remote server configuration, error reporting, advanced calculations or
1414
real-time communication. Additionally, a few Roblox web APIs can also be
15-
accessed via HttpService (see below).
15+
accessed via `HttpService` (see below).
1616
1717
`HttpService` also houses the `Class.HttpService:JSONEncode()|JSONEncode` and
1818
`Class.HttpService:JSONDecode()|JSONDecode` methods which are useful for
@@ -55,19 +55,19 @@ description: |
5555
5656
###### Groups
5757
58-
- [GetGroup](/cloud/reference/Group#Get-Group)
59-
- [ListGroupJoinRequests](/cloud/reference/GroupJoinRequest#List-Group-Join-Requests)
60-
- [AcceptGroupJoinRequest](/cloud/reference/GroupJoinRequest#Accept-Group-Join-Request)
61-
- [DeclineGroupJoinRequest](/cloud/reference/GroupJoinRequest#Decline-Group-Join-Request)
62-
- [ListGroupMemberships](/cloud/reference/GroupMembership#List-Group-Memberships)
63-
- [UpdateGroupMembership](/cloud/reference/GroupMembership#Update-Group-Membership)
64-
- [GetGroupRole](/cloud/reference/GroupRole#Get-Group-Role)
65-
- [ListGroupRoles](/cloud/reference/GroupRole#List-Group-Roles)
66-
- [GetGroupShout](/cloud/reference/GroupShout#Get-Group-Shout)
58+
- [GetGroup](/cloud/reference/Group#Cloud_GetGroup)
59+
- [ListGroupJoinRequests](/cloud/reference/GroupJoinRequest#Cloud_ListGroupJoinRequests)
60+
- [AcceptGroupJoinRequest](/cloud/reference/GroupJoinRequest#Cloud_AcceptGroupJoinRequest)
61+
- [DeclineGroupJoinRequest](/cloud/reference/GroupJoinRequest#Cloud_DeclineGroupJoinRequest)
62+
- [ListGroupMemberships](/cloud/reference/GroupMembership#Cloud_ListGroupMemberships)
63+
- [UpdateGroupMembership](/cloud/reference/GroupMembership#Cloud_UpdateGroupMembership)
64+
- [ListGroupRoles](/cloud/reference/GroupRole#Cloud_ListGroupRoles)
65+
- [GetGroupRole](/cloud/reference/GroupRole#Cloud_GetGroupRole)
66+
- [GetGroupShout](/cloud/reference/GroupShout#Cloud_GetGroupShout)
6767
6868
###### Data Stores
6969
70-
Due to current restrictions on HttpService, only alphanumeric
70+
Due to current restrictions on `HttpService`, only alphanumeric
7171
characters and the `-` character are allowed in URL path parameters to Roblox
7272
domains. This means Data Stores/entries with other special characters are
7373
currently inaccessible from `HttpService`.
@@ -82,14 +82,14 @@ description: |
8282
8383
###### Inventory Items
8484
85-
- [ListInventoryItems](/cloud/reference/InventoryItem#List-Inventory-Items)
85+
- [ListInventoryItems](/cloud/reference/InventoryItem#Cloud_ListInventoryItems)
8686
8787
###### Creator Store
8888
89-
- [CreatorStoreAssetsSearch](/cloud/features/creator-store#/default/get_toolbox_service_v2_assets_search)
89+
- [CreatorStoreAssetsSearch](/cloud/features/creator-store#toolbox-service)
9090
9191
You can call these endpoints the same way that you'd call any other endpoint
92-
via HttpService. The only difference is that you must include an Open Cloud
92+
via `HttpService`. The only difference is that you must include an Open Cloud
9393
API key in the request:
9494
9595
1. [Create an Open Cloud API key](/cloud/auth/api-keys#create-api-keys).
@@ -113,7 +113,7 @@ description: |
113113
- Open Cloud requests consume the same overall limit of 500 HTTP requests per
114114
minute enforced on all other requests.
115115
- Each Open Cloud endpoint has its own limit per API key owner (can be a user
116-
or a group) that is enforced no matter where the calls come from (HttpService,
116+
or a group) that is enforced no matter where the calls come from (`HttpService`,
117117
the web, etc.). The following headers are returned with every response and
118118
allow you to view the limits and your remaining quota:
119119

0 commit comments

Comments
 (0)