ApiDraftsMe
Get my draft
Get current user's draft
curl -X GET "https://www.open-isle.com/api/drafts/me"
{
"id": 0,
"title": "string",
"content": "string",
"categoryId": 0,
"tagIds": [
0
]
}
Get current user's draft
curl -X GET "https://www.open-isle.com/api/drafts/me"
{
"id": 0,
"title": "string",
"content": "string",
"categoryId": 0,
"tagIds": [
0
]
}
curl -X GET "https://www.open-isle.com/api/drafts/me"