- What version of Ghost are you using? Latest
Hi,
I would like the ghost api to return posts and pages at the same time. Is it possible ?
/ghost/api/v3/content/pages
/ghost/api/v3/content/posts
/ghost/api/v3/content/posts+pages ?
My theme use fuse.js and some js code for the search bar. The js code is not understandable, the variables are named a, b, c … So it would be much easier for me to modify the api address only, which is a Const variable.
Thanks !