Introducing Ghost.NET

Hey everyone, today I thought I would drop by and let you about Ghost .NET, a dotnet library I have been working on to make it easy to interact with your ghost installation.

Ghost .NET is a .NETStandard 2.1 library that wraps the Ghost API and produces dotnet objects for each of the rest api endpoints, including all supported parameters on each endpoint.

Ghost .NET is open source and is available on Github, there is also a Nuget package available

At the moment this is stil very much alpha and only supports the Content API. I have plans to add the Admin API. Documentation is currently non existent but will be created once I am happy with the structure.

This is currently being used within a Blazor application but it should work in any project that supports .NETStandard 2.1.

Any feedback would be great appreciated

4 Likes

This is pretty cool @hevey! Thanks for creating it and sharing it with the community :sparkles: