Mercurial > minori
comparison include/services/anilist.h @ 15:cde8f67a7c7d
*: update, megacommit :)
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Tue, 19 Sep 2023 22:36:08 -0400 |
| parents | 4b198a111713 |
| children | 2743011a6042 |
comparison
equal
deleted
inserted
replaced
| 14:a29c9402faf0 | 15:cde8f67a7c7d |
|---|---|
| 1 #ifndef __services__anilist_h | 1 #ifndef __services__anilist_h |
| 2 #define __services__anilist_h | 2 #define __services__anilist_h |
| 3 | |
| 3 #include "core/anime.h" | 4 #include "core/anime.h" |
| 4 #include "core/json.h" | 5 #include "core/json.h" |
| 5 #include <curl/curl.h> | 6 #include <curl/curl.h> |
| 7 | |
| 6 namespace Services::AniList { | 8 namespace Services::AniList { |
| 9 | |
| 7 int AuthorizeUser(); | 10 int AuthorizeUser(); |
| 8 | 11 |
| 9 /* Read queries */ | 12 /* Read queries */ |
| 10 int GetAnimeList(); | 13 int GetAnimeList(); |
| 11 | 14 |
| 12 /* Write queries (mutations) */ | 15 /* Write queries (mutations) */ |
| 13 int UpdateAnimeEntry(int id); | 16 int UpdateAnimeEntry(int id); |
| 14 }; // namespace AniList | 17 |
| 18 }; // namespace Services::AniList | |
| 19 | |
| 15 #endif // __services__anilist_h | 20 #endif // __services__anilist_h |
