| ... | @@ -2,7 +2,7 @@ |
... | @@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
The API to the database is generated automatically. This is possible because all relevant ACL and consistency checks are implemented in the database.
|
|
The API to the database is generated automatically. This is possible because all relevant ACL and consistency checks are implemented in the database.
|
|
|
|
|
|
|
|
Which data endpoints are available to a user is publicized in the [[Universe]] endpoint, which is available one a user has logged in.
|
|
Which data endpoints are available to a user is publicized in the [Universe](Universe) endpoint, which is available one a user has logged in.
|
|
|
|
|
|
|
|
It is a JSON structure describing the structure of the database and listing all data endpoints with their options as available to the user.
|
|
It is a JSON structure describing the structure of the database and listing all data endpoints with their options as available to the user.
|
|
|
|
|
|
| ... | @@ -15,4 +15,4 @@ The main data endpoints are |
... | @@ -15,4 +15,4 @@ The main data endpoints are |
|
|
* [Queries](Queries) - /data/$module/$entity/query - retrieve data from an entity (=table)
|
|
* [Queries](Queries) - /data/$module/$entity/query - retrieve data from an entity (=table)
|
|
|
* [Transitions](Transitions) - /data/$module/$entity/$instance/transitions/$transition_name - change data of instance (=row)
|
|
* [Transitions](Transitions) - /data/$module/$entity/$instance/transitions/$transition_name - change data of instance (=row)
|
|
|
|
|
|
|
|
[Plugins](Plugins) - /plugins/$plugin_name - plugins are similar to functions. They are used when queries and transitions are insufficient, e.g. because a query is too complex or calls get combined for performance reasons. The plugin parameters are defined in the universe, the reply structure is currently not documented there. |
|
[Plugins](Plugins) - /plugins/$plugin_name - plugins are similar to functions. They are used when queries and transitions are insufficient, e.g. because a query is too complex or calls get combined for performance reasons. The plugin parameters are defined in the universe, the reply structure is currently not documented there. |
|
\ No newline at end of file |
|
|