Options
All
  • Public
  • Public/Protected
  • All
Menu

Provides the starting point of the harvest module

Hierarchy

  • Harvest

Index

Constructors

constructor

Properties

client

clients

clients: ClientsAPI

company

company: CompanyAPI

concurrency

concurrency: number = null

contacts

contacts: ContactsAPI

debug

debug: boolean = false

estimateItemCategories

estimateItemCategories: EstimateItemCategoriesAPI

estimateMessages

estimateMessages: EstimateMessagesAPI

estimates

estimates: EstimatesAPI

expenseCategories

expenseCategories: ExpenseCategoriesAPI

expenses

expenses: ExpensesAPI

host

host: string

invoiceItemCategories

invoiceItemCategories: InvoiceItemCategoriesAPI

invoiceMessages

invoiceMessages: InvoiceMessagesAPI

invoicePayments

invoicePayments: InvoicePaymentsAPI

invoices

invoices: InvoicesAPI

projectAssignments

projectAssignments: ProjectAssignmentsAPI

projects

projects: ProjectsAPI

request

request: function

Type declaration

    • <T>(method: string, uri: string, data?: any): Promise<T>
    • Type parameters

      • T

      Parameters

      • method: string
      • uri: string
      • Optional data: any

      Returns Promise<T>

roles

roles: RolesAPI

taskAssignments

taskAssignments: TaskAssignmentsAPI

tasks

tasks: TasksAPI

timeEntries

timeEntries: TimeEntriesAPI

userAgent

userAgent: string = null

userAssignments

userAssignments: UserAssignmentsAPI

users

users: UsersAPI

Methods

requestGenerator

  • requestGenerator<T>(): (Anonymous function)
  • Type parameters

    • T

    Returns (Anonymous function)

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc