Config added for the cloud comunication
[apps/native/gear-racing-car.git] / inc / cloud / http_request.h
index ddaf958..d81065c 100644 (file)
@@ -38,4 +38,6 @@ int http_request_get(const char *url, char **response, long *response_code);
  */
 int http_request_post(const char *url, const char *json, char **response, long *response_code);
 
-#endif
\ No newline at end of file
+char *http_request_get_url(char *default_api, char *api_key);
+
+#endif