justmiles / go-markdown2confluence

Push markdown files to Confluence Cloud
Mozilla Public License 2.0
254 stars 48 forks source link

[question] Does go-markdown2confluence support blogpost? #77

Open lcividinwork opened 6 months ago

lcividinwork commented 6 months ago

Hey there, firstly, thanks this is a great little application I'm finding it really useful.

In addition to sending pages to spaces, I'm trying to send blogposts, I'm writing in markdown, to the confluence cloud blogpost part of a space. I can see in the code a commented out part about deleting a blogpost but not anything about specifying the blogpost part of a space.

I see that the /blogpost is part of the V2 rest api so would this be something I could do with the Alpha version or it would need to be a feature request someone would need to work on?

Again it's a great app, thanks heaps for creating it.

justmiles commented 6 months ago

Hi @lcividinwork,

I haven't used blogposts personally but would be happy to see it supported in this tool. It's not currently part of the alpha but I can take a look next time I dig into this project.

lcividinwork commented 6 months ago

That'd be Awesome @justmiles thanks!