From 01ad6e9f442a137ef45c4e1638576c5e62639038 Mon Sep 17 00:00:00 2001 From: Ruben Verborgh Date: Fri, 29 Mar 2019 13:28:07 +0100 Subject: [PATCH] Mark globbing as "at risk". --- api-rest.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api-rest.md b/api-rest.md index ef9bfc6..b7f0805 100644 --- a/api-rest.md +++ b/api-rest.md @@ -60,6 +60,12 @@ HTTP/1.1 200 OK #### Globbing (inlining on GET) +**Note: this feature is _at risk_ of being +[changed](https://github.com/solid/solid-spec/pull/148) +or [removed](https://github.com/solid/solid-spec/pull/151). +Please join the discussion. +Code depending on this will still work for now.** + We have found that in some cases, using the existing LDP features was not enough. For instance, to optimize certain applications we needed to aggregate all RDF resources from a container and retrieve them with a single GET