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

Commit 08a8483

Browse files
committed
add Go sdk doc links
1 parent 43ab35e commit 08a8483

Some content is hidden

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

48 files changed

+241
-0
lines changed

docs/reference/go/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 Go library - Register an API route and set
44

55
# Go - Api.Delete()
66

7+
<Note>
8+
This is reference documentation for the Nitric Go SDK. To learn about APIs in
9+
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/go/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 Go library - Register an API route and set
44

55
# Go - Api.Get()
66

7+
<Note>
8+
This is reference documentation for the Nitric Go SDK. To learn about APIs in
9+
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/go/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 Go library - Register an API route and set
44

55
# Go - Api.Patch()
66

7+
<Note>
8+
This is reference documentation for the Nitric Go SDK. To learn about APIs in
9+
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/go/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 Go library - Register an API route and set
44

55
# Go - Api.Post()
66

7+
<Note>
8+
This is reference documentation for the Nitric Go SDK. To learn about APIs in
9+
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/go/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 Go library - Register an API route and set
44

55
# Go - Api.Put()
66

7+
<Note>
8+
This is reference documentation for the Nitric Go SDK. To learn about APIs in
9+
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/go/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 Go library - Register a single handler for
44

55
# Go - Api.Route.All()
66

7+
<Note>
8+
This is reference documentation for the Nitric Go SDK. To learn about APIs in
9+
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
```go

docs/reference/go/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 Go library - Register a handler for HTTP DE
44

55
# Go - Api.Route.Delete()
66

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

914
```go

docs/reference/go/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 Go library - Register a handler for HTTP GE
44

55
# Go - Api.Route.Get()
66

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

914
```go

docs/reference/go/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 Go library - Register a handler for HTTP PA
44

55
# Go - Api.Route.Patch()
66

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

914
```go

docs/reference/go/api/api-route-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 Go library - Register a handler for HTTP PO
44

55
# Go - Api.Route.Post()
66

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

914
```go

0 commit comments

Comments
 (0)