From e7ed2d0371376ac96322f4457fa96fc7763da10e Mon Sep 17 00:00:00 2001 From: Dawid Makowski Date: Wed, 3 Jul 2024 17:58:30 +0200 Subject: [PATCH] SharpAPI AI Workflow Automation --- .idea/.gitignore | 8 ++++++++ .idea/awesome-laravel.iml | 8 ++++++++ .idea/modules.xml | 8 ++++++++ .idea/php.xml | 19 +++++++++++++++++++ .idea/vcs.xml | 6 ++++++ README.md | 1 + 6 files changed, 50 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/awesome-laravel.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/php.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..13566b81 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/awesome-laravel.iml b/.idea/awesome-laravel.iml new file mode 100644 index 00000000..c956989b --- /dev/null +++ b/.idea/awesome-laravel.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..2358b66f --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 00000000..f324872a --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 02784576..e0b29d74 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Instagram](https://github.com/vinkla/laravel-instagram) - Instagram API bridge * [Laravel Newsletter](https://github.com/spatie/laravel-newsletter) - Send newsletters with Mailchimp * [Laravel Pusher](https://github.com/vinkla/laravel-pusher) - Pusher API bridge +* [SharpAPI AI Workflow Automation](https://github.com/sharpapi/sharpapi-laravel-client) - SharpAPI Laravel Client SDK ## Development Setup