statuscake-rb 1.0.1.pre.beta.1 → 1.1.0.pre.beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/statuscake/api/contact_groups_api.rb +2 -2
- data/lib/statuscake/api/locations_api.rb +2 -2
- data/lib/statuscake/api/maintenance_windows_api.rb +2 -2
- data/lib/statuscake/api/pagespeed_api.rb +5 -2
- data/lib/statuscake/api/ssl_api.rb +5 -2
- data/lib/statuscake/api/uptime_api.rb +5 -2
- data/lib/statuscake/api_client.rb +2 -2
- data/lib/statuscake/api_error.rb +2 -2
- data/lib/statuscake/configuration.rb +2 -2
- data/lib/statuscake/models/api_error.rb +2 -2
- data/lib/statuscake/models/api_response.rb +2 -2
- data/lib/statuscake/models/api_response_data.rb +2 -2
- data/lib/statuscake/models/contact_group.rb +2 -2
- data/lib/statuscake/models/contact_group_response.rb +2 -2
- data/lib/statuscake/models/contact_groups.rb +2 -2
- data/lib/statuscake/models/links.rb +2 -2
- data/lib/statuscake/models/maintenance_window.rb +2 -2
- data/lib/statuscake/models/maintenance_window_repeat_interval.rb +2 -2
- data/lib/statuscake/models/maintenance_window_response.rb +2 -2
- data/lib/statuscake/models/maintenance_window_state.rb +2 -2
- data/lib/statuscake/models/maintenance_windows.rb +2 -2
- data/lib/statuscake/models/monitoring_location.rb +2 -2
- data/lib/statuscake/models/monitoring_location_status.rb +2 -2
- data/lib/statuscake/models/monitoring_locations.rb +2 -2
- data/lib/statuscake/models/pagespeed_test.rb +2 -2
- data/lib/statuscake/models/pagespeed_test_check_rate.rb +2 -2
- data/lib/statuscake/models/pagespeed_test_history.rb +2 -2
- data/lib/statuscake/models/pagespeed_test_history_result.rb +2 -2
- data/lib/statuscake/models/pagespeed_test_region.rb +2 -2
- data/lib/statuscake/models/pagespeed_test_response.rb +2 -2
- data/lib/statuscake/models/pagespeed_test_stats.rb +2 -2
- data/lib/statuscake/models/pagespeed_test_throttling.rb +2 -2
- data/lib/statuscake/models/pagespeed_tests.rb +2 -2
- data/lib/statuscake/models/pagination.rb +2 -2
- data/lib/statuscake/models/ssl_test.rb +2 -2
- data/lib/statuscake/models/ssl_test_check_rate.rb +2 -2
- data/lib/statuscake/models/ssl_test_flags.rb +2 -2
- data/lib/statuscake/models/ssl_test_mixed_content.rb +2 -2
- data/lib/statuscake/models/ssl_test_response.rb +2 -2
- data/lib/statuscake/models/ssl_tests.rb +2 -2
- data/lib/statuscake/models/uptime_test.rb +2 -2
- data/lib/statuscake/models/uptime_test_alert.rb +2 -2
- data/lib/statuscake/models/uptime_test_alerts.rb +2 -2
- data/lib/statuscake/models/uptime_test_check_rate.rb +2 -2
- data/lib/statuscake/models/uptime_test_history.rb +2 -2
- data/lib/statuscake/models/uptime_test_history_result.rb +2 -2
- data/lib/statuscake/models/uptime_test_overview.rb +2 -2
- data/lib/statuscake/models/uptime_test_period.rb +2 -2
- data/lib/statuscake/models/uptime_test_periods.rb +2 -2
- data/lib/statuscake/models/uptime_test_processing_state.rb +2 -2
- data/lib/statuscake/models/uptime_test_response.rb +2 -2
- data/lib/statuscake/models/uptime_test_status.rb +2 -2
- data/lib/statuscake/models/uptime_test_type.rb +2 -2
- data/lib/statuscake/models/uptime_tests.rb +2 -2
- data/lib/statuscake/version.rb +3 -3
- data/lib/statuscake.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57b278ca9fcd50937f15a3a7c11e0bb575de38f369f4e11b75a397c622bdae1c
|
4
|
+
data.tar.gz: b49051f46763bcc13140932939a181e94d10675c96ab9070147970309132779e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca793581f7d39f4a01530cf9376428c3a0e944b46af3189dcd40c8c2849ea2912bd2d934f44556c7d70cb0c9d853d7fd9a5a96a28188f0f32ecefee100157a93
|
7
|
+
data.tar.gz: 7fd63633fff2bee572941d8dbf2ddca0debb0b19f0e524562977e314b0a8692ebd03c4157ad7340bd29d980e90eb2133e73798abcd6994babd9cb0f079a01015
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -454,6 +454,7 @@ module StatusCake
|
|
454
454
|
# @param test_id [String] Pagespeed check ID
|
455
455
|
# @param [Hash] opts the optional parameters
|
456
456
|
# @option opts [String] :name Name of the check
|
457
|
+
# @option opts [String] :website_url URL, FQDN, or IP address of the website under test
|
457
458
|
# @option opts [PagespeedTestCheckRate] :check_rate
|
458
459
|
# @option opts [Integer] :alert_bigger An alert will be sent if the size of the page is larger than this value (kb). A value of 0 prevents alerts being sent.
|
459
460
|
# @option opts [Integer] :alert_slower An alert will be sent if the load time of the page exceeds this value (ms). A value of 0 prevents alerts being sent
|
@@ -472,6 +473,7 @@ module StatusCake
|
|
472
473
|
# @param test_id [String] Pagespeed check ID
|
473
474
|
# @param [Hash] opts the optional parameters
|
474
475
|
# @option opts [String] :name Name of the check
|
476
|
+
# @option opts [String] :website_url URL, FQDN, or IP address of the website under test
|
475
477
|
# @option opts [PagespeedTestCheckRate] :check_rate
|
476
478
|
# @option opts [Integer] :alert_bigger An alert will be sent if the size of the page is larger than this value (kb). A value of 0 prevents alerts being sent.
|
477
479
|
# @option opts [Integer] :alert_slower An alert will be sent if the load time of the page exceeds this value (ms). A value of 0 prevents alerts being sent
|
@@ -519,6 +521,7 @@ module StatusCake
|
|
519
521
|
# form parameters
|
520
522
|
form_params = opts[:form_params] || {}
|
521
523
|
form_params['name'] = opts[:'name'] unless opts[:'name'].nil?
|
524
|
+
form_params['website_url'] = opts[:'website_url'] unless opts[:'website_url'].nil?
|
522
525
|
form_params['check_rate'] = opts[:'check_rate'] unless opts[:'check_rate'].nil?
|
523
526
|
form_params['alert_bigger'] = opts[:'alert_bigger'] unless opts[:'alert_bigger'].nil?
|
524
527
|
form_params['alert_slower'] = opts[:'alert_slower'] unless opts[:'alert_slower'].nil?
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -357,6 +357,7 @@ module StatusCake
|
|
357
357
|
# Updates an SSL check with the given parameters.
|
358
358
|
# @param test_id [String] SSL check ID
|
359
359
|
# @param [Hash] opts the optional parameters
|
360
|
+
# @option opts [String] :website_url URL of the server under test. Must begin with https://
|
360
361
|
# @option opts [SSLTestCheckRate] :check_rate
|
361
362
|
# @option opts [Array<Integer>] :alert_at List representing when alerts should be sent (days). Must be exactly 3 numerical values
|
362
363
|
# @option opts [Boolean] :alert_broken Whether to enable alerts when SSL certificate issues are found
|
@@ -378,6 +379,7 @@ module StatusCake
|
|
378
379
|
# Updates an SSL check with the given parameters.
|
379
380
|
# @param test_id [String] SSL check ID
|
380
381
|
# @param [Hash] opts the optional parameters
|
382
|
+
# @option opts [String] :website_url URL of the server under test. Must begin with https://
|
381
383
|
# @option opts [SSLTestCheckRate] :check_rate
|
382
384
|
# @option opts [Array<Integer>] :alert_at List representing when alerts should be sent (days). Must be exactly 3 numerical values
|
383
385
|
# @option opts [Boolean] :alert_broken Whether to enable alerts when SSL certificate issues are found
|
@@ -416,6 +418,7 @@ module StatusCake
|
|
416
418
|
|
417
419
|
# form parameters
|
418
420
|
form_params = opts[:form_params] || {}
|
421
|
+
form_params['website_url'] = opts[:'website_url'] unless opts[:'website_url'].nil?
|
419
422
|
form_params['check_rate'] = opts[:'check_rate'] unless opts[:'check_rate'].nil?
|
420
423
|
form_params['alert_at'] = @api_client.build_collection_param(opts[:'alert_at'], :csv) unless opts[:'alert_at'].nil?
|
421
424
|
form_params['alert_broken'] = opts[:'alert_broken'] unless opts[:'alert_broken'].nil?
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -726,6 +726,7 @@ module StatusCake
|
|
726
726
|
# @param test_id [String] Uptime check ID
|
727
727
|
# @param [Hash] opts the optional parameters
|
728
728
|
# @option opts [String] :name Name of the check
|
729
|
+
# @option opts [String] :website_url URL or IP address of the server under test
|
729
730
|
# @option opts [UptimeTestCheckRate] :check_rate
|
730
731
|
# @option opts [String] :basic_username Basic authentication username
|
731
732
|
# @option opts [String] :basic_password Basic authentication password
|
@@ -763,6 +764,7 @@ module StatusCake
|
|
763
764
|
# @param test_id [String] Uptime check ID
|
764
765
|
# @param [Hash] opts the optional parameters
|
765
766
|
# @option opts [String] :name Name of the check
|
767
|
+
# @option opts [String] :website_url URL or IP address of the server under test
|
766
768
|
# @option opts [UptimeTestCheckRate] :check_rate
|
767
769
|
# @option opts [String] :basic_username Basic authentication username
|
768
770
|
# @option opts [String] :basic_password Basic authentication password
|
@@ -845,6 +847,7 @@ module StatusCake
|
|
845
847
|
# form parameters
|
846
848
|
form_params = opts[:form_params] || {}
|
847
849
|
form_params['name'] = opts[:'name'] unless opts[:'name'].nil?
|
850
|
+
form_params['website_url'] = opts[:'website_url'] unless opts[:'website_url'].nil?
|
848
851
|
form_params['check_rate'] = opts[:'check_rate'] unless opts[:'check_rate'].nil?
|
849
852
|
form_params['basic_username'] = opts[:'basic_username'] unless opts[:'basic_username'].nil?
|
850
853
|
form_params['basic_password'] = opts[:'basic_password'] unless opts[:'basic_password'].nil?
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
data/lib/statuscake/api_error.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
data/lib/statuscake/version.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,11 +22,11 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
29
29
|
|
30
30
|
module StatusCake
|
31
|
-
VERSION = '1.0
|
31
|
+
VERSION = '1.1.0-beta.1'
|
32
32
|
end
|
data/lib/statuscake.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# StatusCake API
|
4
4
|
#
|
5
|
-
# Copyright (c)
|
5
|
+
# Copyright (c) 2023
|
6
6
|
#
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
# of this software and associated documentation files (the "Software"), to
|
@@ -22,7 +22,7 @@
|
|
22
22
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
23
23
|
# IN THE SOFTWARE.
|
24
24
|
#
|
25
|
-
# API version: 1.0
|
25
|
+
# API version: 1.1.0
|
26
26
|
# Contact: support@statuscake.com
|
27
27
|
#
|
28
28
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: statuscake-rb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.1.0.pre.beta.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- StatusCake
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-03-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -216,7 +216,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
216
216
|
- !ruby/object:Gem::Version
|
217
217
|
version: 1.3.1
|
218
218
|
requirements: []
|
219
|
-
rubygems_version: 3.3.
|
219
|
+
rubygems_version: 3.3.26
|
220
220
|
signing_key:
|
221
221
|
specification_version: 4
|
222
222
|
summary: StatusCake API client
|