From 8af91d329e6e0d5527cf7f784738a618114d0640 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 28 Oct 2024 19:07:27 +0100 Subject: [PATCH] wip #7062 --- .idea/misc.xml | 4 +++- composer.json | 2 +- src/Client.php | 6 ++++++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 src/Client.php diff --git a/.idea/misc.xml b/.idea/misc.xml index b94da2a..b55992f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -178,5 +178,7 @@ - + + + \ No newline at end of file diff --git a/composer.json b/composer.json index de6fd0b..5214abe 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "fluidbook\/toolboxapiclient", - "description": "Matomo API", + "description": "Fluidbook Toolbox API Client", "type": "library", "license": "proprietary", "minimum-stability": "stable", diff --git a/src/Client.php b/src/Client.php new file mode 100644 index 0000000..b61d2ad --- /dev/null +++ b/src/Client.php @@ -0,0 +1,6 @@ +