Yaml
Methods
yaml.writeFile()
yaml.writeFile()const result = await api.nexomaker.yaml.writeFile({
projectId: placeholders.projectId,
fileName: "myfolder/test.yml",
content: {
x: 123,
y: 456,
project: placeholders.projectId,
created_at: placeholders.timestamp(),
note: "This file is in the project root directory!"
}
});yaml.readFile()
yaml.readFile()Related APIs
api.nexomaker.getProjects()
api.nexomaker.getProjects()api.nexomaker.project.loadNexoItems()
api.nexomaker.project.loadNexoItems()Last updated