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.
The glob pattern to match app files against.
Retrieves a list of files matching the given glob filter along with their metadata.
The glob pattern to match app files against.
Specifies that file metadata should be included in the response.
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.