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

kasthack-labs/kasthack.roi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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