proget 0.1.3

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 that wraps 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-sdk?logo=rust)](https://crates.io/crates/proget-sdk)
[![Rust docs](https://img.shields.io/docsrs/proget-sdk?logo=rust)](https://docs.rs/proget-sdk)

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

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