Project Structure

Files

Beneath directories exist files, some of which are restricted in terms of what you can and cannot do, an example being migration files, others give you complete freedom to develop as you would in any context.

Overview

Files reference methods. The following example file references two methods that exist in the current project.

{
    uuid: "file-uuid",
    type: "controller",
    name: "Controllers",
    data: [
        "method-uuid-1", 
        "method-uuid-2"
    ]
}

You can review the full Files API specification here.

Please be aware that our documentation is under construction.