aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/samples/README.md
blob: 587da22b41cf30b39b8caa25c23f9e2f835a9f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)