Skip to content
This repository has been archived by the owner on May 6, 2018. It is now read-only.

Forward route matched params to router when generating URLs for generated resources #1

Closed
lcobucci opened this issue Oct 18, 2017 · 0 comments
Milestone

Comments

@lcobucci
Copy link
Owner

When working handling requests that creates items on subresources, like POST on /authors/{author_id}/books where the location header should be /authors/{author_id}/books/{id}.

@lcobucci lcobucci added this to the 1.0.0 milestone Oct 18, 2017
lcobucci added a commit that referenced this issue Nov 16, 2017
In order to ensure that we have all required arguments when generating
the route path (which is really usefull for sub-resource routes).

Fixes: #1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant