Exemple #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);
        }
Exemple #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);
        }