Search
Preparing search index...
The search index is not available
Xero Node.JS SDK Documentation
Menu
xero-node
Class: ProjectsAPIClient
Hierarchy
BaseAPIClient
ProjectsAPIClient
Index
Constructors
constructor
Properties
oauth1
Client
Object literals
projects
Constructors
constructor
new
ProjectsAPIClient
(
options
:
XeroClientConfiguration
, authState
?:
AccessToken
, _oAuth1HttpClient
?:
IOAuth1HttpClient
)
:
ProjectsAPIClient
Parameters
options:
XeroClientConfiguration
Optional
authState:
AccessToken
Optional
_oAuth1HttpClient:
IOAuth1HttpClient
Returns
ProjectsAPIClient
Properties
oauth1
Client
oauth1
Client
:
IOAuth1HttpClient
Object literals
projects
projects
:
object
create
create
(
args
:
object
)
:
Promise
<
Project
>
Parameters
args:
object
Returns
Promise
<
Project
>
get
get
(
args
?:
object
&
PagingArgs
)
:
Promise
<
ProjectsResponse
>
Parameters
Optional
args:
object
&
PagingArgs
Returns
Promise
<
ProjectsResponse
>
get
Single
get
Single
(
args
:
object
)
:
Promise
<
Project
>
Parameters
args:
object
Returns
Promise
<
Project
>
ProjectsAPIClient
constructor
oauth1
Client
projects
Generated using
TypeDoc