Skip to content
New issue

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

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

Already on GitHub? # 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

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

No branches or pull requests

1 participant