4 lines
82 B
C++
4 lines
82 B
C++
#include "rest.hpp"
|
|
|
|
RestClient client = RestClient(SERVER_IP, SERVER_PORT);
|
|
|
#include "rest.hpp"
|
|
|
|
RestClient client = RestClient(SERVER_IP, SERVER_PORT);
|
|
|