synedgy.universal.helper

0.1.2

A bunch of PowerShell Universal helpers to make your experience more productive

Minimum PowerShell version

5.0

There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name synedgy.universal.helper -RequiredVersion 0.1.2

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name synedgy.universal.helper -Version 0.1.2

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Gael Colas. All rights reserved.

Package Details

Author(s)

  • Gael Colas

Functions

Get-ModuleApiEndpoint Get-ModuleApiEndpointScriptblock Import-PSUEndpoint

Dependencies

This module has no dependencies.

Release Notes

## [0.1.2] - 2025-12-05

### Fixed

- Fixed issue with URL generation in `Get-ModuleApiEndpoint` function to correctly
 include API prefix.
- Fixed issue with `${}` notation in parameter names ([[#1](https://github.com/SynEdgy/synedgy.universal.helper/issues/1)]).
- Fixing typo in `Import-ModuleApiEndpoint` function documentation. ([#3](https://github.com/SynEdgy/synedgy.universal.helper/issues/3))
- Fixed bug in `Get-HttpMethodFromPSVerb` function to correctly map PowerShell
 verbs to HTTP methods.
- Fixed issue with `ApiPrefix` property not being applied correctly in URL generation.
- Fixed issue where `Authentication` property in `APIEndpoint` attribute was not
working.
- Fixed changelog git config to publish PR.

### Added

- Adding APIEndpoint attribute.
- Adding `Import-ModuleApiEndpoint` function to import API endpoints from a module.
- Adding `Get-HttpMethodFromPSVerb` function to convert PowerShell verbs to HTTP
 methods (GET, POST, PUT, DELETE).
- Adding support for `Documentation` property in API endpoint metadata. ([#2](https://github.com/SynEdgy/synedgy.universal.helper/issues/2))
- Adding `ApiPrefix` and `Version` properties to `APIEndpoint` attribute for better
 URL structuring.
- Adding `[APIInput]` and `[APIOutput]` attributes for defining input and output
 schemas for API endpoint documentation (Not yet implemented).

FileList

Version History

Version Downloads Last updated
0.1.3-previe... 3 12/5/2025
0.1.2 (current version) 7 12/5/2025
0.1.2-previe... 3 12/5/2025
0.1.2-previe... 7 11/24/2025
0.1.2-previe... 3 11/24/2025
0.1.2-previe... 10 11/7/2025
0.1.1 10 11/7/2025
0.1.1-previe... 7 8/19/2025
0.1.0-previe... 5 7/28/2025
Show more