question

Mathieu Deletrain avatar image
Mathieu Deletrain asked

APIs available from CloudScript

Hi !

I see here that both the entity and multiplayer APIs are available from CloudScript, albeit not being documented here.

Could you provide the full list of APIs that can be accessed from CloudScript, an whether they are fully implemented there ?

Thanks !

apisCloudScript
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Sarah Zhang avatar image
Sarah Zhang answered

As you said, Server API, Entity API and Multiplayer API can be accessed on CloudScript. You can find all Server API on this page, and find the Multiplayer API here. Entity API means the API that uses EntityToken to authorize access, it covers several types of API, such as Profile API, Group API, Data API, Event API, etc. Please check our API reference for more details.

They are fully implemented. You can use “server.[APIName]” to call the Server API, and use “entity.[APIName]” and “multiplayer.[APIName]” to access the Entity API and Multiplayer API on CloudScript.

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Mathieu Deletrain avatar image Mathieu Deletrain commented ·

Thank you for this quick and complete answer !

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.