Preparing search index...
The search index is not available
@booksakura/backlog-client-ts
@booksakura/backlog-client-ts
BacklogConfig
Class BacklogConfig
Implements
contracts
.
BacklogConfig
Index
Constructors
constructor
Methods
get
Access
Token
get
Api
Key
get
Base
Url
get
Default
Request
Options
Constructors
constructor
new
Backlog
Config
(
options
)
:
BacklogConfig
Parameters
options
:
{
apiKey
:
string
;
defaultRequestOptions
?:
BacklogApiRequestOption
;
host
:
string
|
URL
;
}
|
{
accessToken
:
string
;
defaultRequestOptions
?:
BacklogApiRequestOption
;
host
:
string
|
URL
;
}
Returns
BacklogConfig
Methods
get
Access
Token
get
Access
Token
(
)
:
undefined
|
string
Returns
undefined
|
string
get
Api
Key
get
Api
Key
(
)
:
undefined
|
string
Returns
undefined
|
string
get
Base
Url
get
Base
Url
(
)
:
URL
Returns
URL
get
Default
Request
Options
get
Default
Request
Options
(
)
:
undefined
|
BacklogApiRequestOption
Returns
undefined
|
BacklogApiRequestOption
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Access
Token
get
Api
Key
get
Base
Url
get
Default
Request
Options
@booksakura/backlog-client-ts
Loading...