Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unstoppablemango/dotnet-proxmox-client
.NET client for the Proxmox REST API
https://github.com/unstoppablemango/dotnet-proxmox-client
Last synced: 1 day ago
JSON representation
.NET client for the Proxmox REST API
- Host: GitHub
- URL: https://github.com/unstoppablemango/dotnet-proxmox-client
- Owner: UnstoppableMango
- License: gpl-3.0
- Created: 2020-06-14T22:48:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T09:09:12.000Z (12 months ago)
- Last Synced: 2024-04-17T04:26:25.877Z (8 months ago)
- Language: Shell
- Size: 61.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# UnMango Proxmox Client
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/UnstoppableMango/dotnet-proxmox-client?include_prereleases)](https://github.com/UnstoppableMango/dotnet-proxmox-client/releases/latest)
[![Codecov](https://img.shields.io/codecov/c/github/UnstoppableMango/dotnet-proxmox-client)](https://app.codecov.io/gh/UnstoppableMango/dotnet-proxmox-client)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/UnstoppableMango/dotnet-proxmox-client/NuGet%20Publish)](https://github.com/UnstoppableMango/dotnet-proxmox-client/actions/workflows/nuget_publish.yml)
[![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/UnstoppableMango/dotnet-proxmox-client)](https://libraries.io/github/UnstoppableMango/dotnet-proxmox-client).NET client for making requests to the Proxmox REST API
## Development
### Lint Hooks
The easiest way to setup dotnet format to run on commit is to run `git config core.hooksPath .githooks`.
## License
GNU General Public License v3.0 or later
See [COPYING](COPYING) to see the full text.