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
{{ message }}
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
Rawad Karam edited this page Nov 15, 2018
·
14 revisions
Routes
POST: /generate-model?logicalName=<logical_name>
Currently, the backend accepts a multipart/formdata request with only one field:
{
generator_inputs: array
}
Which will contain a maximum of 4 files:
<some_file>.xmi
<some_file>.ecore
<some_file>.vql
generation.vsconfig
Since this is the web and references to the user's local machine is not possible, the configuration file should be named exactly as described above and will need to be configured as follows:
Every reference of one of the mentioned files should be referenced by using the "##" notation.
If a reference to <some_file>.xmi is needed, then reference the file as ##<some_file>.xmi.