587da22b41cf30b39b8caa25c23f9e2f835a9f61
[src/app-framework-binder.git] / bindings / samples / README.md
1
2 This directory contains several examples of writting bindings with C.
3
4 To get tutorial examples, you should check the directory ../tutorial.
5
6 The provide examples here are:
7
8 * AuthLogin (auth): shows how to manage the session
9 * DemoContext (context): as AuthLogin with use of LOA
10 * DemoPost (post): shows how to use HTTP to transfer files
11 * tic-tac-toe (tictactoe): example explain in the documentation
12 * hello3 (hello3): toolset for exhaustive use of the binder API v3
13 * hello2 (hello2): toolset for use of the binder API v2 (legacy)
14