Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theohbrothers/psgithubrestapi
A PowerShell module for GitHub REST API.
https://github.com/theohbrothers/psgithubrestapi
github-api powershell powershell-module releases submodule
Last synced: about 2 months ago
JSON representation
A PowerShell module for GitHub REST API.
- Host: GitHub
- URL: https://github.com/theohbrothers/psgithubrestapi
- Owner: theohbrothers
- License: apache-2.0
- Created: 2019-10-06T23:47:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T15:33:59.000Z (5 months ago)
- Last Synced: 2024-08-13T18:46:52.782Z (5 months ago)
- Topics: github-api, powershell, powershell-module, releases, submodule
- Language: PowerShell
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PSGitHubRestApi [![badge-version-github-tag-img][]][badge-version-github-tag-src]
[badge-version-github-tag-img]: https://img.shields.io/github/v/tag/theohbrothers/PSGitHubRestApi?style=flat-square
[badge-version-github-tag-src]: https://github.com/theohbrothers/PSGitHubRestApi/releasesA PowerShell module for [GitHub REST API](https://docs.github.com/en/rest).
## Usage
To import the module:
```powershell
Import-Module .\src\PSGitHubRestApi\PSGitHubRestApi.psm1 -Force -Verbose
```To list all available functions:
```powershell
Get-Command -Module PSGitHubRestApi
```