Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Ballerina By Examples to include references to the binary data BBE links #5632

Merged
merged 5 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ Run the service as follows.
## Related links
- [`getByteStream()` - API documentation](https://lib.ballerina.io/ballerina/http/latest#Request#getByteStream)
- [`http` module - Specification](/spec/http/#41-service-configuration)
- [Binary data](/learn/by-example/binary-data/)
5 changes: 4 additions & 1 deletion examples/io-bytes/io_bytes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ For more information on the underlying module, see the [`io` module](https://lib

To run this sample, use the `bal run` command.

::: out io_bytes.out :::
::: out io_bytes.out :::

## Related links
- [Binary data](/learn/by-example/binary-data/)
1 change: 1 addition & 0 deletions examples/tcp-client/tcp_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ Run the client program by executing the command below.
## Related links
- [`tcp:Client` client object - API documentation](https://lib.ballerina.io/ballerina/tcp/latest#Client)
- [TCP Client - Specification](/spec/tcp/#4-client)
- [Binary data](/learn/by-example/binary-data/)
Loading