Return The Post URL After Cross Posting
uzaxirr opened this issue · 10 comments
Is your feature request related to a problem? Please describe.
After a Successful cross-post
all APIs just returns
{
"Message": "Blog Successfully Posted"
}
But It would be better if they can also return the Draft URL of the article that is cross-posted
hi, id like to take this up
Sure
hi, id like to take this up
Sure, Go Ahead!!
@uzair-ali10 would like to pick this up. please assign it to me
@uzair-ali10 In the case of Hashnode, it's directly posting the article rather than a draft. Hence, will return the published article's URL.
@uzair-ali10 In the case of Hashnode, it's directly posting the article rather than a draft. Hence, will return the published article's URL.
No Problem, Return the published URL then
updated sample API response:
{
"Message": "Sucessfully Created",
"Link": "https://hashnode.com/post/load-balancer-101-ckwj1f8xw02zti6s19eq73sar"
}
@uzair-ali10 works?
updated sample API response:
{ "Message": "Sucessfully Created", "Link": "https://hashnode.com/post/load-balancer-101-ckwj1f8xw02zti6s19eq73sar" }
@uzair-ali10 works?
Change Link
to hash_link
and for Medium it should be medium_link
and for dev.to, dev_link
?
and for dev.to,
dev_link
?
Yep!!