Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/releases

A 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
```