Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
im-ikao committed Aug 18, 2022
1 parent a805562 commit 703ec22
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# keitaro-sdk/keitaro-sdk-net
<p align="center"><img src="https://docs.keitaro.io/images/keitaro.png" /> </p>
<h1 align="center">
Keitaro SDK .NET
</h1>
<p align="center">
<img src="https://img.shields.io/badge/USDT%20(TRC--20)-TBj6GqFVarSSBhfoS31WwZUp1xLN2NZgb1-red" />
### Api Implementation
</p>

Implementation of the [Keitaro API (v1)](https://admin-api.docs.keitaro.io/) for .NET

## Example

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

## Implementation

- [x] Domains
- [x] Campaigns
Expand All @@ -18,4 +33,4 @@
- [ ] Landing Pages

## TODO:
- [ ] Improve Filters for reports
- [ ] Improve Filters for reports

0 comments on commit 703ec22

Please sign in to comment.