Grant

Results 14 issues of Grant

Add validation around the user whitelist and blacklist, to validate the entries before allowing a save.

enhancement

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

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...

The `RestResponse.Content` field looks something like this when it has an error in it, when it's returned in `GhostAPI.cs`. I could modify the error I return to take some of...

enhancement

There's a [short form](https://docs.ghost.org/api/admin/#tags-and-authors) for tags and authors, but supporting it in C# is more complicated than in JavaScript, [where the types are made up and the fields don't matter](https://www.youtube.com/watch?v=1gl__LLKMIs)....

consideration