Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RolesApi

RolesApi - object-oriented interface

export

Hierarchy

  • BaseAPI
    • RolesApi

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • Optional configuration: Configuration
    • basePath: string = ...
    • axios: AxiosInstance = ...

    Returns RolesApi

Properties

Protected axios

axios: AxiosInstance = ...

Protected basePath

basePath: string = ...

Protected configuration

configuration: undefined | Configuration

Methods

rolesGet

  • List team member roles

    throws

    {RequiredError}

    memberof

    RolesApi

    Parameters

    • Optional options: any

    Returns Promise<AxiosResponse<RoleGetResponse[]>>

rolesNameGet

  • rolesNameGet(name: string, options?: any): Promise<AxiosResponse<RoleGetResponse>>
  • Get a shifter roles

    throws

    {RequiredError}

    memberof

    RolesApi

    Parameters

    • name: string

      Name of role

    • Optional options: any

    Returns Promise<AxiosResponse<RoleGetResponse>>

Generated using TypeDoc