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
Translations
Class Translations
Hierarchy
Base
Translations
Implements
ITranslations
Index
Constructors
constructor
Properties
request
Methods
get
list
update
Constructors
constructor
new
Translations
(
request
:
IRequest
)
:
Translations
Parameters
request:
IRequest
Returns
Translations
Properties
Protected
request
request
:
IRequest
Methods
get
get
(
projectId
:
string
, translationId
:
number
)
:
Promise
<
object
>
Parameters
projectId:
string
translationId:
number
Returns
Promise
<
object
>
list
list
(
projectId
:
string
, query
?:
IPage
)
:
Promise
<
object
>
Parameters
projectId:
string
Optional
query:
IPage
Returns
Promise
<
object
>
update
update
(
projectId
:
string
, translationId
:
number
, body
:
object
)
:
Promise
<
object
>
Parameters
projectId:
string
translationId:
number
body:
object
Returns
Promise
<
object
>
Globals
Translations
constructor
request
get
list
update
Generated using
TypeDoc