# C API client for ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI spec](https://openapis.org) from a remote server, you can easily generate an API client. - API version: 1.0.0 - Package version: - Build package: org.openapitools.codegen.languages.CLibcurlClientCodegen ## Installation You'll need the `curl 7.61.1` package in order to build the API. To have code formatted nicely you also need to have uncrustify version 0.67. ### Prerequisites Install the `curl 7.61.1` package with the following command on Linux. ```bash sudo apt remove curl wget http://curl.haxx.se/download/curl-7.61.1.tar.gz tar -xvf curl-7.61.1.tar.gz cd curl-7.61.1/ ./configure make sudo make install ``` Install the `uncrustify 0.67` package with the following command on Linux. ```bash git clone https://github.com/uncrustify/uncrustify.git cd uncrustify mkdir build cd build cmake .. make sudo make install ``` ## Author