Ghost/ghost/public-resource-repository
Naz c3d7104367
Refactored tags repository to be model-agnostic
refs https://github.com/TryGhost/Toolbox/issues/522

- The caching rules for Content API resources like Tags / Posts / Pages / Authors are the same, so it makes sense to make a common repository which would take in a model as a parameter and perform the queries on that level instead of implementing repository-per-model.
- With this refactor getting Posts Content API caching would be much simpler change.
2023-02-17 17:27:51 +08:00
..
lib Refactored tags repository to be model-agnostic 2023-02-17 17:27:51 +08:00
test Refactored tags repository to be model-agnostic 2023-02-17 17:27:51 +08:00
.eslintrc.js Refactored tags repository to be model-agnostic 2023-02-17 17:27:51 +08:00
index.js Refactored tags repository to be model-agnostic 2023-02-17 17:27:51 +08:00
package.json Refactored tags repository to be model-agnostic 2023-02-17 17:27:51 +08:00
README.md Refactored tags repository to be model-agnostic 2023-02-17 17:27:51 +08:00

Tags Public

services and repositories serving public resource endpoints e.g. Tags/Posts/Authors Content API endpoints

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