Preparing search index...
The search index is not available
verifgood-js-sdk - v1.0.0
verifgood-js-sdk
apiRequests/Checkpoints
Checkpoints
Class Checkpoints
Hierarchy (
View Summary
)
ApiRequest
Checkpoints
Index
Constructors
constructor
Properties
api
Base
Url
auth
endpoint
endpoint
Singleton
Methods
api
Request
create
delete
get
get
All
get
By
Id
parse
Metadata
post
put
remove
update
Constructors
constructor
new
Checkpoints
(
auth
:
Auth
,
apiBaseUrl
:
string
)
:
Checkpoints
Parameters
auth
:
Auth
apiBaseUrl
:
string
Returns
Checkpoints
Properties
api
Base
Url
apiBaseUrl
:
string
auth
auth
:
Auth
endpoint
endpoint
:
string
= '/api/checkpoints'
endpoint
Singleton
endpointSingleton
:
string
= '/api/checkpoints'
Methods
api
Request
apiRequest
(
endpoint
:
string
,
method
:
string
,
data
:
any
)
:
Promise
<
any
>
Parameters
endpoint
:
string
method
:
string
data
:
any
Returns
Promise
<
any
>
create
create
(
datas
:
any
)
:
Promise
<
any
>
Parameters
datas
:
any
Returns
Promise
<
any
>
delete
delete
(
endpoint
:
string
)
:
Promise
<
any
>
Parameters
endpoint
:
string
Returns
Promise
<
any
>
get
get
(
endpoint
:
string
,
metadatas
:
Metadatas
,
query
:
null
|
{
[
key
:
string
]:
any
}
,
)
:
Promise
<
any
>
Parameters
endpoint
:
string
metadatas
:
Metadatas
query
:
null
|
{
[
key
:
string
]:
any
}
Returns
Promise
<
any
>
get
All
getAll
(
metadatas
:
Metadatas
)
:
Promise
<
any
>
Parameters
metadatas
:
Metadatas
Returns
Promise
<
any
>
get
By
Id
getById
(
id
:
number
)
:
Promise
<
any
>
Parameters
id
:
number
Returns
Promise
<
any
>
parse
Metadata
parseMetadata
(
metadatas
:
Metadatas
)
:
string
Parameters
metadatas
:
Metadatas
Returns
string
string query
post
post
(
endpoint
:
string
,
data
:
any
)
:
Promise
<
any
>
Parameters
endpoint
:
string
data
:
any
Returns
Promise
<
any
>
put
put
(
endpoint
:
string
,
data
:
any
)
:
Promise
<
any
>
Parameters
endpoint
:
string
data
:
any
Returns
Promise
<
any
>
remove
remove
(
id
:
number
)
:
Promise
<
any
>
Parameters
id
:
number
Returns
Promise
<
any
>
update
update
(
id
:
number
,
datas
:
any
)
:
Promise
<
any
>
Parameters
id
:
number
datas
:
any
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
api
Base
Url
auth
endpoint
endpoint
Singleton
Methods
api
Request
create
delete
get
get
All
get
By
Id
parse
Metadata
post
put
remove
update
verifgood-js-sdk - v1.0.0
Loading...