create_date | archive_date | language | framework | locale | editor | license | category | dev_status | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2017-06 |
2017-07 |
|
|
en_US |
Visual Studio Code |
MIT |
|
Archive |
MarkCollab is a simple collaboration tool for creating various types of documents using Markdown syntax. The main idea is to create a self-hosted Web Application that contains everything to create Markdown documents by many people in the same time.
GET {root}/api/docs
GET {root}/api/docs/{id}
POST {root}/api/docs
Note: Remember to add
Content-Type: text/plain
header.
PATCH {root}/api/docs/{id}/content
Note: Remember to add
Content-Type: text/plain
header.
PATCH {root}/api/docs/{id}/title
Note: Remember to add
Content-Type: text/plain
header.
DELETE {root}/api/docs/{id}