Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 2ce50ef

Browse files
committed
add dart sdk docs links
1 parent 08a8483 commit 2ce50ef

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+264
-0
lines changed

docs/reference/dart/api/api-all.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ description: "Reference for Nitric's Dart library - Register a single handler fo
44

55
# Dart - api.all()
66

7+
<Note>
8+
This is reference documentation for the Nitric Dart SDK. To learn about APIs
9+
in Nitric start with the [API docs](/api).
10+
</Note>
11+
712
Register a single handler for all HTTP Methods (GET, POST, PUT, DELETE, PATCH) on a route.
813

914
<Note>

docs/reference/dart/api/api-delete.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ description: "Reference for Nitric's Dart library - Register an API route and se
44

55
# Dart - api.delete()
66

7+
<Note>
8+
This is reference documentation for the Nitric Dart SDK. To learn about APIs
9+
in Nitric start with the [API docs](/api).
10+
</Note>
11+
712
Register an API route and set a specific HTTP DELETE handler on that route.
813

914
<Note>

docs/reference/dart/api/api-get.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ description: "Reference for Nitric's Dart library - Register an API route and se
44

55
# Dart - api.get()
66

7+
<Note>
8+
This is reference documentation for the Nitric Dart SDK. To learn about APIs
9+
in Nitric start with the [API docs](/api).
10+
</Note>
11+
712
Register an API route and set a specific HTTP GET handler on that route.
813

914
<Note>

docs/reference/dart/api/api-patch.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ description: "Reference for Nitric's Dart library - Register an API route and se
44

55
# Dart - api.patch()
66

7+
<Note>
8+
This is reference documentation for the Nitric Dart SDK. To learn about APIs
9+
in Nitric start with the [API docs](/api).
10+
</Note>
11+
712
Register an API route and set a specific HTTP PATCH handler on that route.
813

914
<Note>

docs/reference/dart/api/api-post.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ description: "Reference for Nitric's Dart library - Register an API route and se
44

55
# Dart - api.post()
66

7+
<Note>
8+
This is reference documentation for the Nitric Dart SDK. To learn about APIs
9+
in Nitric start with the [API docs](/api).
10+
</Note>
11+
712
Register an API route and set a specific HTTP POST handler on that route.
813

914
<Note>

docs/reference/dart/api/api-put.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ description: "Reference for Nitric's Dart library - Register an API route and se
44

55
# Dart - api.put()
66

7+
<Note>
8+
This is reference documentation for the Nitric Dart SDK. To learn about APIs
9+
in Nitric start with the [API docs](/api).
10+
</Note>
11+
712
Register an API route and set a specific HTTP PUT handler on that route.
813

914
<Note>

docs/reference/dart/api/api-route-all.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ description: "Reference for Nitric's Dart library - Register a single handler fo
44

55
# Dart - api.route.all()
66

7+
<Note>
8+
This is reference documentation for the Nitric Dart SDK. To learn about APIs
9+
in Nitric start with the [API docs](/api).
10+
</Note>
11+
712
Register a single handler for all HTTP Methods (GET, POST, PUT, DELETE, PATCH) on the route.
813

914
```dart

docs/reference/dart/api/api-route-delete.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ description: "Reference for Nitric's Dart library - Register a handler for HTTP
44

55
# Dart - api.route.delete()
66

7+
<Note>
8+
This is reference documentation for the Nitric Dart SDK. To learn about APIs
9+
in Nitric start with the [API docs](/api).
10+
</Note>
11+
712
Register a handler for HTTP DELETE requests to the route.
813

914
```dart

docs/reference/dart/api/api-route-get.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ description: "Reference for Nitric's Dart library - Register a handler for HTTP
44

55
# Dart - api.route.get()
66

7+
<Note>
8+
This is reference documentation for the Nitric Dart SDK. To learn about APIs
9+
in Nitric start with the [API docs](/api).
10+
</Note>
11+
712
Register a handler for HTTP GET requests to the route.
813

914
```dart

docs/reference/dart/api/api-route-patch.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ description: "Reference for Nitric's Dart library - Register a handler for HTTP
44

55
# Dart - api.route.patch()
66

7+
<Note>
8+
This is reference documentation for the Nitric Dart SDK. To learn about APIs
9+
in Nitric start with the [API docs](/api).
10+
</Note>
11+
712
Register a handler for HTTP PATCH requests to the route.
813

914
```dart

0 commit comments

Comments
 (0)