feat&fix: fix build and add initial authnetication

This commit is contained in:
2026-05-29 13:39:57 +02:00
parent 89787b36cc
commit c29b4bb008
12 changed files with 190 additions and 11 deletions
+8
View File
@@ -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