Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.
/ go-ghost Public archive

Golang API client for Ghost publishing platform

License

Notifications You must be signed in to change notification settings

acim/go-ghost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-ghost

Golang API client for Ghost publishing platform

This package uses both v0.1 and v2 of Ghost API because v2 doesn't support resource creation or update.

Useful links

Ghost API v0.1

Managing your posts, tags, and users with the Ghost Blog API

Ghost API v0.1

Obtaining API key

  • create account on your Ghost installation
  • select Integrations in the left menu
  • press "Add custom integration" button
  • there you can find your API key

Obtaining client ID and client secret

  • you can find this inside table clients of your Ghost database
  • try with client ID ghost-frontend or ghost-admin and correlated client secret

About

Golang API client for Ghost publishing platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages