Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ContractApi

ContractApi - object-oriented interface

export
class

ContractApi

extends

{BaseAPI}

Hierarchy

Index

Constructors

Methods

Constructors

constructor

  • new ContractApi(configuration?: Configuration, basePath?: string, fetch?: FetchAPI): ContractApi

Methods

getContractList

  • getContractList(options?: any): Promise<Contract[]>
  • api.resource.contracts.getContractList.description

    summary

    Fetches contract list of current user

    throws

    {RequiredError}

    memberof

    ContractApi

    Parameters

    • Optional options: any

    Returns Promise<Contract[]>