Skip to content

Implementation of the Keitaro API (v1) for .NET

Notifications You must be signed in to change notification settings

im-ikao/Keitaro.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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