Show

Table on Contents

index.include()

class Show<T extends object> {
  public include(relations: string | string[]): this;
}

Includes the given relations

show.get()

class Show<T extends object> {
  public get(id: string): Promise<T>;
  public get(id: string, callback: Client.Callback<T>): void;
}

Results an object which is the desired resource