update readme and changelog
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
### 2.1.0 (2014-02-28)
|
||||||
|
|
||||||
|
- Support for Response Times
|
||||||
|
- Support for Web Hooks alert type
|
||||||
|
- Fix log date conversion
|
||||||
|
|
||||||
### 2.0.0 (2014-02-02)
|
### 2.0.0 (2014-02-02)
|
||||||
|
|
||||||
- Re-publish UptimeSharp as a newly created PCL with support for multiple platforms
|
- Re-publish UptimeSharp as a newly created PCL with support for multiple platforms
|
||||||
|
|||||||
@@ -79,8 +79,7 @@ Provide additional params for more data:
|
|||||||
List<Monitor> items = await _client.GetMonitors(
|
List<Monitor> items = await _client.GetMonitors(
|
||||||
monitorIDs: new string[]{ "12891", "98711" },
|
monitorIDs: new string[]{ "12891", "98711" },
|
||||||
customUptimeRatio: new float[] { 7, 30, 45 },
|
customUptimeRatio: new float[] { 7, 30, 45 },
|
||||||
showLog: true,
|
includeDetails: true
|
||||||
showAlerts: true
|
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -88,9 +87,7 @@ List<Monitor> items = await _client.GetMonitors(
|
|||||||
<br>
|
<br>
|
||||||
`customUptimeRatio`: the number of days to calculate the uptime ratio(s) for _(default: null)_
|
`customUptimeRatio`: the number of days to calculate the uptime ratio(s) for _(default: null)_
|
||||||
<br>
|
<br>
|
||||||
`showLog`: include log, if true _(default: false)_
|
`includeDetails`: include log, alerts and response times, if true _(default: false)_
|
||||||
<br>
|
|
||||||
`showAlerts`: include alerts, if true _(default: true)_
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user