-
### Expected behaviour (not thread-safe)
I found Thread Safety on the top page.
I tried RestClient::init() before restclient-cpp GET PUT in multi-threading to produce thread-not-safe.
Should I pu…
-
#### Description :octocat:
Using ycm I get 'Maximum number of diagnostics exceeded' on a file that otherwise compiles without warnings or errors.
Here's my ycmd debug info:
```
Ycmd debug inform…
-
Hi sir, I have include your restclient.h file #include "restclient-cpp/include/restclient-cpp/restclient.h" and get an error, can you help me to solve this? I am using linux OS
Thanks u
code:
```
…
-
##Description
Error thrown by CPP client
##Steps to Reproduce
Create a Nakama CPP client on xcode
then add to matchmaker
void joinMatcher(const int32_t& minCount,const int32_t& maxCount…
-
Attempted to enable the Tesla API, but /savetesla returns 'Not Found' accompanied by HTTP 404, no matter what options are presented.
curl test:
```
# curl -v 'http://openevse/savetesla?enable=tru…
-
I am trying to run the demo as explained here: [https://docs.microsoft.com/en-gb/azure/spatial-anchors/quickstarts/get-started-unity-hololens](https://docs.microsoft.com/en-gb/azure/spatial-anchors/qu…
-
Attempting to compile the library on cygwin yields the libtool error:
```
libtool: warning: undefined symbols not allowed in x86_64-unknown-cygwin shared
libraries; building static only
```
Indeed, …
-
### Expected behaviour
compile with c++17
### Actual behaviour
doesn't compile
restclient-cpp/helpers.h(56): error C2039: 'ptr_fun': is not a member of 'std'
### Environment and debugging det…
-
The error it spits out during compilation in qmake
libQt5Gui.so /opt/Qt5.14.1/5.14.1/gcc_64/lib/libQt5Core.so -lGL -lpthread
`/usr/bin/ld: api.o: in function `api::sample()':
/home/ahmad/Doc…
-
:wave: Is there currently any support for Unix Sockets, or is this something not yet exposed (since libcurl does have a method for setting unix sockets)?
I'm trying to use this crate through [surf]…