feat&fix: fix build and add initial authnetication
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef DISCORD_REQUEST_H
|
||||
#define DISCORD_REQUEST_H
|
||||
|
||||
#include <curl/curl.h>
|
||||
|
||||
int request_auth(CURL *curl, const char *token, const char *api_url);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user