diff include/services/anilist.h @ 9:5c0397762b53

INCOMPLETE: megacommit :)
author Paper <mrpapersonic@gmail.com>
date Sun, 10 Sep 2023 03:59:16 -0400
parents
children 4b198a111713
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/services/anilist.h	Sun Sep 10 03:59:16 2023 -0400
@@ -0,0 +1,15 @@
+#ifndef __services__anilist_h
+#define __services__anilist_h
+#include "core/anime.h"
+#include "core/json.h"
+#include <curl/curl.h>
+namespace AniList {
+int Authorize();
+
+/* Read queries */
+int GetAnimeList();
+
+/* Write queries (mutations) */
+int UpdateAnimeEntry(int id);
+};	   // namespace AniList
+#endif // __services__anilist_h