Skip to content

Commit c4641be

Browse files
authored
updated examples docs (#585)
1 parent c2b7366 commit c4641be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/swift-openapi-generator/Documentation.docc/Articles/Checking-out-an-example-project.md

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ The following packages show working with various content types, such as JSON, UR
3737
- [various-content-types-server-example](https://github.com/apple/swift-openapi-generator/tree/main/Examples/various-content-types-server-example) - A server showing how to handle and provide the various content types.
3838
- [event-streams-client-example](https://github.com/apple/swift-openapi-generator/tree/main/Examples/event-streams-client-example) - A client showing how to provide and handle event streams.
3939
- [event-streams-server-example](https://github.com/apple/swift-openapi-generator/tree/main/Examples/event-streams-server-example) - A server showing how to handle and provide event streams.
40+
- [bidirectional-event-streams-client-example](https://github.com/apple/swift-openapi-generator/tree/main/Examples/bidirectional-event-streams-client-example) - A client showing how to handle and provide bidirectional event streams.
41+
- [bidirectional-event-streams-server-example](https://github.com/apple/swift-openapi-generator/tree/main/Examples/bidirectional-event-streams-server-example) - A server showing how to handle and provide bidirectional event streams.
4042

4143
## Integrations
4244

0 commit comments

Comments
 (0)