📄️ Create Object(s)
You can create a top-level model object(s), set a sub-model object or append a sub-model list object(s) with the Altogic client library.
📄️ Update Object(s)
You can update the objects matching with the query by calling the update method and input values
📄️ Get Object(s)
You can query object(s) by calling the get method.
📄️ Get Random Object(s)
You can query the specified number of objects randomly by calling the getRandom method.
📄️ Delete Object(s)
You can delete an object(s) by calling the delete method.
📄️ Search Object(s)
Altogic client library helps you to make search objects of a model by using the Query Manager.
📄️ Run Computation(s)
You can run computation(s) on model objects using the Altogic client library.