Ghost/ghost/collections/test
Naz cdae2a978d Added ability to fetch collection posts by slug
closes https://github.com/TryGhost/Arch/issues/27

- We need a more convenient method of fetching posts belonging to a collection than by collection's "id". This change adds an alias to the existing endpoint `GET /collections/:id/posts/`. A non-valid ObjectID in the parameter is treated as a slug.
2023-07-11 09:30:01 +08:00
..
fixtures Added collection's posts fetching to collections lib 2023-06-13 17:23:09 +07:00
.eslintrc.js Added a collections package with CRUD logic 2023-05-16 12:21:31 +07:00
Collection.test.ts Allowed for index collection to have empty filter 2023-07-10 12:43:52 +08:00
collections.test.ts Added ability to fetch collection posts by slug 2023-07-11 09:30:01 +08:00
RepositoryUniqueChecker.test.ts Ensured uniqueness of slug in collections 2023-06-29 01:40:05 +01:00