Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 763 Bytes

File metadata and controls

36 lines (30 loc) · 763 Bytes

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