Unique identifier that can be used to register or retrieve a specific API.
Example: mendix.EditorsAPI, mycompany.MyFunkyAPI
Deletes the file at the specified path.
The relative path of the file to delete.
A promise that resolves when the file has been deleted.
Retrieves the content of a file at the specified path.
The relative path of the file to retrieve.
A promise that resolves with the content of the file.
Retrieves a list of files matching the given glob filter.
The glob pattern to match app files against.
Uploads content to a file at the specified path.
The relative path of the file to upload content to.
The content to upload to the file.
A promise that resolves when the file has been uploaded.
API for working with the files in the app directory.