Agustín Herranz

Results 2 issues of Agustín Herranz

In #68 it shows the need for plugins to add multiple paths at one time. I'm currently implementing a `Apispec.add_paths()` [function](https://github.com/tinproject/apispec/blob/add-multiple-paths/apispec/core.py#L204), but I don't feel this is the better way...

UrlFor fields use all the passed parameters of the field in construct the url, this makes those fields unsuitable to use with `apispec` in the same way as other `marshmallow`...