-
I am building in a Debian docker container.
I build with:
```
RUN apt-get -y install zlib1g-dev g++ cmake doxygen graphviz libboost-all-dev libssl-dev
WORKDIR /source
RUN git clone https://gi…
-
Hi guys,
I'm attempting to use Blockbench as part of my final third year university project, however, i'm having trouble configuring it. I have run the install (built peer), built the macro drivers, …
-
@offa Would you be willing to submit this package to [ConanCenter](https://conan.io/center) to make it available to a wider audience? The instructions for submitting a new package are at .
-
I've been trying to get RESTC-CPP to work with the Meta Graph API and I can't get anywhere. My GET request is simple: "https://graph.facebook.com/v15.0/me?access_token=[token]"
this works fine if I…
-
Hello,
first of all thanks for your beautiful library.
I have the following problem, maybe I'm doing something wrong but I don't understand what...
This is my code, very simple and taken fro…
-
There is a bug in GallocyServer::get_request when reading a request of the wire that corrupts the payload if the payload is larger than 120 characters (likely because then with the HTTP header, we’re …
-
### Expected behaviour
the following code sends a request to instagram and prints all of the recieved headers in to the console:
```
RestClient::Connection *conn = new RestClient::Connection("h…
-
-
is it possible to make this work without running the exe as i want to auto track my vtc and forward the data to the website through api, is it possible to do this without having to run the exe? or can…
-
I am sending Arrays of Arrays of unsigned chars through restc-cpp using the following code.
#include < cstdio >
#include < sstream >
#include < iostream >
#include "restc-cpp/logging.h"
#incl…