Nitric class
Constructors
- Nitric()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
api(
String name, {ApiOptions? opts}) → Api -
Create a
name
d api for registering HTTP handlers. -
bucket(
String name) → BucketResource -
Create a
name
d bucket for storing blobs. -
job(
String name) → JobResource -
Create a
name
d job for running and submitting long-running jobs -
kv(
String name) → KeyValueStoreResource -
Create a
name
d collection for storing documents. -
oidcRule(
String name, String issuer, List< String> audiences) → SecurityOption -
Create a
name
d oidc rule for attaching security definitions to APIs. -
queue(
String name) → QueueResource -
Create a
name
d queue for enqueuing and dequeuing messages. -
schedule(
String name) → Schedule -
Create a
name
d schedule for running handlers on a set interval. -
secret(
String name) → SecretResource -
Create a
name
d secret for storing encrypted values. -
sql(
String name, {String? migrations}) → SqlDatabase -
Create a
name
d sql database. -
topic(
String name) → Topic -
Create a
name
d topic for registering push-based event handlers. -
websocket(
String name) → Websocket -
Create a
name
d websocket for registering bidirectional HTTP handlers.