You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, I present to you some suggestions to simplify the use of the API:
Game Objects
"/api/v1/gameobjects/[typeKey]"
It would be useful to add the possibility of sending an array of IDs with the request to retrieve all the desired elements at once.
Idea:
{
"ids": [ids]
}
Variables
"/api/v1/variables/global"
Similarly, it would be useful to be able to retrieve multiple specific variables in a single request.
Idea:
{
"ids": [ids]
}
I believe that this would optimize the API by reducing the number of required requests and therefore loading times, which would be beneficial for various types of applications.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I present to you some suggestions to simplify the use of the API:
Game Objects
"/api/v1/gameobjects/[typeKey]"
It would be useful to add the possibility of sending an array of IDs with the request to retrieve all the desired elements at once.
Idea:
Variables
"/api/v1/variables/global"
Similarly, it would be useful to be able to retrieve multiple specific variables in a single request.
Idea:
I believe that this would optimize the API by reducing the number of required requests and therefore loading times, which would be beneficial for various types of applications.
Beta Was this translation helpful? Give feedback.
All reactions