feat(apiclient): Add native Admin & Content API clients, JWT generator, and tag visibility features; remove external @tryghost deps and update docs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import GhostContentAPI from '@tryghost/content-api';
|
||||
import GhostAdminAPI from '@tryghost/admin-api';
|
||||
import { GhostContentAPI } from './apiclient/ghost.contentapi.js';
|
||||
import { GhostAdminAPI } from './apiclient/ghost.adminapi.js';
|
||||
import * as smartmatch from '@push.rocks/smartmatch';
|
||||
|
||||
export {
|
||||
|
Reference in New Issue
Block a user