1 /*
2  * Copyright © 2015-2016 Antti Lamminsalo
3  *
4  * This file is part of Orion.
5  *
6  * Orion is free software: you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation, either version 3 of the License, or
9  * (at your option) any later version.
10  *
11  * You should have received a copy of the GNU General Public License
12  * along with Orion.  If not, see <http://www.gnu.org/licenses/>.
13  */
14 
15 #ifndef URLS_H
16 #define URLS_H
17 
18 #define KRAKEN_API "https://api.twitch.tv/kraken"
19 #define TWITCH_API "https://api.twitch.tv/api"
20 #define TWITCH_TMI_USER_API "https://tmi.twitch.tv/group/user/"
21 //#define TWITCH_EMOTES "http://static-cdn.jtvnw.net/emoticons/v1/"
22 #define BTTV_API "https://api.betterttv.net/3/cached"
23 #define TWITCH_API_V5 "https://api.twitch.tv/v5"
24 #define CLIENT_ID "0dpzlnp1w2bjlim3ldp0u96o4dq2gm"
25 #define CLIENT_ID_PRIVATE "kimne78kx3ncx6brgo4mv6wki5h1ko"
26 
27 #endif // URLS_H