wp-net / WordPressPCL

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

Any interest in a front-end Razor Class Library to Interact with this? #243

Closed taylorchasewhite closed 5 months ago

taylorchasewhite commented 3 years ago

Is this something you'd be interested in adding or being created? I'm open to doing the development in this package/repository or in a separate repository/package.

Ideally someone would be able to consume with the least amount of effort and I think a Razor Class Library would further that goal.

ThomasPe commented 3 years ago

I haven't worked much with Razor myself but if you think this would be a helpful tool I'm all for it! I think it would make sense to have it decoupled from this repo but I'd be happy to create a new one under the wp-net organization and add you as an admin if you like.

taylorchasewhite commented 3 years ago

I'm down to pursue that dynamic of a repo in the wp-net org. I actually just started one earlier today before you had written this under the BlazingApple org (I had created this recently) but I'm down to move the blog consuming in a Razor Class Library under the wp-net org.

FWIW, here's an example of a "consumer" displaying it in a default Blazor App template:

image

ThomasPe commented 3 years ago

Sure thing, what do you think the repo should be called?

ThomasPe commented 5 months ago

stale