Ghost/core/test/unit/services/url
Fabien O'Carroll c9b8ddde4b 🎨Added absolute_url flag to public api (#9833)
closes #9832

The API _should_ be returning absolute URLs for everything, 3rd party applications require absolute urls to read and display ghost data correctly. Currently they have to concat the blog url and the resource url, which is very uncomfortable.

Changing the public api like this would be considered a breaking change however so we've opted to put it behind a query parameter named `absolute_urls`.
2018-08-31 11:02:39 +01:00
..
Queue_spec.js 🐛 Fixed urls being /404/ after starting the Ghost server 2018-06-07 09:27:24 +02:00
Resources_spec.js 🎨Added absolute_url flag to public api (#9833) 2018-08-31 11:02:39 +01:00
UrlGenerator_spec.js Dynamic Routing Beta: Filter collections with NQL (#9704) 2018-06-26 01:54:51 +02:00
Urls_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
UrlService_spec.js 🐛 Fixed preview url and Zapier on subdirectory (#9683) 2018-06-12 16:36:58 +01:00
utils_spec.js 🐛 Fixed Disqus comments on post preview pages 2018-07-11 00:20:55 +02:00