stablekernel/aqueduct

Ensure that path parameters from the router are parsed into the type the handler expects

joeconwaystk opened this issue · 1 comments

Utilizing .parse on many types, the ResourceController base class could convert the string values into the appropriate type so the handler does not have to

Implemented in 40dc2d8