📄️ Create Object
You can create a top-level model object with Altogic client library easily.
📄️ Update Object
With Altogic, you can directly set the field values of the object in the database.
📄️ Get Object
You can get an object by calling the get method. It gets the object identified by the id from the database.
📄️ Delete Object
With Altogic, you can delete an object by calling the delete method.