1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Updated Design: Library Sidebar (markdown)

Nick O'Leary 2017-03-14 22:52:51 +00:00
parent 65d64ee0b2
commit a5bd819458

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