summaryrefslogtreecommitdiffstats
path: root/src/web/api/web_api_v3.h
blob: 32fa4cd1dd84f14f80b170d9c3f0ae343a4c910e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-3.0-or-later

#ifndef NETDATA_WEB_API_V3_H
#define NETDATA_WEB_API_V3_H

#include "web_api.h"

struct web_client;

int web_client_api_request_v3(RRDHOST *host, struct web_client *w, char *url_path_endpoint);

#endif //NETDATA_WEB_API_V3_H