We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d9017 commit 1f8d8b3Copy full SHA for 1f8d8b3
BulkTMDBDownloader/Query.cs
@@ -9,7 +9,7 @@ namespace BulkTMDBDownloader
9
class Query
10
{
11
private const string Uribase = "https://api.themoviedb.org/3/";
12
- private const string Apikey = "302a28376c434c22df5e3af0f26f2fe8";
+ private const string Apikey = "Fill in API key here";
13
14
public enum RequestTypes{ Search, Get }
15
public Action<string> CallbackAction;
0 commit comments