Skip to content

Commit b43a77a

Browse files
committed
update example docs
1 parent df4a374 commit b43a77a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

examples/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,19 @@ An example demonstrating integration with Next.js applications.
1313
### [E-commerce AsyncAPI Payload](./ecommerce-asyncapi-payload/)
1414
A comprehensive example showing how to generate TypeScript payload models from AsyncAPI specifications for an e-commerce order processing system.
1515

16+
### [E-commerce AsyncAPI Parameters](./ecommerce-asyncapi-parameters/)
17+
A comprehensive example showing how to generate TypeScript parameter models from AsyncAPI specifications for dynamic channel routing in an e-commerce messaging system.
18+
1619
### [E-commerce AsyncAPI Headers](./ecommerce-asyncapi-headers/)
1720
A comprehensive example showing how to generate TypeScript header models from AsyncAPI specifications for an e-commerce messaging system, covering authentication, tracing, routing, and metadata management.
1821

19-
### [E-commerce AsyncAPI types](./ecommerce-asyncapi-types/)
22+
### [E-commerce AsyncAPI Channels](./ecommerce-asyncapi-channels/)
23+
A focused example showing how to generate protocol-specific messaging functions from AsyncAPI specifications for order lifecycle management in an e-commerce system.
24+
25+
### [E-commerce AsyncAPI Client](./ecommerce-asyncapi-client/)
26+
An example demonstrating how to generate complete, type-safe client SDKs for NATS messaging with order lifecycle management, including connection management and JetStream integration.
2027

28+
### [E-commerce AsyncAPI Types](./ecommerce-asyncapi-types/)
2129
A comprehensive example showing how to generate TypeScript types from AsyncAPI specifications for an e-commerce messaging system.
2230

2331
## Getting Started

0 commit comments

Comments
 (0)