API Endpoints
List of Guardian API Endpoints
List Of Configurations Endpoints
Endpoints
Description
Type
List Of Groups Endpoints
Endpoints
Description
Type
List Of Users Endpoints
Endpoints
Description
Type
Guardian Client
Installation
yarn add @protokol/client
pnpm add @protokol/client
npm install @protokol/client
Initialization
import { ProtokolConnection } from "@protokol/client";
const connection = new ProtokolConnection("https://explorer.protokol.sh/api");
Last updated
Was this helpful?