mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-09 04:31:17 +03:00
baf0f4b692
closes https://github.com/TryGhost/Arch/issues/45 - This endpoint is here to keep the convention of being able to fetch the resource by it's slug through a `GET /{resource_name}/slug/:slug`. It has identical output as the `GET /collections/:id` endpoint - The alternative would be having an alias and try fetching by :id and then by slug if the result for id was null, but that would be a completely new pattern we have not used anywhere else yet. |
||
---|---|---|
.. | ||
api-key.js | ||
application.js | ||
base.js | ||
collection.js | ||
custom-theme-setting-list.js | ||
email.js | ||
embedded-relation-adapter.js | ||
label.js | ||
member.js | ||
mention.js | ||
newsletter.js | ||
offer.js | ||
page.js | ||
post.js | ||
setting.js | ||
snippet.js | ||
tag.js | ||
theme.js | ||
tier.js | ||
user.js |