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

x/tpy/src/tpy.ts>Tpy#getNamespaces

🔑 A strongly typed Pylon API client.
Latest
method Tpy.prototype.getNamespaces
import { Tpy } from "https://deno.land/x/tpy@v1.0.0-RC/src/tpy.ts";

Gets all the namespaces under the given deployment ID.

Parameters

optional
deploymentID: string

The deployment ID to look under. If empty, the function will use the set Tpy.deploymentID in the class.