substance / notes

Real-time collaborative notes editing.
Other
20 stars 5 forks source link

GET /documents/:id should also return author, collaborators, createdAt, updatedAt, updatedBy #77

Closed michael closed 8 years ago

michael commented 8 years ago
{
documentId: 'note-2',
author: 'Michael Aufreiter',
createdAt: DATETIME,
updatedAt: DATETIME,
updatedBy: 'Oliver Buchtala',
collaborators: ['Daniel Beilinson', 'Oliver Buchtala']
}

I will then include this into the new note cover.

Integral commented 8 years ago

Done.