This is a C# wrapper around the Ghost RESTful API, documented here: https://docs.ghost.org/api.
Info
Version: | 2.0.0 |
Author(s): | grant |
Last Update: | Sunday, November 13, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://grantwinney.com/ghostsharp |
NuGet Url: | https://www.nuget.org/packages/GhostSharp |
Install
Install-Package GhostSharp
dotnet add package GhostSharp
paket add GhostSharp
GhostSharp Download (Unzip the "nupkg" after downloading)
Dependencies
- JWT(>= 7.2.2)
- Newtonsoft.Json(>= 12.0.3)
- RestSharp(>= 106.11.5)
Tags