Closed
Description
Hello, I have tried to compile your example for using rest and Curl to post data, but I am receiving this error:
error: 'RESTClient' was not declared in this scope
RESTClient client;error: 'RESTTimings' was not declared in this scope
RESTTimings *timings = client.getTimings();error: 'timings' was not declared in this scope
RESTTimings *timings = client.getTimings();error: 'client' was not declared in this scope
RESTTimings *timings = client.getTimings();
The file is in "cpp_utils/tests"
All files were installed to the components. Thank you for the help!