Skip to content

feat: add Get-Hubber and Get-HubberByCountry functions - #1

Merged
rulasg merged 1 commit into
mainfrom
first-version
Sep 19, 2025
Merged

feat: add Get-Hubber and Get-HubberByCountry functions#1
rulasg merged 1 commit into
mainfrom
first-version

Conversation

@rulasg

@rulasg rulasg commented Sep 19, 2025

Copy link
Copy Markdown
Owner

No description provided.

@github-advanced-security

Copy link
Copy Markdown

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Comment thread public/getByContry.ps1
@@ -0,0 +1,35 @@
function Get-Hubber{

Check notice

Code scanning / PSScriptAnalyzer

The cmdlet 'Get-Hubber' does not have a help comment. Note

The cmdlet 'Get-Hubber' does not have a help comment.
Comment thread public/getByContry.ps1
return $hubbers.Values
} Export-ModuleMember -Function Get-Hubber

function Get-HubberByCountry {

Check notice

Code scanning / PSScriptAnalyzer

The cmdlet 'Get-HubberByCountry' does not have a help comment. Note

The cmdlet 'Get-HubberByCountry' does not have a help comment.
Comment thread public/getByContry.ps1

# Downloaded from https://thehub.github.com/assets/org-data.json
return "~/hubbers.json"
} No newline at end of file

Check notice

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace
@rulasg
rulasg merged commit cd9b915 into main Sep 19, 2025
3 checks passed
@rulasg
rulasg deleted the first-version branch September 19, 2025 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants