integrate-io icon indicating copy to clipboard operation
integrate-io copied to clipboard

Return The Post URL After Cross Posting

Open uzaxirr opened this issue 3 years ago • 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

uzaxirr avatar Oct 16 '21 05:10 uzaxirr

hi, id like to take this up

wandersonpsantos avatar Oct 19 '21 18:10 wandersonpsantos

Sure

hi, id like to take this up

Sure, Go Ahead!!

uzaxirr avatar Oct 19 '21 18:10 uzaxirr

@brijeshshah13

uzaxirr avatar Nov 27 '21 13:11 uzaxirr

@uzair-ali10 would like to pick this up. please assign it to me

brijeshshah13 avatar Nov 27 '21 14:11 brijeshshah13

@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.

brijeshshah13 avatar Nov 28 '21 09:11 brijeshshah13

@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

uzaxirr avatar Nov 28 '21 09:11 uzaxirr

updated sample API response:

{
    "Message": "Sucessfully Created",
    "Link": "https://hashnode.com/post/load-balancer-101-ckwj1f8xw02zti6s19eq73sar"
}

@uzair-ali10 works?

brijeshshah13 avatar Nov 28 '21 09:11 brijeshshah13

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

uzaxirr avatar Nov 28 '21 09:11 uzaxirr

and for dev.to, dev_link?

brijeshshah13 avatar Nov 28 '21 09:11 brijeshshah13

and for dev.to, dev_link?

Yep!!

uzaxirr avatar Nov 28 '21 09:11 uzaxirr