Esempio n. 1
0
        static async void TestList()
        {
            var configuration = new StatusIoConfiguration
            {
                // Put in your ApiId, ApiKey and DefaultStatusPageId here
                ThrowOnError = true
            };

            var client = new StatusIoClient(configuration);

            //await Test(client.Maintenance);
            //await Test(client.Incidents);
            //await Test(client.Components);
            //await Test(client.Subscribers);
        }
Esempio n. 2
0
        static async void TestList()
        {
            var configuration = new StatusIoConfiguration
            {
                // Put in your ApiId, ApiKey and DefaultStatusPageId here
                ThrowOnError = true
            };

            var client = new StatusIoClient(configuration);

            //await Test(client.Maintenance);
            //await Test(client.Incidents);
            //await Test(client.Components);
            //await Test(client.Subscribers);
        }
Esempio n. 3
0
 internal MetricApi(StatusIoClient client)
 {
     this.client = client;
 }
Esempio n. 4
0
 internal MaintenanceApi(StatusIoClient client)
 {
     this.client = client;
 }
Esempio n. 5
0
 public IncidentApi(StatusIoClient client)
 {
     this.client = client;
 }
Esempio n. 6
0
 internal StatusApi(StatusIoClient client)
 {
     this.client = client;
 }
Esempio n. 7
0
 internal StatusApi(StatusIoClient client)
 {
     this.client = client;
 }
Esempio n. 8
0
 internal SubscriberApi(StatusIoClient client)
 {
     this.client = client;
 }
Esempio n. 9
0
 public IncidentApi(StatusIoClient client)
 {
     this.client = client;
 }
Esempio n. 10
0
 internal SubscriberApi(StatusIoClient client)
 {
     this.client = client;
 }
Esempio n. 11
0
 public ComponentApi(StatusIoClient client)
 {
     this.client = client;
 }
Esempio n. 12
0
 public ComponentApi(StatusIoClient client)
 {
     this.client = client;
 }
Esempio n. 13
0
 internal MetricApi(StatusIoClient client)
 {
     this.client = client;
 }
Esempio n. 14
0
 internal MaintenanceApi(StatusIoClient client)
 {
     this.client = client;
 }