Documentation
An app's documentation allows [...].
Syntax overview
Imagine allows you to represent your app's API using the following structure and syntax:
Example
As an example of a API, let's take the music app, Musica, that has the concepts of [...]
In this example, the concepts of [], all together constitute the Musica's API. [HANDLING VS CALLING?]
Representation in Imagine syntax
The Musica API [HANDLING?] would be represented in Imagine's syntax as follows:
Settings syntax
There is no settings syntax required for the data model domain.
Domain-specific syntax
Imagine's Domain-specific syntax for the data model domain supports two main modules: XYZ and XYZ. <-- UPDATE LINKS
We will describe the various elements in each class in detail below.
API
The API module allows you to define a new data model in your app. This concept is analogous to a [???] in programming languages or [???] in a database.
The various elements of the API module are as follows:
API-name
API is followed by a unique user-selected <api-name>
.
In the example below, [ABC] and [XYZ] are <api-names>
.
XYZ
Abc...
In the example below, ...