Search
Preparing search index...
The search index is not available
node-lokalise-api
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Projects
Class Projects
Hierarchy
Base
Projects
Implements
IProjects
Index
Constructors
constructor
Properties
request
Methods
create
delete
empty
get
list
update
Constructors
constructor
new
Projects
(
request
:
IRequest
)
:
Projects
Parameters
request:
IRequest
Returns
Projects
Properties
Protected
request
request
:
IRequest
Methods
create
create
(
body
:
object
)
:
Promise
<
IProject
>
Parameters
body:
object
Returns
Promise
<
IProject
>
delete
delete
(
projectId
:
string
)
:
Promise
<
object
>
Parameters
projectId:
string
Returns
Promise
<
object
>
empty
empty
(
projectId
:
string
)
:
Promise
<
object
>
Parameters
projectId:
string
Returns
Promise
<
object
>
get
get
(
projectId
:
string
)
:
Promise
<
IProject
>
Parameters
projectId:
string
Returns
Promise
<
IProject
>
list
list
(
query
?:
IProjectQuery
)
:
Promise
<
object
>
Parameters
Optional
query:
IProjectQuery
Returns
Promise
<
object
>
update
update
(
projectId
:
string
, body
:
object
)
:
Promise
<
IProject
>
Parameters
projectId:
string
body:
object
Returns
Promise
<
IProject
>
Globals
Projects
constructor
request
create
delete
empty
get
list
update
Generated using
TypeDoc