Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 350 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 350 Bytes

nZadarma

Zadarma API for netstandard2.0

nZadarma nuget package

Usage example

var api = new ZadarmaApi("your key", "your secret key");
var balance = await api.Balance();
var sips = await api.Sips();
var callback = await api.Callback("number from", "number to");