statuscake-rb 1.0.0.pre.beta.4 → 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/LICENSE.md +21 -0
- data/README.md +71 -0
- data/lib/statuscake/api/contact_groups_api.rb +2 -2
- data/lib/statuscake/api/locations_api.rb +2 -5
- data/lib/statuscake/api/maintenance_windows_api.rb +2 -2
- data/lib/statuscake/api/pagespeed_api.rb +12 -2
- data/lib/statuscake/api/ssl_api.rb +5 -2
- data/lib/statuscake/api/uptime_api.rb +26 -2
- data/lib/statuscake/api_client.rb +2 -4
- data/lib/statuscake/api_error.rb +2 -2
- data/lib/statuscake/configuration.rb +2 -9
- 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 +3 -2
- metadata +5 -3
@@ -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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|