jpsider / RestPS

Simple ReST Framework for Powershell
MIT License
114 stars 30 forks source link

Utilize a Json file for the routes #27

Closed jpsider closed 5 years ago

jpsider commented 5 years ago

Do not use a function file to define them. This will allow for better mgmt of the endpoint while its running. and easier to programmatically define new endpoints.

jpsider commented 5 years ago

it works. running tests to verify code.