Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


[![Build Status](https://travis-ci.org/aslabicki/Zabbix.API.Core.svg?branch=master)](https://travis-ci.org/aslabicki/Zabbix.API.Core)

# Zabbix.NET.Core
Expand Down Expand Up @@ -25,6 +27,8 @@ Before call any request use **LoginAsync()** method. After all use **LogoutAsyn

## Usage examples

Ensure you include `using ZabbixAPICore;` in your code to access the library classes.

Create new user
```cs
Zabbix zabbix = new Zabbix("admin", "zabbix", "http://zabbix.example/api_jsonrpc.php");
Expand Down Expand Up @@ -140,4 +144,4 @@ zabbix.LogoutAsync().Wait();

## License

MIT
MIT