Skip to content

Commit ade82ab

Browse files
examples: Add talks section to covering README (apple#725)
1 parent 303f65d commit ade82ab

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Examples/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,7 @@ However, if you cannot use the build plugin, for example because you must check
6464
If you can't even use the command plugin, for example because your package is not allowed to depend on Swift OpenAPI Generator, you can invoke the generator CLI manually from a Makefile. See the following example for this workflow:
6565

6666
- [manual-generation-generator-cli-example](./manual-generation-generator-cli-example) - A client using the `swift-openapi-generator` CLI for manual code generation.
67+
68+
## Talks
69+
70+
- [FOSDEM 2025: Streaming ChatGPT Proxy with Swift OpenAPI](./streaming-chatgpt-proxy) - A tailored API server, backed by ChatGPT, and client CLI, with end-to-end streaming.

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

+4
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,7 @@ However, if you cannot use the build plugin, for example because you must check
6767
If you can't even use the command plugin, for example because your package is not allowed to depend on Swift OpenAPI Generator, you can invoke the generator CLI manually from a Makefile. See the following example for this workflow:
6868

6969
- [manual-generation-generator-cli-example](https://github.com/apple/swift-openapi-generator/tree/main/Examples/manual-generation-generator-cli-example) - A client using the `swift-openapi-generator` CLI for manual code generation.
70+
71+
## Talks
72+
73+
- [FOSDEM 2025: Streaming ChatGPT Proxy with Swift OpenAPI](./streaming-chatgpt-proxy) - A tailored API server, backed by ChatGPT, and client CLI, with end-to-end streaming.

0 commit comments

Comments
 (0)