synedgy.universal.helper
0.1.2
A bunch of PowerShell Universal helpers to make your experience more productive
Minimum PowerShell version
5.0
See the version list below for details.
Installation Options
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
- synedgy.universal.helper.nuspec
- synedgy.universal.helper.psd1
- synedgy.universal.helper.psm1
- en-US\about_synedgy.universal.helper.help.txt
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 |