Search
Preparing search index...
The search index is not available
handsup-buyer
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
handsup-buyer
plugins/http
<internal>
AxiosStatic
Interface AxiosStatic
Hierarchy
AxiosInstance
AxiosStatic
Callable
Axios
Static
(
config
:
AxiosRequestConfig
<
any
>
)
:
AxiosPromise
<
any
>
Axios
Static
(
url
:
string
, config
?:
AxiosRequestConfig
<
any
>
)
:
AxiosPromise
<
any
>
Parameters
config:
AxiosRequestConfig
<
any
>
Returns
AxiosPromise
<
any
>
Parameters
url:
string
Optional
config:
AxiosRequestConfig
<
any
>
Returns
AxiosPromise
<
any
>
Index
Properties
Axios
Cancel
Cancel
Token
VERSION
defaults
interceptors
Methods
all
create
delete
get
get
Uri
head
is
Axios
Error
is
Cancel
options
patch
patch
Form
post
post
Form
put
put
Form
request
spread
Properties
Axios
Axios
:
typeof
Axios
Cancel
Cancel
:
CancelStatic
Cancel
Token
Cancel
Token
:
CancelTokenStatic
Readonly
VERSION
VERSION
:
string
defaults
defaults
:
AxiosDefaults
<
any
>
interceptors
interceptors
:
{
request
:
AxiosInterceptorManager
<
AxiosRequestConfig
<
any
>
>
;
response
:
AxiosInterceptorManager
<
AxiosResponse
<
any
,
any
>
>
}
Type declaration
request
:
AxiosInterceptorManager
<
AxiosRequestConfig
<
any
>
>
response
:
AxiosInterceptorManager
<
AxiosResponse
<
any
,
any
>
>
Methods
all
all
<
T
>
(
values
:
(
T
|
Promise
<
T
>
)
[]
)
:
Promise
<
T
[]
>
Type Parameters
T
Parameters
values:
(
T
|
Promise
<
T
>
)
[]
Returns
Promise
<
T
[]
>
create
create
(
config
?:
AxiosRequestConfig
<
any
>
)
:
AxiosInstance
Parameters
Optional
config:
AxiosRequestConfig
<
any
>
Returns
AxiosInstance
delete
delete
<
T
,
R
,
D
>
(
url
:
string
, config
?:
AxiosRequestConfig
<
D
>
)
:
Promise
<
R
>
Type Parameters
T =
any
R =
AxiosResponse
<
T
,
any
>
D =
any
Parameters
url:
string
Optional
config:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
get
get
<
T
,
R
,
D
>
(
url
:
string
, config
?:
AxiosRequestConfig
<
D
>
)
:
Promise
<
R
>
Type Parameters
T =
any
R =
AxiosResponse
<
T
,
any
>
D =
any
Parameters
url:
string
Optional
config:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
get
Uri
get
Uri
(
config
?:
AxiosRequestConfig
<
any
>
)
:
string
Parameters
Optional
config:
AxiosRequestConfig
<
any
>
Returns
string
head
head
<
T
,
R
,
D
>
(
url
:
string
, config
?:
AxiosRequestConfig
<
D
>
)
:
Promise
<
R
>
Type Parameters
T =
any
R =
AxiosResponse
<
T
,
any
>
D =
any
Parameters
url:
string
Optional
config:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
is
Axios
Error
is
Axios
Error
(
payload
:
any
)
:
payload
is
AxiosError
<
unknown
,
any
>
Parameters
payload:
any
Returns
payload
is
AxiosError
<
unknown
,
any
>
is
Cancel
is
Cancel
(
value
:
any
)
:
boolean
Parameters
value:
any
Returns
boolean
options
options
<
T
,
R
,
D
>
(
url
:
string
, config
?:
AxiosRequestConfig
<
D
>
)
:
Promise
<
R
>
Type Parameters
T =
any
R =
AxiosResponse
<
T
,
any
>
D =
any
Parameters
url:
string
Optional
config:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
patch
patch
<
T
,
R
,
D
>
(
url
:
string
, data
?:
D
, config
?:
AxiosRequestConfig
<
D
>
)
:
Promise
<
R
>
Type Parameters
T =
any
R =
AxiosResponse
<
T
,
any
>
D =
any
Parameters
url:
string
Optional
data:
D
Optional
config:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
patch
Form
patch
Form
<
T
,
R
,
D
>
(
url
:
string
, data
?:
D
, config
?:
AxiosRequestConfig
<
D
>
)
:
Promise
<
R
>
Type Parameters
T =
any
R =
AxiosResponse
<
T
,
any
>
D =
any
Parameters
url:
string
Optional
data:
D
Optional
config:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
post
post
<
T
,
R
,
D
>
(
url
:
string
, data
?:
D
, config
?:
AxiosRequestConfig
<
D
>
)
:
Promise
<
R
>
Type Parameters
T =
any
R =
AxiosResponse
<
T
,
any
>
D =
any
Parameters
url:
string
Optional
data:
D
Optional
config:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
post
Form
post
Form
<
T
,
R
,
D
>
(
url
:
string
, data
?:
D
, config
?:
AxiosRequestConfig
<
D
>
)
:
Promise
<
R
>
Type Parameters
T =
any
R =
AxiosResponse
<
T
,
any
>
D =
any
Parameters
url:
string
Optional
data:
D
Optional
config:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
put
put
<
T
,
R
,
D
>
(
url
:
string
, data
?:
D
, config
?:
AxiosRequestConfig
<
D
>
)
:
Promise
<
R
>
Type Parameters
T =
any
R =
AxiosResponse
<
T
,
any
>
D =
any
Parameters
url:
string
Optional
data:
D
Optional
config:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
put
Form
put
Form
<
T
,
R
,
D
>
(
url
:
string
, data
?:
D
, config
?:
AxiosRequestConfig
<
D
>
)
:
Promise
<
R
>
Type Parameters
T =
any
R =
AxiosResponse
<
T
,
any
>
D =
any
Parameters
url:
string
Optional
data:
D
Optional
config:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
request
request
<
T
,
R
,
D
>
(
config
:
AxiosRequestConfig
<
D
>
)
:
Promise
<
R
>
Type Parameters
T =
any
R =
AxiosResponse
<
T
,
any
>
D =
any
Parameters
config:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
spread
spread
<
T
,
R
>
(
callback
:
(
(
...
args
:
T
[]
)
=>
R
)
)
:
(
(
array
:
T
[]
)
=>
R
)
Type Parameters
T
R
Parameters
callback:
(
(
...
args
:
T
[]
)
=>
R
)
(
...
args
:
T
[]
)
:
R
Parameters
Rest
...
args:
T
[]
Returns
R
Returns
(
(
array
:
T
[]
)
=>
R
)
(
array
:
T
[]
)
:
R
Parameters
array:
T
[]
Returns
R
Modules
api/_
store
Id
api/address
api/address
api/auth
api/auth
api/base
Api
api/blacklist
api/blacklist
api/caption
api/caption
api/cart
api/cart
api/channel
api/channel
api/comment
api/comment
api/coupon
api/coupon
api/coupon
Duration
api/coupon
Duration
api/credit
Card
api/credit
Card
api/draw
api/draw
api/guest
api/guest
api/jp
Zip
api/jp
Zip
api/liveweb
api/liveweb
api/lucky
Draw
Prizes
api/lucky
Draw
Prizes
api/me
api/me
api/order
api/order
api/order
Message
api/order
Message
api/poll
api/poll
api/post
api/post
api/product
api/product
api/recording
api/recording
api/sdk
api/sdk
api/shipping
Setting
api/shipping
Setting
api/store
api/store
api/store
User
api/store
User
api/user
api/user
api/user
Behavior
api/user
Behavior
api/voucher
api/voucher
business_
specification/20211126-
cosme
business_
specification/20211201-
cosme
business_
specification/20220114-
analive
business_
specification/20220317-
bloombox
business_
specification/20220629-
letao
business_
specification/20221116-
cosme-
animation
business_
specification/20221125-
seven
AndI
business_
specification/20230523-
milbon
business_
specification/20230825-
analive
components/
Base
Input/style
components/
Interaction
Animation/img
Map
constants/api
Error
constants/button
Action
Type
constants/cart
Added
From
constants/channel
Type
constants/checkout
Error
Types
constants/coupon
constants/credit
Card
Application
constants/currency
Code
constants/currency
Type
constants/custom
Liveweb
constants/history
Direction
constants/history
Events
constants/input
constants/live
Interaction
Animation
constants/live
Mode
constants/live
Post
Stage
constants/live
Status
constants/liveweb
Message
Styles
constants/liveweb
Purchase
Button
constants/loading
State
constants/locales
constants/login
Status
constants/market
Item
Status
constants/message
Types
constants/navs
constants/notification
Event
constants/oauth
Types
constants/order
Status
constants/order
Types
constants/payment
Flow
constants/payment
Limits
constants/payment
Status
constants/payment
Types
constants/play
Status
constants/poll
Status
constants/post
Type
constants/product
Status
constants/provider
constants/regions
constants/salable
Status
constants/shipping
Fee
constants/shipping
Types
constants/stream
Types
constants/subscription
Status
constants/tutorial
Type
constants/user
Status
constants/validation
constants/viewer
Gift
Box
directives
filters
middleware/auto
Login
middleware/check
Auth
middleware/check
Ig
middleware/get
Auth
middleware/get
Me
middleware/get
Store
middleware/locale
middleware/login
Status
mixins/meta
Info
mixins/validate
Fields
plugins/bugsnag
plugins/fingerprintjs
Pro
plugins/google
Analytics
plugins/http
<internal>
plugins/i18n
plugins/inobounce
plugins/local
Storage
Polyfill
plugins/token
Parser
router
router/routes
store
store-
composable/coupon
Duration
store-
composable/currency
store-
composable/enable
Feature
store-
composable/lucky
Draw
Prizes
store-
composable/parent
Frame
store-
composable/store
Info
store-
composable/stream
Post
store-
composable/video
Recording
store-
composable/video
Recording
store-
composable/viewer
Gift
Box
store/modules/
Cart
store/modules/
Coupon
store/modules/
Lang
store/modules/
Live
Post
store/modules/
Me
store/modules/
Order
store/modules/
Replay
List
store/modules/
Store
store/modules/
Store/
Constants
store/modules/
Store/
Enable
Feature
store/modules/
Store/
Store
store/modules/
Stream
Post
store/modules/
Stream
Post/
Add
Calendar
store/modules/
Stream
Post/
Animation
store/modules/
Stream
Post/
Announce
store/modules/
Stream
Post/
Blacklist
store/modules/
Stream
Post/
Check
Login
store/modules/
Stream
Post/
Custom
Style
store/modules/
Stream
Post/
Fetch
Post
store/modules/
Stream
Post/
Go
Cart
store/modules/
Stream
Post/
Guest
store/modules/
Stream
Post/
Interaction
store/modules/
Stream
Post/
Message
store/modules/
Stream
Post/
Notification
store/modules/
Stream
Post/
Poll
store/modules/
Stream
Post/
Poll
Check
store/modules/
Stream
Post/
Poll
Send
store/modules/
Stream
Post/
Post
store/modules/
Stream
Post/
Products
store/modules/
Stream
Post/
Send
Custom
Count
store/modules/
Stream
Post/
Send
Like
Count
store/modules/
Stream
Post/
Send
Message
store/modules/
Stream
Post/
Send
Seasonal
Count
store/modules/
Stream
Post/
Share
Link
store/modules/
Stream
Post/
Stream
Info
store/modules/
Stream
Post/
Video
store/modules/
Stream
Post/
Viewers
Count
store/modules/
Stream
Post/
Voucher
utils/address
Normalizer
utils/check
Payment
Limits
utils/composable/use
Hook
Pair
utils/composable/use
Pointer
Swipe
utils/composable/use
Post
Id
Debug
utils/composable/use
Post
Message
Receiver
utils/composable/use
Pubnub
Hook
utils/composable/use
Root
utils/composable/use
Scroll
utils/composable/use
Video
Bindings
utils/config
utils/cookie
utils/dedupe
utils/eventbus
utils/form
Rules
utils/get
Social
Icon
utils/get
Subscription
Image
utils/get
Supported
Locale
utils/globals
utils/js
Loader
utils/live
Redirect
utils/login
utils/logout
utils/normalize
Post
utils/normalize
Products
utils/post
Message
utils/response
Handler
utils/runtime/copy
Text
utils/runtime/is
Video
Can
Play
utils/runtime/scroll
To
Top
utils/runtime/url
Query
Consumer
utils/shipping
utils/sleep
utils/time
utils/transformer/get
Responsive
Image
Url
utils/transformer/number
utils/transformer/string
utils/transformer/string
utils/transformer/time
utils/transformer/time
utils/validator/common
utils/validator/dirty
Word
utils/vuex-
helpers-
demi
utils/vuex-
helpers-
demi
views/
Enterprise/common
views/
Live/composable/use
Greeting
Message
views/
Live/constants/lucky
Draw
views/
Live/store/chatting
views/
Live
Lobby/services/apis
views/
Market/services/store
views/
Market/services/store/
Product
views/
Market/services/store/
Ticket
views/
One
To
One/apis/one
To
One
views/
One
To
One/apis/one
To
One
views/
One
To
One/composable/use
Timeout
Toggle
views/
One
To
One/store/agora
views/
One
To
One/store/dialogs
views/
One
To
One/store/drawer
State
views/
One
To
One/store/group
Stream
views/
One
To
One/store/page
State
views/
One
To
One/store/product
State
views/
One
To
One/store/swiper
State
views/
One
To
One/store/tab
State
views/
One
To
One/store/user
Control
State
views/
One
To
One/store/video
State
views/
One
To
One/utils/products
views/
Replay/store/chatting
Caption
views/
Replay/store/interaction
Caption
views/
Replay/store/lucky
Draw
Caption
views/
Replay/store/pinned
Messages
Caption
views/
Replay/store/promoting
Products
Caption
views/
Shopping/services/apis/checkout
views/
Shopping/services/apis/payment
Settings
views/
Shopping/services/apis/payment
Settings
views/
Shopping/services/apis/setting
views/
Shopping/services/store
views/
Shopping/services/store/
Address
views/
Shopping/services/store/
Cart
views/
Shopping/services/store/
Checkout
views/
Shopping/services/store/
Get
Latest
Order
views/
Shopping/services/store/
Market
Status
views/
Shopping/services/store/
Order
Message
views/
Shopping/services/store/
Payment
views/
Shopping/services/store/
Pricing
views/
Shopping/services/store/
Shipping
views/
Shopping/services/store/fake
Market
Items
views/
Shopping/utils
views/
Stream/views/
Private/services/apis
views/
Stream/views/
Private/services/store
views/
Stream/views/
Private/services/store/
Bind
Ticket
views/
Stream/views/
Private/services/store/
Get
Permission
views/
Stream/views/
Private/services/store/
Get
Ticket
Info
views/
Stream/views/
Private/utils/normalize
Ticket
Info
Axios
Static
Axios
Cancel
Cancel
Token
VERSION
defaults
interceptors
all
create
delete
get
get
Uri
head
is
Axios
Error
is
Cancel
options
patch
patch
Form
post
post
Form
put
put
Form
request
spread
Generated using
TypeDoc