toenuff / flancy

A micro web framework for Windows PowerShell
MIT License
189 stars 21 forks source link

Webschema validation #3

Closed toenuff closed 8 years ago

toenuff commented 9 years ago

new-flancy should probably have some validation on the webschema parameter. It should be flexible (include additional props), but it probably needs to validate that it is a list and that each element in the list has a method, script, and path properties

beatcracker commented 8 years ago

FYI: I'm working on this (not sure that I can write tests though, but I'll try).

toenuff commented 8 years ago

good job - the tests worked great! :+1: Welcome to the project! I'll merge with master once @adamdriscoll gets the token auth stuff worked out.