Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brows Ghost api #488

Open
tudq01 opened this issue Jan 3, 2024 · 0 comments
Open

Brows Ghost api #488

tudq01 opened this issue Jan 3, 2024 · 0 comments

Comments

@tudq01
Copy link

tudq01 commented Jan 3, 2024

const posts = await ghostClient.posts.browse({
include:['tags'],
limit:5,
page:page,
filter: ['tag:hash-blog-ja']
})

I try to call it in typescript and render in nextjs but the type does not it return an object not match with the PostOrPages type

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant