OutRest - REST API Generator for PowerShell

A little experiment I did with UD that generator REST API from PowerShell modules and commands using UD.

7 Likes

It could be in a remote server? without using localhost

Yep! You could access the API from a remote machine.

Installed the module and will kick the tires. When you say mandatory parameters you actual mean setting that parameter attribute? Many times I don’t declare the parameter as mandatory but have a default when the parameter is not provided but basically it is mandatory though. Better yet I could review your code and answer the ? myself.

Thanks for putting this out there.

Yep. It’s looking for the Mandatory flag on the parameter attribute. I’d be open to suggestions on this module. It was more a POC than anything else.