im-ikao / Keitaro.NET

Implementation of the Keitaro API (v1) for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keitaro SDK .NET

Implementation of the Keitaro API (v1) for .NET

Example

var client = new KeitaroClient("api_token", "api_url");
var domains = await client.Domains.GetAll();

Implementation

  • Domains
  • Campaigns
  • Affiliate Networks
  • Groups
  • Conversions
  • Clicks
  • Bots
  • Logs
  • Reports
  • [o] Offers (Partial implementation)
  • Stats Clean
  • Streams
  • Users
  • Landing Pages

TODO:

  • Improve Filters for reports

About

Implementation of the Keitaro API (v1) for .NET

License:GNU General Public License v3.0


Languages

Language:C# 100.0%