From 2c0c34c99687ae0af9dc821681353dee8abc0283 Mon Sep 17 00:00:00 2001 From: Karl Date: Tue, 10 Mar 2020 10:22:21 +0000 Subject: [PATCH] commit blank files --- .gitignore | 6 +----- data/accessData.json | 4 ++++ data/playerData.json | 3 +++ data/token.json | 3 +++ data/userDetails.json | 7 +++++++ 5 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 data/accessData.json create mode 100644 data/playerData.json create mode 100644 data/token.json create mode 100644 data/userDetails.json diff --git a/.gitignore b/.gitignore index 550c37b..40b878d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ -node_modules/ -data/accessData.json -data/token.json -data/userDetails.json -data/playerData.json +node_modules/ \ No newline at end of file diff --git a/data/accessData.json b/data/accessData.json new file mode 100644 index 0000000..4a2f706 --- /dev/null +++ b/data/accessData.json @@ -0,0 +1,4 @@ +{ + "access_token":"", + "refresh_token":"" + } \ No newline at end of file diff --git a/data/playerData.json b/data/playerData.json new file mode 100644 index 0000000..7625a4e --- /dev/null +++ b/data/playerData.json @@ -0,0 +1,3 @@ +{ + "currentAlbum":"" + } \ No newline at end of file diff --git a/data/token.json b/data/token.json new file mode 100644 index 0000000..fe5d164 --- /dev/null +++ b/data/token.json @@ -0,0 +1,3 @@ +{ + "userToken":"" + } \ No newline at end of file diff --git a/data/userDetails.json b/data/userDetails.json new file mode 100644 index 0000000..3382e72 --- /dev/null +++ b/data/userDetails.json @@ -0,0 +1,7 @@ +{ + "clientId":"", + "clientSecret":"", + "redirectUri":"", + "device":"", + "path":"" + } \ No newline at end of file