From a5bd81945809a84f80e28358a3238590c32ed9b8 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 14 Mar 2017 22:52:51 +0000 Subject: [PATCH] Updated Design: Library Sidebar (markdown) --- Design:-Library-Sidebar.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Design:-Library-Sidebar.md b/Design:-Library-Sidebar.md index c9199c9..bf3d800 100644 --- a/Design:-Library-Sidebar.md +++ b/Design:-Library-Sidebar.md @@ -16,7 +16,7 @@ Some notes on what is needed: --- -## API Considerations +## HTTP Admin API We don't currently document the library API as part of the admin http api. That gives us some small amount of freedom to redesign it. @@ -154,6 +154,12 @@ The previous example becomes: } ``` +## Storage API + +The current storage API is not going to change: + + - `Storage.getLibraryEntry(type,name)` + - `Storage.saveLibraryEntry(type,name,meta,body)` ---