wp-net / WordPressPCL

This is a portable library for consuimg the WordPress REST-API in (almost) any C# application
MIT License
335 stars 131 forks source link

Issues regarding posting content with custom blocks (guntenberg blocks) #327

Closed nako230 closed 3 months ago

nako230 commented 1 year ago

Hello its not mentioned how to post content using the block called html code or any sort of custom block, as I dont see any info about this in the documentation please advice.

ThomasPe commented 1 year ago

AFAIK Gutenberg-Blocks are simply HTML so there's no real way or need to deal with them on the API side.

nako230 commented 1 year ago

hmm okay I think I understood how I would implement it, its okay