Get Project

The readProjects() function is a core utility in the Nexo Maker API that allows your expansion to read . It’s commonly used to load:existing Projects stored insideDocuments/Projects directory.

This function is asynchronous and returns all existing projects as an array of objects.


📘 Syntax

await api.nexomaker.getProjects(key)

🧩 Parameters

Name
Type
Required
Description

key

string

User session token.

Last updated