Updated Design: Library Sidebar (markdown)

Nick O'Leary 2017-03-14 22:52:51 +00:00
parent 65d64ee0b2
commit a5bd819458
1 changed files with 7 additions and 1 deletions

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