Constructs a new client.
The defs associated with the client.
Readonly
extThe extended ops service.
Readonly
fetchThe fetch
function to use for network communication.
Readonly
functionsThe functions service
Readonly
groupsThe user groups service
Readonly
notificationsThe notifications service.
Readonly
notificationsThe notifications settings service.
Readonly
opsThe ops service.
Readonly
originThe origin of the client.
Readonly
pathIs the optional path that is appended to the client origin url
Readonly
projThe project service.
Readonly
projectThe project associated with this client.
Readonly
recordThe record service.
Readonly
rolesThe user roles service
Readonly
scheduleThe schedule service.
Readonly
userThe user service.
Readonly
watchThe watch service.
Fetch a haystack value from the server.
The resource to request.
Optional
body: HVal | HaysonValOptional haystack value used for the request's body.
Optional
options: RequestInitOptional object containing any custom settings.
A promise that resolves to a value.
A high level Haystack Client