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

x/pita_api/mod.ts>Project.init

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

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

Parameters

unnamed 0: { uuid: string; }

Returns

Promise<Redpitaya>

A new instance of App.