Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Branches

Index

Methods

Methods

  • get(id: number): Promise<any>
  • Get the details of a branch

    Parameters

    • id: number

      Identifier of the branch

    Returns Promise<any>

    • Response with branch object in the response body
  • list(): Promise<any>
  • Fetches the list of branches

    Returns Promise<any>

    • Response with branches list in the response body

Generated using TypeDoc