Ghost/ghost/posts-service
Naz 09264261b7 Added ability to fetch posts by collection
closes https://github.com/TryGhost/Team/issues/3423

- For convenience we need a way to fetch posts that belong to a certain collection. This change adds support for `collection` query parameter: `/?collection=` which can be either an id or slug of the collections we are trying to fetch.
- When posts are fetched by collection we ignore any filters passed along in query parameters as collection is a "filter" by it's very nature.
2023-06-16 17:28:12 +07:00
..
lib Added ability to fetch posts by collection 2023-06-16 17:28:12 +07:00
test
.eslintrc.js
index.js
package.json
README.md

Posts Service