37 lines
799 B
Markdown
37 lines
799 B
Markdown
# Kraken C API
|
|
|
|
This API is intended for use on Linux/Unix-like systems.
|
|
The API depends on *Curl*.
|
|
|
|
On the most distributions curl is installed by default,
|
|
if not, you can get it from here:
|
|
|
|
https://curl.haxx.se/
|
|
|
|
## Infos
|
|
|
|
Compile with *make*.
|
|
|
|
Set/unset *DEBUG* or *TRACE* in the makefile to get trace/debug information
|
|
printed to stdout.
|
|
|
|
## Usage
|
|
|
|
Just include *kraken_api.h* in the sources of your own project.
|
|
|
|
Get Doxygen and create the documentation.
|
|
If Doxygen is not installed you can get it from here:
|
|
|
|
http://www.doxygen.org
|
|
|
|
Once you have run *doxygen Doxyfile*, look in the documentation of *main.c*,
|
|
there you can find many examples.
|
|
|
|
If you dont want to use doxygen, simply look into *main.c*
|
|
to see how to execute a trade.
|
|
|
|
## ToDo's
|
|
|
|
- rework trace/debug output
|
|
- documentation
|
|
|