Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pita_api/mod.ts>Project

API for Pita projects, simpliest way to develop secure and powerful webapps for redpitaya.
Latest
class Project
import { Project } from "https://deno.land/x/pita_api@0.9.1/mod.ts";

Project represent the host configuration.

Examples

Example 1

const redpitaya = await Project.init(projectConfig)

Constructors

new
Project()

Static Methods

init(unnamed 0: { uuid: string; }): Promise<Redpitaya>

This initializes an App from an UUID from the 🫓 pita project configuration. It init the connection to the backend.