Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Keys

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected request

request: IRequest

Methods

create

  • create(projectId: string, body: object): Promise<object>

delete

  • delete(projectId: string, keyId: number): Promise<object>

deleteMany

  • deleteMany(projectId: string, body: object): Promise<object>

get

  • get(projectId: string, keyId: number): Promise<object>

list

  • list(projectId: string, query?: IKeyQuery): Promise<object>

update

  • update(projectId: string, keyId: number, body: object): Promise<object>

updateMany

  • updateMany(projectId: string, body: object): Promise<object>

Generated using TypeDoc