libdocker icon indicating copy to clipboard operation
libdocker copied to clipboard

An SDK for the Docker Engine API in C

Results 4 libdocker issues
Sort by recently updated
recently updated
newest added

The most obvious way would be to add an outparam to the request functions, e.g. `CURLcode docker_get(DOCKER *client, char *url, long *http_code)` but given that this is a breaking API...

Some options: - http://www.digip.org/jansson/ - http://zserge.com/jsmn.html (probably too simple / not performant) - https://github.com/json-c/json-c - https://github.com/kgabis/parson - https://github.com/udp/json-parser