Initial commit

This commit is contained in:
Daniel Schulte 2020-11-22 16:17:14 +01:00
commit 71f9ebaed7
8 changed files with 1599 additions and 0 deletions

6
yttui.conf.example Normal file
View file

@ -0,0 +1,6 @@
{
"apiKey": "YOUR_API_KEY",
"extraHeaders": [
{"key": "x-extra", "value": "heder"}
]
}