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 +++++++ 2 files changed, 38 insertions(+) create mode 100644 src/Wallabag/ApiBundle/Controller/EntryController.php create mode 100644 src/Wallabag/ApiBundle/WallabagApiBundle.php (limited to 'src/Wallabag/ApiBundle') 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 @@ +