profet23 / UptimeRobot-.net-API-Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uptime Robot API Client

A .net client for the Uptime Robot API

About

This project is an open source implementation for acessing
the UptimeRobot api.

This service help you to monitor your websites and services accessed from internet.

Usage

If you want to test the Console application, please create an App.config file.
This file is not included in the git sources for security reasons.
App.config example file :
@
<?xml version=“1.0” encoding=“utf-8” ?>


@

Licence : MS-PL

This code is provided within Microsoft Public License (MS-PL).
See the license.textile file for more information.

Credits

This API has been created by Christopher MANEU.
This work is based on the API documentation located at http://www.uptimerobot.com/api.asp.

Usage

To be completed…

@ UptimeRobotContext ctx = new UptimeRobotContext(Your API Key) @

Christopher MANEU – Microsoft MVP
www.maneu.net

About

License:Other