Skip to content

aidabo/Ghost-SDK

 
 

Repository files navigation

Ghost SDK

rn ship --git-remote upstream` to correctly update tags and version commits, when your remote `origin` is set up to a fork of TryGhost/SDK and original repository is set to `upstream`.

Extend GhostSDK/admin-api-schema

ファイル 修正項目 備考
post.json "status": {
"type": "string",
"enum": ["published", "draft", "scheduled", "sent", "hidden"]
},
hiddenを追加
post.json "group_id": {
"type": ["string", "null"],
"maxLength": 24
},
group_idを追加

Copyright & License

Copyright (c) 2013-2025 Ghost Foundation - Released under the MIT license.

About

Tools for working with Ghost's APIs

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.0%
  • TypeScript 4.8%
  • Handlebars 0.2%