static S youTubeDataAPIKey() { ret loadSecretTextFileMandatory("", "youtube-data-api-key.txt").trim(); } static void youTubeDataAPIKey(S key) { if (neq(key, youTubeDataAPIKeyOpt())) saveSecretTextFile("", "youtube-data-api-key.txt", key); }
Began life as a copy of #1002335
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1009888 |
Snippet name: | youTubeDataAPIKey |
Eternal ID of this version: | #1009888/3 |
Text MD5: | ffc18d021631a7dd629f294d361f11a3 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-08-24 01:39:59 |
Source code size: | 256 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 583 / 612 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1009905 - youTubeDataAPIKeyOpt #1013964 - openWeatherMapAPIKey |