Ghost/ghost/collections
Naz 606bd383f1 Extended getAll method with paging metadata
refs https://github.com/TryGhost/Team/issues/3167

- Having paging metadata is part of every API response and was missing from initial implementation
- The getAll method has all of the values as "static" as there's nothing to page on.
2023-05-19 20:42:46 +07:00
..
src Extended getAll method with paging metadata 2023-05-19 20:42:46 +07:00
test Extended getAll method with paging metadata 2023-05-19 20:42:46 +07:00
.eslintrc.js Added a collections package with CRUD logic 2023-05-16 12:21:31 +07:00
package.json Extended save method to return saved collection data 2023-05-19 20:42:46 +07:00
README.md Added a collections package with CRUD logic 2023-05-16 12:21:31 +07:00
tsconfig.json Added a collections package with CRUD logic 2023-05-16 12:21:31 +07:00

Collections

Manages everything to do with Collections

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests