Ghost/ghost/link-redirects
Fabien 'egg' O'Carroll 5fcf5098a8
Added links API (#15446)
closes https://github.com/TryGhost/Team/issues/1927

This expose the /links endpoint on the Admin API, which is filterable by Post ID.

Co-authored-by: Simon Backx <simon@ghost.org>
2022-09-22 13:39:52 +02:00
..
lib Added links API (#15446) 2022-09-22 13:39:52 +02:00
test
.eslintrc.js
index.js
package.json Wired up link redirects & tracking (#15418) 2022-09-16 10:42:21 +02:00
README.md

Link Redirects

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