From 3e5a342f6552fc921b9b7fd3d65d9200cdc1979c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 28 Jan 2015 18:14:04 +0100 Subject: bundle for API --- .../ApiBundle/Controller/EntryController.php | 29 ++++++++++++++++++++++ src/Wallabag/ApiBundle/WallabagApiBundle.php | 9 +++++++ .../CoreBundle/Controller/ApiController.php | 21 ---------------- 3 files changed, 38 insertions(+), 21 deletions(-) create mode 100644 src/Wallabag/ApiBundle/Controller/EntryController.php create mode 100644 src/Wallabag/ApiBundle/WallabagApiBundle.php delete mode 100644 src/Wallabag/CoreBundle/Controller/ApiController.php (limited to 'src') diff --git a/src/Wallabag/ApiBundle/Controller/EntryController.php b/src/Wallabag/ApiBundle/Controller/EntryController.php new file mode 100644 index 00000000..07ca8ccf --- /dev/null +++ b/src/Wallabag/ApiBundle/Controller/EntryController.php @@ -0,0 +1,29 @@ +