This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add better examples and documentation (#391)
Co-authored-by: Alejandra Quetzalli <[email protected]>
- Loading branch information
1 parent
ba92448
commit 5afa829
Showing
123 changed files
with
14,992 additions
and
24,726 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
node_modules | ||
dist | ||
.DS_Store | ||
__transpiled | ||
__transpiled | ||
lib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Examples | ||
|
||
This directory contains a series of self-contained examples that you can use as starting points or snippets, to pull into your existing applications. All examples expect a NATS broker to connect to. | ||
|
||
The examples are as follows: | ||
|
||
- [simple-reply](./simple-reply) - A basic example of how to set up a reply in AsyncAPI and use the generated code. | ||
- [simple-request](./simple-request) - A basic example of how to send a request in AsyncAPI and use the generated code. | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
examples/publish subscribe/streetlight/lib/NatsTypescriptTemplateError.d.ts
This file was deleted.
Oops, something went wrong.
81 changes: 0 additions & 81 deletions
81
examples/publish subscribe/streetlight/lib/NatsTypescriptTemplateError.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
examples/publish subscribe/streetlight/lib/NatsTypescriptTemplateError.js.map
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
...les/publish subscribe/streetlight/lib/channels/StreetlightStreetlightIdCommandTurnon.d.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.