Skip to content

Commit

Permalink
Merge pull request #225 from atsign-foundation/jt/get_started_c
Browse files Browse the repository at this point in the history
docs: demos/get_started_c/README.md
  • Loading branch information
JeremyTubongbanua authored Aug 19, 2024
2 parents 355ee5d + 1b53186 commit 550a69a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion demos/get_started_c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,21 @@ Welcome to the get_started_c demos.

In this directory, you will find demos that show you how to use the C SDK. The "C SDK" goes by many names such as "atSDK", "atClient", "at_c", "client implementation", etc,. But they all mean the same thing, "a client implementation of the atProtocol in C".

## Demos

- [0-my-first-c-app](0-my-first-c-app/README.md)
- [1-authentication](1-authentication/README.md)
- [2a-create-public-atkey](2a-create-public-atkey/README.md)
- [2b-create-self-atkey](2b-create-self-atkey/README.md)
- [2c-create-shared-atkey](2c-create-shared-atkey/README.md)
- [3a-put-public-atkey](3a-put-public-atkey/README.md)
- [2d-create-atkey-with-metadata](2d-create-atkey-with-metadata/README.md)
- [3a-put-public-key](3a-put-public-key/README.md)
- [3b-put-self-atkey](3b-put-self-atkey/README.md)
- [3c-put-shared-atkey](3c-put-shared-atkey/README.md)
- [3d-get-public-atkey](3d-get-public-atkey/README.md)
- [3e-get-self-atkey](3e-get-self-atkey/README.md)
- [3f-get-shared-atkey](3f-get-shared-atkey/README.md)
- [3g-delete-atkey](3g-delete-atkey/README.md)
- [4a-monitor](4a-monitor/README.md)
- [4b-notify](4b-notify/README.md)
- [5a-hooks](5a-hooks/README.md)

0 comments on commit 550a69a

Please sign in to comment.