Nexo Maker Docs
  • Welcome
  • Getting Started
    • Basic Concepts
      • Starting a Expansion
      • Compiling your Expansion
  • Visual API
    • Modularjs
      • Modularjs Basics
      • Styling
      • useState()
      • useEffect()
      • useGlobalState()
      • useProjectState()
    • [Deprecated] Components
      • Custom HTML documents
    • Themes
      • Replace Assets
      • Assets List
  • Functional API
    • Post Functions
      • Post Sidebar Button
      • Post Editor Module
    • Get Functions
      • Load Assets
      • Load File
      • Get Project
  • API Changelogs
    • Changelog 0.6.1
Powered by GitBook
On this page
  • πŸ“˜ Syntax
  • 🧩 Parameters
  1. Functional API
  2. Get Functions

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.

UNFINISHED!!

PreviousLoad FileNextChangelog 0.6.1

Last updated 18 days ago