GhostSharp icon indicating copy to clipboard operation
GhostSharp copied to clipboard

A wrapper for the Ghost blog's RESTful JSON API, written in C#

Results 12 GhostSharp issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Hi, I don't know if you still maintain this, but I figured it was worth a shot. I am using it and loving it, but I no matter what I...

https://ghost.org/docs/admin-api/#members

enhancement

Certain endpoints are throwing a 504 gateway exception, but I'm not sure if it's just my site or some other problem. - Update Offers - Update Tiers

bug

The [build process](https://github.com/grantwinney/GhostSharp/actions/runs/3304026464) throws the following warning: > 'HMACSHA256Algorithm' is obsolete: 'HMAC SHA based algorithms are not secure to protect modern web applications. Consider switching to RSASSA or ECDSA.' Not...

consideration

My Ghost instance is located at https://mydomain.com/blog/cms. When I try to initialize using this URI, the wrapper won't function. I'm guessing this is because the RestClient uses https://mydomain.com/ghost/api/v2/content/ as it's...

enhancement

At some point, I should look through this and see if there's anything I could use in GhostSharp from it. [Ghost-SDK/packages/admin-api-schema/lib/v2 at master · TryGhost/Ghost-SDK](https://github.com/TryGhost/Ghost-SDK/tree/master/packages/admin-api-schema/lib/v2)

Take a look at the other Ghost-SDK files to see if I missed anything in my implementation of things... - https://github.com/TryGhost/Ghost-SDK/tree/master/packages - https://github.com/TryGhost/Ghost-SDK/blob/master/packages/admin-api/lib/index.js - https://github.com/TryGhost/Ghost-SDK/blob/master/packages/content-api/lib/index.js Ref: https://github.com/grantwinney/GhostSharp/issues/17

I _think_ the images endpoint supports uploading multiple files at once. Could research and implement it, but probably won't unless someone asks for it. This might also be true for...

consideration

* finish asserts in above test * is title ALWAYS required (I think it can't be left blank)?? are all writable fields required even if not changing?? :/ * do...