This is an automated email from the ASF dual-hosted git repository.
davidb pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature.git
The following commit(s) were added to refs/heads/master by this push:
new 9d367f3 Change title
9d367f3 is described below
commit 9d367f3302bef342f92ef87188a26b887906d005
Author: David Bosschaert <[email protected]>
AuthorDate: Fri Jul 13 12:19:17 2018 +0200
Change title
---
apicontroller.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apicontroller.md b/apicontroller.md
index c7bc669..ec6a85f 100644
--- a/apicontroller.md
+++ b/apicontroller.md
@@ -1,4 +1,4 @@
-# API Controller
+# API Controller and API Regions
If you're assembling a platform (in contrast to a final application) out of
several features and provide this platform for customers to build their
application on top if, an additional control of the API provided by the
platform is needed. The bundles within the features provide all kinds of APIs
but you might not want to expose all of these as extension points but rather
want to use some of it internally within either a single feature or share
within your features.