From 00fdce204e7233afe0ada56ce47d7b96af21d0b8 Mon Sep 17 00:00:00 2001 From: emilyd Date: Sat, 26 Nov 2022 10:36:06 +0200 Subject: [PATCH 1/5] shields post endpoint --- api/shields-posts.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/shields-posts.php diff --git a/api/shields-posts.php b/api/shields-posts.php new file mode 100644 index 0000000..347b2c0 --- /dev/null +++ b/api/shields-posts.php @@ -0,0 +1,18 @@ + +{ + "schemaVersion": 1, + "label": "blog posts", + "color": "lightgrey", + +} -- 2.30.2 From c445b988e87dd1daad0217d90a664df36bdd1878 Mon Sep 17 00:00:00 2001 From: emilyd Date: Sat, 26 Nov 2022 10:36:14 +0200 Subject: [PATCH 2/5] API landing page --- api/index.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 api/index.php diff --git a/api/index.php b/api/index.php new file mode 100644 index 0000000..e2512d1 --- /dev/null +++ b/api/index.php @@ -0,0 +1,12 @@ + +
+
+ moodblog API +
+ +
+ -- 2.30.2 From 631dcfde48192a6b5b69bbee44a8b1428568f2d7 Mon Sep 17 00:00:00 2001 From: emilyd Date: Sat, 26 Nov 2022 10:40:46 +0200 Subject: [PATCH 3/5] add shields mood endpoint --- api/index.php | 3 ++- api/shields-mood.php | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 api/shields-mood.php diff --git a/api/index.php b/api/index.php index e2512d1..d6c9bf1 100644 --- a/api/index.php +++ b/api/index.php @@ -5,7 +5,8 @@ diff --git a/api/shields-mood.php b/api/shields-mood.php new file mode 100644 index 0000000..1b259c8 --- /dev/null +++ b/api/shields-mood.php @@ -0,0 +1,18 @@ + +{ + "schemaVersion": 1, + "label": "current mood", + "color": "lightgrey", + +} -- 2.30.2 From 7985cf3c5de6983f7ba85eb0e817aaa668328550 Mon Sep 17 00:00:00 2001 From: emilyd Date: Sat, 26 Nov 2022 10:43:18 +0200 Subject: [PATCH 4/5] add shields tunes endpoint to api landing page --- api/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/index.php b/api/index.php index d6c9bf1..4d114b6 100644 --- a/api/index.php +++ b/api/index.php @@ -7,6 +7,7 @@ -- 2.30.2 From 3299636a46254d2c02afefbc4e298241a0a7c50c Mon Sep 17 00:00:00 2001 From: emilyd Date: Sat, 26 Nov 2022 10:44:22 +0200 Subject: [PATCH 5/5] add shields tunes endpoint --- api/shields-tunes.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/shields-tunes.php diff --git a/api/shields-tunes.php b/api/shields-tunes.php new file mode 100644 index 0000000..e3db852 --- /dev/null +++ b/api/shields-tunes.php @@ -0,0 +1,18 @@ + +{ + "schemaVersion": 1, + "label": "current tunes", + "color": "lightgrey", + +} -- 2.30.2