diff options
Diffstat (limited to 'bindings/samples/README.md')
-rw-r--r-- | bindings/samples/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bindings/samples/README.md b/bindings/samples/README.md new file mode 100644 index 00000000..587da22b --- /dev/null +++ b/bindings/samples/README.md @@ -0,0 +1,14 @@ + +This directory contains several examples of writting bindings with C. + +To get tutorial examples, you should check the directory ../tutorial. + +The provide examples here are: + +* AuthLogin (auth): shows how to manage the session +* DemoContext (context): as AuthLogin with use of LOA +* DemoPost (post): shows how to use HTTP to transfer files +* tic-tac-toe (tictactoe): example explain in the documentation +* hello3 (hello3): toolset for exhaustive use of the binder API v3 +* hello2 (hello2): toolset for use of the binder API v2 (legacy) + |