rebus-ink / ink-API

Hobb API Server: backend for the Rebus Reader system
GNU Affero General Public License v3.0
4 stars 5 forks source link

notebook notes with source and tags, notebook sources with tags #614

Closed Marie000 closed 4 years ago

Marie000 commented 4 years ago

So when you are fetching an individual notebook with GET /notebooks/{notebookId} You will now get more information: notebook.notes -> each note will have a .tags array and a .source property, if relevant. notebook.sources -> each source will have a .tags array property

@cesarCSM was that everything?