@seamapi/http - v1.121.0
GitHub
Preparing search index...
index
SeamHttpThermostatsSchedules
Class SeamHttpThermostatsSchedules
Index
Constructors
constructor
Properties
client
defaults
lts
Version
lts
Version
Methods
create
create
Paginator
delete
get
list
update
update
Client
Session
Token
from
Api
Key
from
Client
from
Client
Session
Token
from
Console
Session
Token
from
Personal
Access
Token
from
Publishable
Key
Constructors
constructor
new
SeamHttpThermostatsSchedules
(
apiKeyOrOptions
?:
string
|
SeamHttpOptions
,
)
:
SeamHttpThermostatsSchedules
Parameters
apiKeyOrOptions
:
string
|
SeamHttpOptions
= {}
Returns
SeamHttpThermostatsSchedules
Properties
client
client
:
AxiosInstance
Readonly
defaults
defaults
:
Required
<
SeamHttpRequestOptions
>
Readonly
lts
Version
ltsVersion
:
"1.0.0"
= seamApiLtsVersion
Static
lts
Version
ltsVersion
:
string
= seamApiLtsVersion
Methods
create
create
(
parameters
:
ThermostatsSchedulesCreateParameters
,
options
?:
ThermostatsSchedulesCreateOptions
,
)
:
ThermostatsSchedulesCreateRequest
Parameters
parameters
:
ThermostatsSchedulesCreateParameters
options
:
ThermostatsSchedulesCreateOptions
= {}
Returns
ThermostatsSchedulesCreateRequest
create
Paginator
createPaginator
<
const
TResponse
,
const
TResponseKey
extends
string
|
number
|
symbol
,
>
(
request
:
SeamHttpRequest
<
TResponse
,
TResponseKey
>
,
)
:
SeamPaginator
<
TResponse
,
TResponseKey
>
Type Parameters
const
TResponse
const
TResponseKey
extends
string
|
number
|
symbol
Parameters
request
:
SeamHttpRequest
<
TResponse
,
TResponseKey
>
Returns
SeamPaginator
<
TResponse
,
TResponseKey
>
delete
delete
(
parameters
:
ThermostatsSchedulesDeleteParameters
,
options
?:
ThermostatsSchedulesDeleteOptions
,
)
:
ThermostatsSchedulesDeleteRequest
Parameters
parameters
:
ThermostatsSchedulesDeleteParameters
options
:
ThermostatsSchedulesDeleteOptions
= {}
Returns
ThermostatsSchedulesDeleteRequest
get
get
(
parameters
:
ThermostatsSchedulesGetParameters
,
options
?:
ThermostatsSchedulesGetOptions
,
)
:
ThermostatsSchedulesGetRequest
Parameters
parameters
:
ThermostatsSchedulesGetParameters
options
:
ThermostatsSchedulesGetOptions
= {}
Returns
ThermostatsSchedulesGetRequest
list
list
(
parameters
:
ThermostatsSchedulesListParameters
,
options
?:
ThermostatsSchedulesListOptions
,
)
:
ThermostatsSchedulesListRequest
Parameters
parameters
:
ThermostatsSchedulesListParameters
options
:
ThermostatsSchedulesListOptions
= {}
Returns
ThermostatsSchedulesListRequest
update
update
(
parameters
:
ThermostatsSchedulesUpdateParameters
,
options
?:
ThermostatsSchedulesUpdateOptions
,
)
:
ThermostatsSchedulesUpdateRequest
Parameters
parameters
:
ThermostatsSchedulesUpdateParameters
options
:
ThermostatsSchedulesUpdateOptions
= {}
Returns
ThermostatsSchedulesUpdateRequest
update
Client
Session
Token
updateClientSessionToken
(
clientSessionToken
:
string
)
:
Promise
<
void
>
Parameters
clientSessionToken
:
string
Returns
Promise
<
void
>
Static
from
Api
Key
fromApiKey
(
apiKey
:
string
,
options
?:
Omit
<
SeamHttpOptionsWithApiKey
,
"apiKey"
>
,
)
:
SeamHttpThermostatsSchedules
Parameters
apiKey
:
string
options
:
Omit
<
SeamHttpOptionsWithApiKey
,
"apiKey"
>
= {}
Returns
SeamHttpThermostatsSchedules
Static
from
Client
fromClient
(
client
:
AxiosInstance
,
options
?:
Omit
<
SeamHttpOptionsWithClient
,
"client"
>
,
)
:
SeamHttpThermostatsSchedules
Parameters
client
:
AxiosInstance
options
:
Omit
<
SeamHttpOptionsWithClient
,
"client"
>
= {}
Returns
SeamHttpThermostatsSchedules
Static
from
Client
Session
Token
fromClientSessionToken
(
clientSessionToken
:
string
,
options
?:
Omit
<
SeamHttpOptionsWithClientSessionToken
,
"clientSessionToken"
>
,
)
:
SeamHttpThermostatsSchedules
Parameters
clientSessionToken
:
string
options
:
Omit
<
SeamHttpOptionsWithClientSessionToken
,
"clientSessionToken"
>
= {}
Returns
SeamHttpThermostatsSchedules
Static
from
Console
Session
Token
fromConsoleSessionToken
(
consoleSessionToken
:
string
,
workspaceId
:
string
,
options
?:
Omit
<
SeamHttpOptionsWithConsoleSessionToken
,
"consoleSessionToken"
|
"workspaceId"
,
>
,
)
:
SeamHttpThermostatsSchedules
Parameters
consoleSessionToken
:
string
workspaceId
:
string
options
:
Omit
<
SeamHttpOptionsWithConsoleSessionToken
,
"consoleSessionToken"
|
"workspaceId"
,
>
= {}
Returns
SeamHttpThermostatsSchedules
Static
from
Personal
Access
Token
fromPersonalAccessToken
(
personalAccessToken
:
string
,
workspaceId
:
string
,
options
?:
Omit
<
SeamHttpOptionsWithPersonalAccessToken
,
"personalAccessToken"
|
"workspaceId"
,
>
,
)
:
SeamHttpThermostatsSchedules
Parameters
personalAccessToken
:
string
workspaceId
:
string
options
:
Omit
<
SeamHttpOptionsWithPersonalAccessToken
,
"personalAccessToken"
|
"workspaceId"
,
>
= {}
Returns
SeamHttpThermostatsSchedules
Static
from
Publishable
Key
fromPublishableKey
(
publishableKey
:
string
,
userIdentifierKey
:
string
,
options
?:
SeamHttpFromPublishableKeyOptions
,
)
:
Promise
<
SeamHttpThermostatsSchedules
>
Parameters
publishableKey
:
string
userIdentifierKey
:
string
options
:
SeamHttpFromPublishableKeyOptions
= {}
Returns
Promise
<
SeamHttpThermostatsSchedules
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
client
defaults
lts
Version
lts
Version
Methods
create
create
Paginator
delete
get
list
update
update
Client
Session
Token
from
Api
Key
from
Client
from
Client
Session
Token
from
Console
Session
Token
from
Personal
Access
Token
from
Publishable
Key
GitHub
@seamapi/http - v1.121.0
Loading...