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)` ---