ODataUtils
ODataUtils copied to clipboard
PowerShell Module to generate cmdlets from an OData endpoint
I was trying to build from sources to see why I was getting an error I wanted to debug. I'm using Windows 10 w/ $PSVersionTable Name Value ---- ----- PSVersion...
https://github.com/PowerShell/PowerShell/pull/2006
It would be good to have this module on pre-v5 PowerShell. Some things (not all) that got hit when this module was tried on PSv4: - usage of "::new"; e.g:...
A useful capability would be for cmdlets to return headers of server's responses. Currently cmdlets do not provide access to HTTP headers of server's responses.