Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 1.25 KB

readme.md

File metadata and controls

30 lines (19 loc) · 1.25 KB

kasthack.roi

Nuget NuGet .NET Status CodeQL Patreon pledges Patreon patrons

What

roi.ru API client

Installation

Install-Package kasthack.roi

Usage

var client = new Client();

var active = await client.Poll().ConfigureAwait(false);

var petition = await client.Petition(active[759].Id).ConfigureAwait(false);

Bugs / issues

Fork off / pull