From 41b0f4e924ae99bfc97880cc7e768c279d44c431 Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 12:52:11 +0300 Subject: [PATCH 01/27] Add files via upload --- catalog.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 catalog.json diff --git a/catalog.json b/catalog.json new file mode 100644 index 0000000..b258424 --- /dev/null +++ b/catalog.json @@ -0,0 +1,22 @@ +const products = [ + { + "title": "Rollerblade Twister Edge", + "price": 150, + "link": "twister_edge" + }, + { + "title": "K2 Alexis 80 PRO", + "price": 50, + "link": "k2_alexis_80_pro" + }, + { + "title": "FRX 80", + "price": 350, + "link": "seba_frx_80" + }, + { + "title": "Rollerblade Macroblade", + "price": 250, + "link": "rollerblade_macroblade_84W" + }, +]; \ No newline at end of file From 281cf7ab414e0b49c692458b6e08a1a7e981f875 Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:10:43 +0300 Subject: [PATCH 02/27] Update catalog.json --- catalog.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog.json b/catalog.json index b258424..0b368f6 100644 --- a/catalog.json +++ b/catalog.json @@ -1,4 +1,4 @@ -const products = [ +[ { "title": "Rollerblade Twister Edge", "price": 150, @@ -19,4 +19,4 @@ const products = [ "price": 250, "link": "rollerblade_macroblade_84W" }, -]; \ No newline at end of file +]; From 497ca18cc97dbcafe0246a9320e838ff479a6aee Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:11:59 +0300 Subject: [PATCH 03/27] Update catalog.json --- catalog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog.json b/catalog.json index 0b368f6..2bc50c8 100644 --- a/catalog.json +++ b/catalog.json @@ -19,4 +19,4 @@ "price": 250, "link": "rollerblade_macroblade_84W" }, -]; +] From 78ef297f2bfebdc77464fe9321ade70875e440ef Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:15:15 +0300 Subject: [PATCH 04/27] Update catalog.json --- catalog.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/catalog.json b/catalog.json index 2bc50c8..bb5bf06 100644 --- a/catalog.json +++ b/catalog.json @@ -1,22 +1,22 @@ [ - { - "title": "Rollerblade Twister Edge", - "price": 150, - "link": "twister_edge" - }, - { - "title": "K2 Alexis 80 PRO", - "price": 50, - "link": "k2_alexis_80_pro" - }, - { - "title": "FRX 80", - "price": 350, - "link": "seba_frx_80" - }, - { - "title": "Rollerblade Macroblade", - "price": 250, - "link": "rollerblade_macroblade_84W" - }, + { + "title": "Rollerblade Twister Edge", + "price": 150, + "link": "twister_edge" + }, + { + "title": "K2 Alexis 80 PRO", + "price": 50, + "link": "k2_alexis_80_pro" + }, + { + "title": "FRX 80", + "price": 350, + "link": "seba_frx_80" + }, + { + "title": "Rollerblade Macroblade", + "price": 250, + "link": "rollerblade_macroblade_84W" + }, ] From 02aa6e43899b3c3a0af4e41a0c13c0007e16b63b Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:17:03 +0300 Subject: [PATCH 05/27] Delete catalog.json --- catalog.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 catalog.json diff --git a/catalog.json b/catalog.json deleted file mode 100644 index bb5bf06..0000000 --- a/catalog.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "title": "Rollerblade Twister Edge", - "price": 150, - "link": "twister_edge" - }, - { - "title": "K2 Alexis 80 PRO", - "price": 50, - "link": "k2_alexis_80_pro" - }, - { - "title": "FRX 80", - "price": 350, - "link": "seba_frx_80" - }, - { - "title": "Rollerblade Macroblade", - "price": 250, - "link": "rollerblade_macroblade_84W" - }, -] From 60f018bdd888e4408dd53e679977073d5507adec Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:18:26 +0300 Subject: [PATCH 06/27] Add files via upload --- responses/catalog.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 responses/catalog.json diff --git a/responses/catalog.json b/responses/catalog.json new file mode 100644 index 0000000..ec3451b --- /dev/null +++ b/responses/catalog.json @@ -0,0 +1,22 @@ +[ + { + "title": "Rollerblade Twister Edge", + "price": 150, + "link": "twister_edge" + }, + { + "title": "K2 Alexis 80 PRO", + "price": 50, + "link": "k2_alexis_80_pro" + }, + { + "title": "FRX 80", + "price": 350, + "link": "seba_frx_80" + }, + { + "title": "Rollerblade Macroblade", + "price": 250, + "link": "rollerblade_macroblade_84W" + }, +] \ No newline at end of file From e3a5b97b14a58df8d9ef9cbf94130292833bc41d Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:24:00 +0300 Subject: [PATCH 07/27] Add files via upload --- responses/catalogData.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 responses/catalogData.json diff --git a/responses/catalogData.json b/responses/catalogData.json new file mode 100644 index 0000000..ec3451b --- /dev/null +++ b/responses/catalogData.json @@ -0,0 +1,22 @@ +[ + { + "title": "Rollerblade Twister Edge", + "price": 150, + "link": "twister_edge" + }, + { + "title": "K2 Alexis 80 PRO", + "price": 50, + "link": "k2_alexis_80_pro" + }, + { + "title": "FRX 80", + "price": 350, + "link": "seba_frx_80" + }, + { + "title": "Rollerblade Macroblade", + "price": 250, + "link": "rollerblade_macroblade_84W" + }, +] \ No newline at end of file From f7b4173d05a9d458c002d0783ba2334a65a3a51b Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:24:49 +0300 Subject: [PATCH 08/27] Delete catalogData.json --- responses/catalogData.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 responses/catalogData.json diff --git a/responses/catalogData.json b/responses/catalogData.json deleted file mode 100644 index ec3451b..0000000 --- a/responses/catalogData.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "title": "Rollerblade Twister Edge", - "price": 150, - "link": "twister_edge" - }, - { - "title": "K2 Alexis 80 PRO", - "price": 50, - "link": "k2_alexis_80_pro" - }, - { - "title": "FRX 80", - "price": 350, - "link": "seba_frx_80" - }, - { - "title": "Rollerblade Macroblade", - "price": 250, - "link": "rollerblade_macroblade_84W" - }, -] \ No newline at end of file From c96847b62f199ec57792956f4602f1a075127372 Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:25:10 +0300 Subject: [PATCH 09/27] Delete catalog.json --- responses/catalog.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 responses/catalog.json diff --git a/responses/catalog.json b/responses/catalog.json deleted file mode 100644 index ec3451b..0000000 --- a/responses/catalog.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "title": "Rollerblade Twister Edge", - "price": 150, - "link": "twister_edge" - }, - { - "title": "K2 Alexis 80 PRO", - "price": 50, - "link": "k2_alexis_80_pro" - }, - { - "title": "FRX 80", - "price": 350, - "link": "seba_frx_80" - }, - { - "title": "Rollerblade Macroblade", - "price": 250, - "link": "rollerblade_macroblade_84W" - }, -] \ No newline at end of file From 42564170bc77982893ebfa1e6291ab78348fe71f Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:25:32 +0300 Subject: [PATCH 10/27] Add files via upload --- responses/catalog.json | 22 ++++++++++++++++++++++ responses/catalogData.json | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 responses/catalog.json create mode 100644 responses/catalogData.json diff --git a/responses/catalog.json b/responses/catalog.json new file mode 100644 index 0000000..ec3451b --- /dev/null +++ b/responses/catalog.json @@ -0,0 +1,22 @@ +[ + { + "title": "Rollerblade Twister Edge", + "price": 150, + "link": "twister_edge" + }, + { + "title": "K2 Alexis 80 PRO", + "price": 50, + "link": "k2_alexis_80_pro" + }, + { + "title": "FRX 80", + "price": 350, + "link": "seba_frx_80" + }, + { + "title": "Rollerblade Macroblade", + "price": 250, + "link": "rollerblade_macroblade_84W" + }, +] \ No newline at end of file diff --git a/responses/catalogData.json b/responses/catalogData.json new file mode 100644 index 0000000..ec3451b --- /dev/null +++ b/responses/catalogData.json @@ -0,0 +1,22 @@ +[ + { + "title": "Rollerblade Twister Edge", + "price": 150, + "link": "twister_edge" + }, + { + "title": "K2 Alexis 80 PRO", + "price": 50, + "link": "k2_alexis_80_pro" + }, + { + "title": "FRX 80", + "price": 350, + "link": "seba_frx_80" + }, + { + "title": "Rollerblade Macroblade", + "price": 250, + "link": "rollerblade_macroblade_84W" + }, +] \ No newline at end of file From df3a6ea9984a43571c64c7f0772f59b52135e2e3 Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:26:28 +0300 Subject: [PATCH 11/27] Delete catalog.json --- responses/catalog.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 responses/catalog.json diff --git a/responses/catalog.json b/responses/catalog.json deleted file mode 100644 index ec3451b..0000000 --- a/responses/catalog.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "title": "Rollerblade Twister Edge", - "price": 150, - "link": "twister_edge" - }, - { - "title": "K2 Alexis 80 PRO", - "price": 50, - "link": "k2_alexis_80_pro" - }, - { - "title": "FRX 80", - "price": 350, - "link": "seba_frx_80" - }, - { - "title": "Rollerblade Macroblade", - "price": 250, - "link": "rollerblade_macroblade_84W" - }, -] \ No newline at end of file From cf65ecf12b7a1a327f17376e3b6c3c632887e7fe Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:26:37 +0300 Subject: [PATCH 12/27] Delete catalogData.json --- responses/catalogData.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 responses/catalogData.json diff --git a/responses/catalogData.json b/responses/catalogData.json deleted file mode 100644 index ec3451b..0000000 --- a/responses/catalogData.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "title": "Rollerblade Twister Edge", - "price": 150, - "link": "twister_edge" - }, - { - "title": "K2 Alexis 80 PRO", - "price": 50, - "link": "k2_alexis_80_pro" - }, - { - "title": "FRX 80", - "price": 350, - "link": "seba_frx_80" - }, - { - "title": "Rollerblade Macroblade", - "price": 250, - "link": "rollerblade_macroblade_84W" - }, -] \ No newline at end of file From 4a51bb6d29d8d94bff80027121333fa7b79ae18b Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:26:52 +0300 Subject: [PATCH 13/27] Add files via upload --- responses/catalog.json | 12 ++++++++++++ responses/catalogData.json | 22 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 responses/catalog.json create mode 100644 responses/catalogData.json diff --git a/responses/catalog.json b/responses/catalog.json new file mode 100644 index 0000000..83b08c7 --- /dev/null +++ b/responses/catalog.json @@ -0,0 +1,12 @@ +[ + { + "id_product": 123, + "product_name": "Ноутбук", + "price": 45600 + }, + { + "id_product": 456, + "product_name": "Мышка", + "price": 1000 + } +] \ No newline at end of file diff --git a/responses/catalogData.json b/responses/catalogData.json new file mode 100644 index 0000000..ec3451b --- /dev/null +++ b/responses/catalogData.json @@ -0,0 +1,22 @@ +[ + { + "title": "Rollerblade Twister Edge", + "price": 150, + "link": "twister_edge" + }, + { + "title": "K2 Alexis 80 PRO", + "price": 50, + "link": "k2_alexis_80_pro" + }, + { + "title": "FRX 80", + "price": 350, + "link": "seba_frx_80" + }, + { + "title": "Rollerblade Macroblade", + "price": 250, + "link": "rollerblade_macroblade_84W" + }, +] \ No newline at end of file From 87458f9104e02ee96352cc207cbfe21e97da134b Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:29:16 +0300 Subject: [PATCH 14/27] Delete catalog.json --- responses/catalog.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 responses/catalog.json diff --git a/responses/catalog.json b/responses/catalog.json deleted file mode 100644 index 83b08c7..0000000 --- a/responses/catalog.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "id_product": 123, - "product_name": "Ноутбук", - "price": 45600 - }, - { - "id_product": 456, - "product_name": "Мышка", - "price": 1000 - } -] \ No newline at end of file From 800d635a8be718da14f8157afd934bc7dd16f3b2 Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:29:32 +0300 Subject: [PATCH 15/27] Add files via upload --- responses/catalog.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 responses/catalog.json diff --git a/responses/catalog.json b/responses/catalog.json new file mode 100644 index 0000000..83b08c7 --- /dev/null +++ b/responses/catalog.json @@ -0,0 +1,12 @@ +[ + { + "id_product": 123, + "product_name": "Ноутбук", + "price": 45600 + }, + { + "id_product": 456, + "product_name": "Мышка", + "price": 1000 + } +] \ No newline at end of file From e6c6913dcc01d30d7a35de70d61b4e462dc6dd4f Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:30:30 +0300 Subject: [PATCH 16/27] Delete catalog.json --- responses/catalog.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 responses/catalog.json diff --git a/responses/catalog.json b/responses/catalog.json deleted file mode 100644 index 83b08c7..0000000 --- a/responses/catalog.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "id_product": 123, - "product_name": "Ноутбук", - "price": 45600 - }, - { - "id_product": 456, - "product_name": "Мышка", - "price": 1000 - } -] \ No newline at end of file From d00027308ffb3fef3537889e79487fcc5da8a50d Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:30:47 +0300 Subject: [PATCH 17/27] Add files via upload --- responses/catalog.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 responses/catalog.json diff --git a/responses/catalog.json b/responses/catalog.json new file mode 100644 index 0000000..c7435f6 --- /dev/null +++ b/responses/catalog.json @@ -0,0 +1,12 @@ +[ + { + "title": "Rollerblade Twister Edge", + "price": 150, + "link": "twister_edge" + }, + { + "title": "K2 Alexis 80 PRO", + "price": 50, + "link": "k2_alexis_80_pro" + } +] \ No newline at end of file From 96202faed3ec69bc78025718996ccfa093c8b783 Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:32:12 +0300 Subject: [PATCH 18/27] Delete catalog.json --- responses/catalog.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 responses/catalog.json diff --git a/responses/catalog.json b/responses/catalog.json deleted file mode 100644 index c7435f6..0000000 --- a/responses/catalog.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "title": "Rollerblade Twister Edge", - "price": 150, - "link": "twister_edge" - }, - { - "title": "K2 Alexis 80 PRO", - "price": 50, - "link": "k2_alexis_80_pro" - } -] \ No newline at end of file From af80248796488dd64c31d6f0163990f6e18af72d Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:32:20 +0300 Subject: [PATCH 19/27] Delete catalogData.json --- responses/catalogData.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 responses/catalogData.json diff --git a/responses/catalogData.json b/responses/catalogData.json deleted file mode 100644 index ec3451b..0000000 --- a/responses/catalogData.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "title": "Rollerblade Twister Edge", - "price": 150, - "link": "twister_edge" - }, - { - "title": "K2 Alexis 80 PRO", - "price": 50, - "link": "k2_alexis_80_pro" - }, - { - "title": "FRX 80", - "price": 350, - "link": "seba_frx_80" - }, - { - "title": "Rollerblade Macroblade", - "price": 250, - "link": "rollerblade_macroblade_84W" - }, -] \ No newline at end of file From 49b52a7f24879e9cec16c72eae42755a397c31d5 Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:32:52 +0300 Subject: [PATCH 20/27] Add files via upload --- responses/catalog.json | 12 ++++++++++++ responses/catalogData.json | 22 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 responses/catalog.json create mode 100644 responses/catalogData.json diff --git a/responses/catalog.json b/responses/catalog.json new file mode 100644 index 0000000..c7435f6 --- /dev/null +++ b/responses/catalog.json @@ -0,0 +1,12 @@ +[ + { + "title": "Rollerblade Twister Edge", + "price": 150, + "link": "twister_edge" + }, + { + "title": "K2 Alexis 80 PRO", + "price": 50, + "link": "k2_alexis_80_pro" + } +] \ No newline at end of file diff --git a/responses/catalogData.json b/responses/catalogData.json new file mode 100644 index 0000000..ec3451b --- /dev/null +++ b/responses/catalogData.json @@ -0,0 +1,22 @@ +[ + { + "title": "Rollerblade Twister Edge", + "price": 150, + "link": "twister_edge" + }, + { + "title": "K2 Alexis 80 PRO", + "price": 50, + "link": "k2_alexis_80_pro" + }, + { + "title": "FRX 80", + "price": 350, + "link": "seba_frx_80" + }, + { + "title": "Rollerblade Macroblade", + "price": 250, + "link": "rollerblade_macroblade_84W" + }, +] \ No newline at end of file From c46d3b59f86d8b0b10e58d2372d177d866e0d641 Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:33:39 +0300 Subject: [PATCH 21/27] Delete catalog.json --- responses/catalog.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 responses/catalog.json diff --git a/responses/catalog.json b/responses/catalog.json deleted file mode 100644 index c7435f6..0000000 --- a/responses/catalog.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "title": "Rollerblade Twister Edge", - "price": 150, - "link": "twister_edge" - }, - { - "title": "K2 Alexis 80 PRO", - "price": 50, - "link": "k2_alexis_80_pro" - } -] \ No newline at end of file From 7cfabec75de2c3591fe5c23cc0fd255c919e5656 Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:35:57 +0300 Subject: [PATCH 22/27] Delete catalogData.json --- responses/catalogData.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 responses/catalogData.json diff --git a/responses/catalogData.json b/responses/catalogData.json deleted file mode 100644 index ec3451b..0000000 --- a/responses/catalogData.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "title": "Rollerblade Twister Edge", - "price": 150, - "link": "twister_edge" - }, - { - "title": "K2 Alexis 80 PRO", - "price": 50, - "link": "k2_alexis_80_pro" - }, - { - "title": "FRX 80", - "price": 350, - "link": "seba_frx_80" - }, - { - "title": "Rollerblade Macroblade", - "price": 250, - "link": "rollerblade_macroblade_84W" - }, -] \ No newline at end of file From c988a1c6c61d22da895147d82ab53574b2c6c664 Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:37:03 +0300 Subject: [PATCH 23/27] Add files via upload --- responses/catalog.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 responses/catalog.json diff --git a/responses/catalog.json b/responses/catalog.json new file mode 100644 index 0000000..f779166 --- /dev/null +++ b/responses/catalog.json @@ -0,0 +1,22 @@ +[ + { + "title": "Rollerblade Twister Edge", + "price": 150, + "link": "twister_edge" + }, + { + "title": "K2 Alexis 80 PRO", + "price": 50, + "link": "k2_alexis_80_pro" + } + { + "title": "FRX 80", + "price": 350, + "link": "seba_frx_80" + } + { + "title": "Rollerblade Macroblade", + "price": 250, + "link": "rollerblade_macroblade_84W" + } +] \ No newline at end of file From 93cfcdb7aafda893e3fecc1aa9c5edc1fa936678 Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:38:10 +0300 Subject: [PATCH 24/27] Delete catalog.json --- responses/catalog.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 responses/catalog.json diff --git a/responses/catalog.json b/responses/catalog.json deleted file mode 100644 index f779166..0000000 --- a/responses/catalog.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "title": "Rollerblade Twister Edge", - "price": 150, - "link": "twister_edge" - }, - { - "title": "K2 Alexis 80 PRO", - "price": 50, - "link": "k2_alexis_80_pro" - } - { - "title": "FRX 80", - "price": 350, - "link": "seba_frx_80" - } - { - "title": "Rollerblade Macroblade", - "price": 250, - "link": "rollerblade_macroblade_84W" - } -] \ No newline at end of file From 063e66737c725bf4d322b1bae88b47732bb50add Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:38:43 +0300 Subject: [PATCH 25/27] Add files via upload --- responses/catalog.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 responses/catalog.json diff --git a/responses/catalog.json b/responses/catalog.json new file mode 100644 index 0000000..dd829ef --- /dev/null +++ b/responses/catalog.json @@ -0,0 +1,22 @@ +[ + { + "title": "Rollerblade Twister Edge", + "price": 150, + "link": "twister_edge" + }, + { + "title": "K2 Alexis 80 PRO", + "price": 50, + "link": "k2_alexis_80_pro" + }, + { + "title": "FRX 80", + "price": 350, + "link": "seba_frx_80" + }, + { + "title": "Rollerblade Macroblade", + "price": 250, + "link": "rollerblade_macroblade_84W" + } +] \ No newline at end of file From 1ee06bb5a13254c6ba0d1775625f9759fc6d1d3d Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Wed, 30 Sep 2020 12:24:27 +0300 Subject: [PATCH 26/27] Delete catalog.json --- responses/catalog.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 responses/catalog.json diff --git a/responses/catalog.json b/responses/catalog.json deleted file mode 100644 index dd829ef..0000000 --- a/responses/catalog.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "title": "Rollerblade Twister Edge", - "price": 150, - "link": "twister_edge" - }, - { - "title": "K2 Alexis 80 PRO", - "price": 50, - "link": "k2_alexis_80_pro" - }, - { - "title": "FRX 80", - "price": 350, - "link": "seba_frx_80" - }, - { - "title": "Rollerblade Macroblade", - "price": 250, - "link": "rollerblade_macroblade_84W" - } -] \ No newline at end of file From db5dae50395dc6bf76f5f8ef581bddf66befb8b4 Mon Sep 17 00:00:00 2001 From: zagidulin <54302637+zagidulin@users.noreply.github.com> Date: Wed, 30 Sep 2020 12:27:01 +0300 Subject: [PATCH 27/27] Add files via upload --- responses/catalog.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 responses/catalog.json diff --git a/responses/catalog.json b/responses/catalog.json new file mode 100644 index 0000000..53675f7 --- /dev/null +++ b/responses/catalog.json @@ -0,0 +1,26 @@ +[ + { + "title": "Rollerblade Twister Edge", + "price": 150, + "link": "twister_edge", + "image": "image/twister_edge.jpg" + }, + { + "title": "K2 Alexis 80 PRO", + "price": 50, + "link": "k2_alexis_80_pro", + "image": "image/k2_alexis_80_pro.jpg" + }, + { + "title": "FRX 80", + "price": 350, + "link": "seba_frx_80", + "image": "image/seba_frx_80.jpg" + }, + { + "title": "Rollerblade Macroblade", + "price": 250, + "link": "rollerblade_macroblade_84W", + "image": "image/rollerblade_macroblade_84W.jpg" + } +] \ No newline at end of file