proget 0.2.2

A client for the ProGet API
Documentation
1
2
3
4
5
6
7
8
9
10
11
# proget-rs
This is a client for the [ProGet](https://inedo.com/proget) APIs. It provides a Rusty interface to interact with ProGet instances, and strives to make interacting with them as seamless as possible.

[![Crates.io](https://img.shields.io/crates/v/proget?logo=rust)](https://crates.io/crates/proget)
[![Rust docs](https://img.shields.io/docsrs/proget?logo=rust)](https://docs.rs/proget)

## Usage
Please see the docs on [docs.rs](https://docs.rs/proget) for usage instructions.

## Demo
A CLI client utilizing this library is available at https://github.com/hwittenborn/proget-cli.