1 | static S youTubeDataAPIKey() {
|
2 | ret loadSecretTextFileMandatory("", "youtube-data-api-key.txt").trim();
|
3 | } |
4 | |
5 | static void youTubeDataAPIKey(S key) {
|
6 | if (neq(key, youTubeDataAPIKeyOpt())) |
7 | saveSecretTextFile("", "youtube-data-api-key.txt", key);
|
8 | } |
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: | 806 / 846 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |