0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/web
Kevin Ansfield ca20f3a6b0 Added /oembed API endpoint
refs https://github.com/TryGhost/Ghost/issues/9623
- add `oembed-parser` module for checking provider availability for a url and fetching data from the provider
  - require it in the `overrides.js` file before the general Promise override so that the `promise-wrt` sub-dependency doesn't attempt to extend the Bluebird promise implementation
- add `/oembed` authenticated endpoint
  - takes `?url=` query parameter to match against known providers
  - adds safeguard against oembed-parser's providers list not recognising http+https and www+non-www
  - responds with `ValidationError` if no provider is found
  - responds with oembed response from matched provider's oembed endpoint if match is found
2018-06-12 16:18:01 +01:00
..
admin 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
api Added /oembed API endpoint 2018-06-12 16:18:01 +01:00
middleware 🐛 Fixed "No default engine was specified and no extension was provided" 2018-06-11 11:24:07 +02:00
site Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
parent-app.js
utils.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00