Skip to main content
Home
This release is 3 versions behind 0.8.7 — the latest version of @inspatial/cloud. Jump to latest

Built and signed on GitHub Actions

Works with
This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Deno
It is unknown whether this package works with Browsers
JSR Score70%
Downloads10/wk
Published3 days ago (0.8.4)

InSpatial Cloud is your one-stop-shop, batteries-included backend for building universal and spatial (AR/MR/VR) applications.

c
CloudException

Custom exception class for InSpatial Cloud

f
createInCloud

Creates an InCloud instance and runs it.

f
defineAPIAction

Define a Cloud API Action

f
defineAPIGroup

Define a new API group

f
defineChildEntry

Defines a ChildEntryType

f
defineEntry

Define a new Entry Type for the ORM

f
defineExtension
No documentation available
f
defineSettings

Defines a settings type for the ORM.

c
InCloudRunner
No documentation available
v
ormFields
No documentation available
f
raiseCloudException
No documentation available
f
raiseORMException

Raise an ORMException with the given message.

f
raiseServerException

Helper function to raise a ServerException

c
ServerException

Custom exception class for InSpatialServer server exceptions

v
utils
No documentation available
f
createInLog
No documentation available
f
getInLog
No documentation available
v
cliLog
No documentation available
T
EntryName
No documentation available
I
Onboarding
No documentation available
T
SettingsName
No documentation available
T
ChildList
No documentation available
I
Choice
No documentation available
T
DBFilter
No documentation available
I
T
EntryHookFunction
No documentation available
T
EntryHookName
No documentation available
T
EntryHooks
No documentation available
I
FetchOptions

Fetch the value from another entry, based on the id in a ConnectionField in this entry.

T
GetListResponse
No documentation available
T
GlobalEntryHooks
No documentation available
T
GlobalHookFunction
No documentation available
T
HookName
No documentation available
T
IDMode
No documentation available
T
InField
No documentation available
T
InFieldType
No documentation available
T
InFilter
No documentation available
T
IntFormat
No documentation available
T
InValue
No documentation available
T
PathHandler

A handler for a path. This is used to define a handler for a specific path.

I
SettingsBase
No documentation available
f
addLeadingZeros

Adds leading zeros to a number or string

f
asyncPause
No documentation available
T
BasicBgColor
No documentation available
T
BasicFgColor
No documentation available
T
BasicStyle
No documentation available
f
camelToSnakeCase

Converts a string from camel case to snake case e.g. "helloWorld" -> "hello_world" Also works for Pascal case e.g. "HelloWorld" -> "hello_world"

f
camelToTitleCase

Converts a camel case string to title case

f
center
No documentation available
f
clear
No documentation available
f
clearCurrentLine
No documentation available
f
clearLine
No documentation available
f
clearLines
No documentation available
f
clearScreen
No documentation available
T
Color256
No documentation available
T
ColorBasic
No documentation available
T
ColorRGB
No documentation available
f
convertString
No documentation available
T
DateFormat
No documentation available
f
fill
No documentation available
f
formatTime
No documentation available
f
generateId
No documentation available
f
generateRandomString

Generates a random string of a given length

f
getCallerPath

Returns the folder path of the calling function where this getCallerPath() function is called. ONLY if the module is a local file url (file:///...)

f
getCenterOffset
No documentation available
f
getCharCount
No documentation available
f
getConsoleWidth
No documentation available
f
getPrettyDate
No documentation available
f
goTo
No documentation available
f
goToColumn
No documentation available
f
goToTop
No documentation available
f
hideCursor
No documentation available
v
IS_DARWIN
No documentation available
v
IS_LINUX
No documentation available
v
IS_UNIX
No documentation available
v
IS_WINDOWS
No documentation available
f
isEmpty
No documentation available
f
isToday
No documentation available
f
isYesterday
No documentation available
f
joinPath

Joins multiple path segments into a single path. The path segments are joined with a forward slash (/) regardless of the OS.

f
normalizePath
No documentation available
f
now
No documentation available
f
nowFormatted
No documentation available
f
nowTimestamp
No documentation available
v
OS
No documentation available
f
print
No documentation available
f
printLines
No documentation available
f
println
No documentation available
f
sanitizeString

Effectively converts a string to snake case

f
showCursor
No documentation available
f
toCamelCase

Converts a string to camel case e.g. "hello_world" -> "helloWorld" e.g. "hello-world" -> "helloWorld" e.g. "hello world" -> "helloWorld" e.g. "hello world" -> "helloWorld"

f
toKebabCase

Converts a string to kebab case

f
toPascalCase

Converts a string to pascal case e.g. "hello_world " -> "HelloWorld" e.g. "hello-world" -> "HelloWorld" e.g. "hello world" -> "HelloWorld" e.g. "hello world" -> "HelloWorld"

f
toSnakeCase

Converts a string to snake case e.g. "HelloWorld" -> "hello_world" e.g. "hello-world" -> "hello_world" e.g. "hello world" -> "hello_world" e.g. "hello world" -> "hello_world"

f
toTitleCase

Converts a string to title case

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.