Mercurial > minori
comparison 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 |
comparison
equal
deleted
inserted
replaced
8:b1f73678ef61 | 9:5c0397762b53 |
---|---|
1 #ifndef __services__anilist_h | |
2 #define __services__anilist_h | |
3 #include "core/anime.h" | |
4 #include "core/json.h" | |
5 #include <curl/curl.h> | |
6 namespace AniList { | |
7 int Authorize(); | |
8 | |
9 /* Read queries */ | |
10 int GetAnimeList(); | |
11 | |
12 /* Write queries (mutations) */ | |
13 int UpdateAnimeEntry(int id); | |
14 }; // namespace AniList | |
15 #endif // __services__anilist_h |