From 3cf0a4922be3b43c83747c520d4f68b0a0dbc0f3 Mon Sep 17 00:00:00 2001 From: YaSuenag <7421132+YaSuenag@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:05:09 +0000 Subject: [PATCH] Add Client API documents for WebAPI 1.0.0 --- .../1.0.0/java/allclasses-frame.html | 59 + .../1.0.0/java/allclasses-noframe.html | 59 + .../1.0.0/java/constant-values.html | 517 ++++ .../1.0.0/java/deprecated-list.html | 126 + .../carbonaware/webapi/ApiCallback.html | 321 +++ .../carbonaware/webapi/ApiClient.html | 2114 +++++++++++++++++ .../carbonaware/webapi/ApiException.html | 574 +++++ .../carbonaware/webapi/ApiResponse.html | 358 +++ .../carbonaware/webapi/Configuration.html | 347 +++ .../webapi/JSON.ByteArrayAdapter.html | 319 +++ .../webapi/JSON.DateTypeAdapter.html | 345 +++ .../webapi/JSON.LocalDateTypeAdapter.html | 344 +++ .../JSON.OffsetDateTimeTypeAdapter.html | 344 +++ .../webapi/JSON.SqlDateTypeAdapter.html | 346 +++ .../carbonaware/webapi/JSON.html | 475 ++++ .../carbonaware/webapi/Pair.html | 291 +++ .../webapi/ProgressRequestBody.html | 361 +++ .../webapi/ProgressResponseBody.html | 359 +++ .../webapi/ServerConfiguration.html | 378 +++ .../carbonaware/webapi/ServerVariable.html | 315 +++ .../carbonaware/webapi/StringUtil.html | 342 +++ .../carbonaware/webapi/auth/ApiKeyAuth.html | 389 +++ .../webapi/auth/Authentication.html | 252 ++ .../webapi/auth/HttpBasicAuth.html | 358 +++ .../webapi/auth/HttpBearerAuth.html | 369 +++ .../webapi/auth/class-use/ApiKeyAuth.html | 126 + .../webapi/auth/class-use/Authentication.html | 213 ++ .../webapi/auth/class-use/HttpBasicAuth.html | 126 + .../webapi/auth/class-use/HttpBearerAuth.html | 126 + .../webapi/auth/package-frame.html | 27 + .../webapi/auth/package-summary.html | 167 ++ .../carbonaware/webapi/auth/package-tree.html | 145 ++ .../carbonaware/webapi/auth/package-use.html | 178 ++ .../webapi/class-use/ApiCallback.html | 375 +++ .../webapi/class-use/ApiClient.html | 370 +++ .../webapi/class-use/ApiException.html | 589 +++++ .../webapi/class-use/ApiResponse.html | 252 ++ .../webapi/class-use/Configuration.html | 126 + .../class-use/JSON.ByteArrayAdapter.html | 126 + .../class-use/JSON.DateTypeAdapter.html | 126 + .../class-use/JSON.LocalDateTypeAdapter.html | 126 + .../JSON.OffsetDateTimeTypeAdapter.html | 126 + .../class-use/JSON.SqlDateTypeAdapter.html | 126 + .../carbonaware/webapi/class-use/JSON.html | 183 ++ .../carbonaware/webapi/class-use/Pair.html | 342 +++ .../webapi/class-use/ProgressRequestBody.html | 126 + .../class-use/ProgressResponseBody.html | 126 + .../webapi/class-use/ServerConfiguration.html | 192 ++ .../webapi/class-use/ServerVariable.html | 179 ++ .../webapi/class-use/StringUtil.html | 126 + .../webapi/client/CarbonAwareApi.html | 1468 ++++++++++++ .../webapi/client/LocationsApi.html | 474 ++++ .../client/class-use/CarbonAwareApi.html | 126 + .../webapi/client/class-use/LocationsApi.html | 126 + .../webapi/client/package-frame.html | 22 + .../webapi/client/package-summary.html | 148 ++ .../webapi/client/package-tree.html | 140 ++ .../webapi/client/package-use.html | 126 + .../carbonaware/webapi/package-frame.html | 43 + .../carbonaware/webapi/package-summary.html | 255 ++ .../carbonaware/webapi/package-tree.html | 178 ++ .../carbonaware/webapi/package-use.html | 252 ++ .../client-apidocs/1.0.0/java/help-doc.html | 231 ++ .../client-apidocs/1.0.0/java/index-all.html | 1770 ++++++++++++++ .../client-apidocs/1.0.0/java/index.html | 76 + .../client/model/AbstractOpenApiSchema.html | 437 ++++ ...arametersDTO.CustomTypeAdapterFactory.html | 288 +++ .../CarbonIntensityBatchParametersDTO.html | 649 +++++ ...IntensityDTO.CustomTypeAdapterFactory.html | 288 +++ .../client/model/CarbonIntensityDTO.html | 715 ++++++ ...missionsData.CustomTypeAdapterFactory.html | 288 +++ .../client/model/EmissionsData.html | 715 ++++++ ...sionsDataDTO.CustomTypeAdapterFactory.html | 288 +++ .../client/model/EmissionsDataDTO.html | 715 ++++++ ...arametersDTO.CustomTypeAdapterFactory.html | 288 +++ .../EmissionsForecastBatchParametersDTO.html | 781 ++++++ ...sForecastDTO.CustomTypeAdapterFactory.html | 288 +++ .../client/model/EmissionsForecastDTO.html | 1005 ++++++++ .../Location.CustomTypeAdapterFactory.html | 288 +++ .../openapitools/client/model/Location.html | 649 +++++ ...oblemDetails.CustomTypeAdapterFactory.html | 288 +++ .../model/ValidationProblemDetails.html | 930 ++++++++ .../class-use/AbstractOpenApiSchema.html | 126 + ...arametersDTO.CustomTypeAdapterFactory.html | 126 + .../CarbonIntensityBatchParametersDTO.html | 224 ++ ...IntensityDTO.CustomTypeAdapterFactory.html | 126 + .../model/class-use/CarbonIntensityDTO.html | 264 ++ ...missionsData.CustomTypeAdapterFactory.html | 126 + .../client/model/class-use/EmissionsData.html | 286 +++ ...sionsDataDTO.CustomTypeAdapterFactory.html | 126 + .../model/class-use/EmissionsDataDTO.html | 247 ++ ...arametersDTO.CustomTypeAdapterFactory.html | 126 + .../EmissionsForecastBatchParametersDTO.html | 232 ++ ...sForecastDTO.CustomTypeAdapterFactory.html | 126 + .../model/class-use/EmissionsForecastDTO.html | 282 +++ .../Location.CustomTypeAdapterFactory.html | 126 + .../client/model/class-use/Location.html | 225 ++ ...oblemDetails.CustomTypeAdapterFactory.html | 126 + .../class-use/ValidationProblemDetails.html | 204 ++ .../client/model/package-frame.html | 37 + .../client/model/package-summary.html | 226 ++ .../client/model/package-tree.html | 155 ++ .../client/model/package-use.html | 242 ++ .../1.0.0/java/overview-frame.html | 25 + .../1.0.0/java/overview-summary.html | 152 ++ .../1.0.0/java/overview-tree.html | 204 ++ .../client-apidocs/1.0.0/java/package-list | 4 + .../client-apidocs/1.0.0/java/script.js | 30 + .../1.0.0/java/serialized-form.html | 162 ++ .../client-apidocs/1.0.0/java/stylesheet.css | 574 +++++ .../1.0.0/npm/assets/hierarchy.js | 1 + .../1.0.0/npm/assets/highlight.css | 50 + .../client-apidocs/1.0.0/npm/assets/icons.js | 18 + .../client-apidocs/1.0.0/npm/assets/icons.svg | 1 + .../client-apidocs/1.0.0/npm/assets/main.js | 60 + .../1.0.0/npm/assets/navigation.js | 1 + .../client-apidocs/1.0.0/npm/assets/search.js | 1 + .../client-apidocs/1.0.0/npm/assets/style.css | 1610 +++++++++++++ .../1.0.0/npm/classes/CarbonAwareApi.html | 47 + .../1.0.0/npm/classes/Configuration.html | 42 + .../1.0.0/npm/classes/LocationsApi.html | 7 + .../CarbonAwareApiAxiosParamCreator.html | 6 + .../npm/functions/CarbonAwareApiFactory.html | 31 + .../1.0.0/npm/functions/CarbonAwareApiFp.html | 31 + .../LocationsApiAxiosParamCreator.html | 2 + .../npm/functions/LocationsApiFactory.html | 3 + .../1.0.0/npm/functions/LocationsApiFp.html | 3 + .../client-apidocs/1.0.0/npm/index.html | 33 + .../CarbonIntensityBatchParametersDTO.html | 11 + .../npm/interfaces/CarbonIntensityDTO.html | 14 + .../interfaces/ConfigurationParameters.html | 15 + .../1.0.0/npm/interfaces/EmissionsData.html | 10 + .../npm/interfaces/EmissionsDataDTO.html | 10 + .../EmissionsForecastBatchParametersDTO.html | 17 + .../npm/interfaces/EmissionsForecastDTO.html | 26 + .../1.0.0/npm/interfaces/Location.html | 8 + .../interfaces/ValidationProblemDetails.html | 14 + .../client-apidocs/1.0.0/npm/modules.html | 1 + 138 files changed, 36103 insertions(+) create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/allclasses-frame.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/allclasses-noframe.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/constant-values.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/deprecated-list.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ApiCallback.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ApiClient.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ApiException.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ApiResponse.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/Configuration.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.ByteArrayAdapter.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.DateTypeAdapter.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.LocalDateTypeAdapter.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.OffsetDateTimeTypeAdapter.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.SqlDateTypeAdapter.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/Pair.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ProgressRequestBody.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ProgressResponseBody.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ServerConfiguration.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ServerVariable.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/StringUtil.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/ApiKeyAuth.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/Authentication.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/HttpBasicAuth.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/HttpBearerAuth.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/class-use/ApiKeyAuth.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/class-use/Authentication.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/class-use/HttpBasicAuth.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/class-use/HttpBearerAuth.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/package-frame.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/package-summary.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/package-tree.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/package-use.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ApiCallback.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ApiClient.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ApiException.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ApiResponse.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/Configuration.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.ByteArrayAdapter.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.DateTypeAdapter.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.LocalDateTypeAdapter.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.OffsetDateTimeTypeAdapter.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.SqlDateTypeAdapter.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/Pair.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ProgressRequestBody.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ProgressResponseBody.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ServerConfiguration.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ServerVariable.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/StringUtil.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/CarbonAwareApi.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/LocationsApi.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/class-use/CarbonAwareApi.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/class-use/LocationsApi.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/package-frame.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/package-summary.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/package-tree.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/package-use.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/package-frame.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/package-summary.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/package-tree.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/package-use.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/help-doc.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/index-all.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/index.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/AbstractOpenApiSchema.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/CarbonIntensityBatchParametersDTO.CustomTypeAdapterFactory.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/CarbonIntensityBatchParametersDTO.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/CarbonIntensityDTO.CustomTypeAdapterFactory.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/CarbonIntensityDTO.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsData.CustomTypeAdapterFactory.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsData.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsDataDTO.CustomTypeAdapterFactory.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsDataDTO.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsForecastBatchParametersDTO.CustomTypeAdapterFactory.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsForecastBatchParametersDTO.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsForecastDTO.CustomTypeAdapterFactory.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsForecastDTO.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/Location.CustomTypeAdapterFactory.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/Location.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/ValidationProblemDetails.CustomTypeAdapterFactory.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/ValidationProblemDetails.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/AbstractOpenApiSchema.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/CarbonIntensityBatchParametersDTO.CustomTypeAdapterFactory.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/CarbonIntensityBatchParametersDTO.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/CarbonIntensityDTO.CustomTypeAdapterFactory.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/CarbonIntensityDTO.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsData.CustomTypeAdapterFactory.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsData.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsDataDTO.CustomTypeAdapterFactory.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsDataDTO.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsForecastBatchParametersDTO.CustomTypeAdapterFactory.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsForecastBatchParametersDTO.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsForecastDTO.CustomTypeAdapterFactory.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsForecastDTO.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/Location.CustomTypeAdapterFactory.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/Location.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/ValidationProblemDetails.CustomTypeAdapterFactory.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/ValidationProblemDetails.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/package-frame.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/package-summary.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/package-tree.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/package-use.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/overview-frame.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/overview-summary.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/overview-tree.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/package-list create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/script.js create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/serialized-form.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/java/stylesheet.css create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/assets/hierarchy.js create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/assets/highlight.css create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/assets/icons.js create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/assets/icons.svg create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/assets/main.js create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/assets/navigation.js create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/assets/search.js create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/assets/style.css create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/classes/CarbonAwareApi.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/classes/Configuration.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/classes/LocationsApi.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/functions/CarbonAwareApiAxiosParamCreator.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/functions/CarbonAwareApiFactory.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/functions/CarbonAwareApiFp.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/functions/LocationsApiAxiosParamCreator.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/functions/LocationsApiFactory.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/functions/LocationsApiFp.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/index.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/CarbonIntensityBatchParametersDTO.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/CarbonIntensityDTO.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/ConfigurationParameters.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/EmissionsData.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/EmissionsDataDTO.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/EmissionsForecastBatchParametersDTO.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/EmissionsForecastDTO.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/Location.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/ValidationProblemDetails.html create mode 100644 casdk-docs/static/client-apidocs/1.0.0/npm/modules.html diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/allclasses-frame.html b/casdk-docs/static/client-apidocs/1.0.0/java/allclasses-frame.html new file mode 100644 index 000000000..d16cd609f --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/allclasses-frame.html @@ -0,0 +1,59 @@ + + + + + + +All Classes (casdk-client 1.0.0 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/allclasses-noframe.html b/casdk-docs/static/client-apidocs/1.0.0/java/allclasses-noframe.html new file mode 100644 index 000000000..99f3eb6f4 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/allclasses-noframe.html @@ -0,0 +1,59 @@ + + + + + + +All Classes (casdk-client 1.0.0 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/constant-values.html b/casdk-docs/static/client-apidocs/1.0.0/java/constant-values.html new file mode 100644 index 000000000..ebc6c2c08 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/constant-values.html @@ -0,0 +1,517 @@ + + + + + + +Constant Field Values (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

foundation.greensoftware.*

+ + + + +

org.openapitools.*

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/deprecated-list.html b/casdk-docs/static/client-apidocs/1.0.0/java/deprecated-list.html new file mode 100644 index 000000000..6ccf7a78f --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/deprecated-list.html @@ -0,0 +1,126 @@ + + + + + + +Deprecated List (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ApiCallback.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ApiCallback.html new file mode 100644 index 000000000..ec279039d --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ApiCallback.html @@ -0,0 +1,321 @@ + + + + + + +ApiCallback (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi
+

Interface ApiCallback<T>

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ApiClient.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ApiClient.html new file mode 100644 index 000000000..88d4c8f2c --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ApiClient.html @@ -0,0 +1,2114 @@ + + + + + + +ApiClient (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi
+

Class ApiClient

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ApiException.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ApiException.html new file mode 100644 index 000000000..a649762d8 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ApiException.html @@ -0,0 +1,574 @@ + + + + + + +ApiException (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi
+

Class ApiException

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ApiResponse.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ApiResponse.html new file mode 100644 index 000000000..b7f42783f --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ApiResponse.html @@ -0,0 +1,358 @@ + + + + + + +ApiResponse (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi
+

Class ApiResponse<T>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/Configuration.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/Configuration.html new file mode 100644 index 000000000..4b6d24d40 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/Configuration.html @@ -0,0 +1,347 @@ + + + + + + +Configuration (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi
+

Class Configuration

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.ByteArrayAdapter.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.ByteArrayAdapter.html new file mode 100644 index 000000000..99a231928 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.ByteArrayAdapter.html @@ -0,0 +1,319 @@ + + + + + + +JSON.ByteArrayAdapter (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi
+

Class JSON.ByteArrayAdapter

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.DateTypeAdapter.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.DateTypeAdapter.html new file mode 100644 index 000000000..606dde062 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.DateTypeAdapter.html @@ -0,0 +1,345 @@ + + + + + + +JSON.DateTypeAdapter (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi
+

Class JSON.DateTypeAdapter

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.LocalDateTypeAdapter.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.LocalDateTypeAdapter.html new file mode 100644 index 000000000..7409d4335 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.LocalDateTypeAdapter.html @@ -0,0 +1,344 @@ + + + + + + +JSON.LocalDateTypeAdapter (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi
+

Class JSON.LocalDateTypeAdapter

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.OffsetDateTimeTypeAdapter.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.OffsetDateTimeTypeAdapter.html new file mode 100644 index 000000000..5bfd4193d --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.OffsetDateTimeTypeAdapter.html @@ -0,0 +1,344 @@ + + + + + + +JSON.OffsetDateTimeTypeAdapter (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi
+

Class JSON.OffsetDateTimeTypeAdapter

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.SqlDateTypeAdapter.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.SqlDateTypeAdapter.html new file mode 100644 index 000000000..9f86a129d --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.SqlDateTypeAdapter.html @@ -0,0 +1,346 @@ + + + + + + +JSON.SqlDateTypeAdapter (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi
+

Class JSON.SqlDateTypeAdapter

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.html new file mode 100644 index 000000000..b8aa6efb6 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/JSON.html @@ -0,0 +1,475 @@ + + + + + + +JSON (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi
+

Class JSON

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/Pair.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/Pair.html new file mode 100644 index 000000000..67cd057b5 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/Pair.html @@ -0,0 +1,291 @@ + + + + + + +Pair (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi
+

Class Pair

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ProgressRequestBody.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ProgressRequestBody.html new file mode 100644 index 000000000..68f772b4d --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ProgressRequestBody.html @@ -0,0 +1,361 @@ + + + + + + +ProgressRequestBody (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi
+

Class ProgressRequestBody

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ProgressResponseBody.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ProgressResponseBody.html new file mode 100644 index 000000000..4e1dfe3bf --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ProgressResponseBody.html @@ -0,0 +1,359 @@ + + + + + + +ProgressResponseBody (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi
+

Class ProgressResponseBody

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ServerConfiguration.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ServerConfiguration.html new file mode 100644 index 000000000..e814e0c90 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ServerConfiguration.html @@ -0,0 +1,378 @@ + + + + + + +ServerConfiguration (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi
+

Class ServerConfiguration

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ServerVariable.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ServerVariable.html new file mode 100644 index 000000000..d557487b9 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/ServerVariable.html @@ -0,0 +1,315 @@ + + + + + + +ServerVariable (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi
+

Class ServerVariable

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/StringUtil.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/StringUtil.html new file mode 100644 index 000000000..1f56d429b --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/StringUtil.html @@ -0,0 +1,342 @@ + + + + + + +StringUtil (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi
+

Class StringUtil

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/ApiKeyAuth.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/ApiKeyAuth.html new file mode 100644 index 000000000..fa05c2f35 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/ApiKeyAuth.html @@ -0,0 +1,389 @@ + + + + + + +ApiKeyAuth (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi.auth
+

Class ApiKeyAuth

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/Authentication.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/Authentication.html new file mode 100644 index 000000000..2a6bc1d95 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/Authentication.html @@ -0,0 +1,252 @@ + + + + + + +Authentication (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi.auth
+

Interface Authentication

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/HttpBasicAuth.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/HttpBasicAuth.html new file mode 100644 index 000000000..b646bd8aa --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/HttpBasicAuth.html @@ -0,0 +1,358 @@ + + + + + + +HttpBasicAuth (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi.auth
+

Class HttpBasicAuth

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/HttpBearerAuth.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/HttpBearerAuth.html new file mode 100644 index 000000000..46351f49b --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/HttpBearerAuth.html @@ -0,0 +1,369 @@ + + + + + + +HttpBearerAuth (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi.auth
+

Class HttpBearerAuth

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/class-use/ApiKeyAuth.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/class-use/ApiKeyAuth.html new file mode 100644 index 000000000..3fcdbacec --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/class-use/ApiKeyAuth.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.auth.ApiKeyAuth (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.auth.ApiKeyAuth

+
+
No usage of foundation.greensoftware.carbonaware.webapi.auth.ApiKeyAuth
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/class-use/Authentication.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/class-use/Authentication.html new file mode 100644 index 000000000..8bdc8e4a5 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/class-use/Authentication.html @@ -0,0 +1,213 @@ + + + + + + +Uses of Interface foundation.greensoftware.carbonaware.webapi.auth.Authentication (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
foundation.greensoftware.carbonaware.webapi.auth.Authentication

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/class-use/HttpBasicAuth.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/class-use/HttpBasicAuth.html new file mode 100644 index 000000000..88245f5a5 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/class-use/HttpBasicAuth.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.auth.HttpBasicAuth (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.auth.HttpBasicAuth

+
+
No usage of foundation.greensoftware.carbonaware.webapi.auth.HttpBasicAuth
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/class-use/HttpBearerAuth.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/class-use/HttpBearerAuth.html new file mode 100644 index 000000000..760fbcb8f --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/class-use/HttpBearerAuth.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.auth.HttpBearerAuth (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.auth.HttpBearerAuth

+
+
No usage of foundation.greensoftware.carbonaware.webapi.auth.HttpBearerAuth
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/package-frame.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/package-frame.html new file mode 100644 index 000000000..43f79ccdb --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/package-frame.html @@ -0,0 +1,27 @@ + + + + + + +foundation.greensoftware.carbonaware.webapi.auth (casdk-client 1.0.0 API) + + + + + +

foundation.greensoftware.carbonaware.webapi.auth

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/package-summary.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/package-summary.html new file mode 100644 index 000000000..78168d7a4 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/package-summary.html @@ -0,0 +1,167 @@ + + + + + + +foundation.greensoftware.carbonaware.webapi.auth (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package foundation.greensoftware.carbonaware.webapi.auth

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/package-tree.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/package-tree.html new file mode 100644 index 000000000..a6128d284 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/package-tree.html @@ -0,0 +1,145 @@ + + + + + + +foundation.greensoftware.carbonaware.webapi.auth Class Hierarchy (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package foundation.greensoftware.carbonaware.webapi.auth

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/package-use.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/package-use.html new file mode 100644 index 000000000..c61310790 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/auth/package-use.html @@ -0,0 +1,178 @@ + + + + + + +Uses of Package foundation.greensoftware.carbonaware.webapi.auth (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
foundation.greensoftware.carbonaware.webapi.auth

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ApiCallback.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ApiCallback.html new file mode 100644 index 000000000..bdeadc636 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ApiCallback.html @@ -0,0 +1,375 @@ + + + + + + +Uses of Interface foundation.greensoftware.carbonaware.webapi.ApiCallback (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
foundation.greensoftware.carbonaware.webapi.ApiCallback

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ApiClient.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ApiClient.html new file mode 100644 index 000000000..a716623a3 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ApiClient.html @@ -0,0 +1,370 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.ApiClient (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.ApiClient

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ApiException.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ApiException.html new file mode 100644 index 000000000..d40b0fe04 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ApiException.html @@ -0,0 +1,589 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.ApiException (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.ApiException

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ApiResponse.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ApiResponse.html new file mode 100644 index 000000000..ee1c49544 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ApiResponse.html @@ -0,0 +1,252 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.ApiResponse (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.ApiResponse

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/Configuration.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/Configuration.html new file mode 100644 index 000000000..e5cc72185 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/Configuration.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.Configuration (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.Configuration

+
+
No usage of foundation.greensoftware.carbonaware.webapi.Configuration
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.ByteArrayAdapter.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.ByteArrayAdapter.html new file mode 100644 index 000000000..5fb530b9c --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.ByteArrayAdapter.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.JSON.ByteArrayAdapter (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.JSON.ByteArrayAdapter

+
+
No usage of foundation.greensoftware.carbonaware.webapi.JSON.ByteArrayAdapter
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.DateTypeAdapter.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.DateTypeAdapter.html new file mode 100644 index 000000000..0b023476a --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.DateTypeAdapter.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.JSON.DateTypeAdapter (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.JSON.DateTypeAdapter

+
+
No usage of foundation.greensoftware.carbonaware.webapi.JSON.DateTypeAdapter
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.LocalDateTypeAdapter.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.LocalDateTypeAdapter.html new file mode 100644 index 000000000..f55e4cca8 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.LocalDateTypeAdapter.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.JSON.LocalDateTypeAdapter (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.JSON.LocalDateTypeAdapter

+
+
No usage of foundation.greensoftware.carbonaware.webapi.JSON.LocalDateTypeAdapter
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.OffsetDateTimeTypeAdapter.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.OffsetDateTimeTypeAdapter.html new file mode 100644 index 000000000..f404b20d1 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.OffsetDateTimeTypeAdapter.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.JSON.OffsetDateTimeTypeAdapter (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.JSON.OffsetDateTimeTypeAdapter

+
+
No usage of foundation.greensoftware.carbonaware.webapi.JSON.OffsetDateTimeTypeAdapter
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.SqlDateTypeAdapter.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.SqlDateTypeAdapter.html new file mode 100644 index 000000000..f5a0129f3 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.SqlDateTypeAdapter.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.JSON.SqlDateTypeAdapter (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.JSON.SqlDateTypeAdapter

+
+
No usage of foundation.greensoftware.carbonaware.webapi.JSON.SqlDateTypeAdapter
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.html new file mode 100644 index 000000000..2589bd267 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/JSON.html @@ -0,0 +1,183 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.JSON (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.JSON

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/Pair.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/Pair.html new file mode 100644 index 000000000..6d4991cde --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/Pair.html @@ -0,0 +1,342 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.Pair (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.Pair

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ProgressRequestBody.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ProgressRequestBody.html new file mode 100644 index 000000000..b71a95f65 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ProgressRequestBody.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.ProgressRequestBody (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.ProgressRequestBody

+
+
No usage of foundation.greensoftware.carbonaware.webapi.ProgressRequestBody
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ProgressResponseBody.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ProgressResponseBody.html new file mode 100644 index 000000000..2e7c64e88 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ProgressResponseBody.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.ProgressResponseBody (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.ProgressResponseBody

+
+
No usage of foundation.greensoftware.carbonaware.webapi.ProgressResponseBody
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ServerConfiguration.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ServerConfiguration.html new file mode 100644 index 000000000..c28f02f9f --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ServerConfiguration.html @@ -0,0 +1,192 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.ServerConfiguration (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.ServerConfiguration

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ServerVariable.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ServerVariable.html new file mode 100644 index 000000000..a2c7f90ab --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/ServerVariable.html @@ -0,0 +1,179 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.ServerVariable (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.ServerVariable

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/StringUtil.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/StringUtil.html new file mode 100644 index 000000000..d148aa318 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/class-use/StringUtil.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.StringUtil (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.StringUtil

+
+
No usage of foundation.greensoftware.carbonaware.webapi.StringUtil
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/CarbonAwareApi.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/CarbonAwareApi.html new file mode 100644 index 000000000..762858ed7 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/CarbonAwareApi.html @@ -0,0 +1,1468 @@ + + + + + + +CarbonAwareApi (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi.client
+

Class CarbonAwareApi

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/LocationsApi.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/LocationsApi.html new file mode 100644 index 000000000..f38d2de5e --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/LocationsApi.html @@ -0,0 +1,474 @@ + + + + + + +LocationsApi (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
foundation.greensoftware.carbonaware.webapi.client
+

Class LocationsApi

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/class-use/CarbonAwareApi.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/class-use/CarbonAwareApi.html new file mode 100644 index 000000000..9ceb6fa53 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/class-use/CarbonAwareApi.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi

+
+
No usage of foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/class-use/LocationsApi.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/class-use/LocationsApi.html new file mode 100644 index 000000000..123456030 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/class-use/LocationsApi.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class foundation.greensoftware.carbonaware.webapi.client.LocationsApi (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
foundation.greensoftware.carbonaware.webapi.client.LocationsApi

+
+
No usage of foundation.greensoftware.carbonaware.webapi.client.LocationsApi
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/package-frame.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/package-frame.html new file mode 100644 index 000000000..8c5f6b921 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +foundation.greensoftware.carbonaware.webapi.client (casdk-client 1.0.0 API) + + + + + +

foundation.greensoftware.carbonaware.webapi.client

+
+

Classes

+ +
+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/package-summary.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/package-summary.html new file mode 100644 index 000000000..841a61489 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/package-summary.html @@ -0,0 +1,148 @@ + + + + + + +foundation.greensoftware.carbonaware.webapi.client (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package foundation.greensoftware.carbonaware.webapi.client

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/package-tree.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/package-tree.html new file mode 100644 index 000000000..046e078e5 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/package-tree.html @@ -0,0 +1,140 @@ + + + + + + +foundation.greensoftware.carbonaware.webapi.client Class Hierarchy (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package foundation.greensoftware.carbonaware.webapi.client

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/package-use.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/package-use.html new file mode 100644 index 000000000..e7b37a4d4 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/client/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package foundation.greensoftware.carbonaware.webapi.client (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
foundation.greensoftware.carbonaware.webapi.client

+
+
No usage of foundation.greensoftware.carbonaware.webapi.client
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/package-frame.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/package-frame.html new file mode 100644 index 000000000..70dc08b66 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/package-frame.html @@ -0,0 +1,43 @@ + + + + + + +foundation.greensoftware.carbonaware.webapi (casdk-client 1.0.0 API) + + + + + +

foundation.greensoftware.carbonaware.webapi

+
+

Interfaces

+ +

Classes

+ +

Exceptions

+ +
+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/package-summary.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/package-summary.html new file mode 100644 index 000000000..93f753556 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/package-summary.html @@ -0,0 +1,255 @@ + + + + + + +foundation.greensoftware.carbonaware.webapi (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package foundation.greensoftware.carbonaware.webapi

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/package-tree.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/package-tree.html new file mode 100644 index 000000000..6a16dbad0 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/package-tree.html @@ -0,0 +1,178 @@ + + + + + + +foundation.greensoftware.carbonaware.webapi Class Hierarchy (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package foundation.greensoftware.carbonaware.webapi

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/package-use.html b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/package-use.html new file mode 100644 index 000000000..c64f38775 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/foundation/greensoftware/carbonaware/webapi/package-use.html @@ -0,0 +1,252 @@ + + + + + + +Uses of Package foundation.greensoftware.carbonaware.webapi (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
foundation.greensoftware.carbonaware.webapi

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/help-doc.html b/casdk-docs/static/client-apidocs/1.0.0/java/help-doc.html new file mode 100644 index 000000000..d77182779 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +API Help (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/index-all.html b/casdk-docs/static/client-apidocs/1.0.0/java/index-all.html new file mode 100644 index 000000000..31a981a18 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/index-all.html @@ -0,0 +1,1770 @@ + + + + + + +Index (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I J L N O P R S T U V W  + + +

A

+
+
AbstractOpenApiSchema - Class in org.openapitools.client.model
+
+
Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
+
+
AbstractOpenApiSchema(String, Boolean) - Constructor for class org.openapitools.client.model.AbstractOpenApiSchema
+
 
+
addDefaultCookie(String, String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Add a default cookie.
+
+
addDefaultHeader(String, String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Add a default header.
+
+
addForecastDataItem(EmissionsDataDTO) - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
addOptimalDataPointsItem(EmissionsDataDTO) - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
ApiCallback<T> - Interface in foundation.greensoftware.carbonaware.webapi
+
+
Callback for asynchronous API call.
+
+
ApiClient - Class in foundation.greensoftware.carbonaware.webapi
+
+
ApiClient class.
+
+
ApiClient() - Constructor for class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Basic constructor for ApiClient
+
+
ApiClient(OkHttpClient) - Constructor for class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Basic constructor with custom OkHttpClient
+
+
ApiException - Exception in foundation.greensoftware.carbonaware.webapi
+
+
ApiException class.
+
+
ApiException() - Constructor for exception foundation.greensoftware.carbonaware.webapi.ApiException
+
+
Constructor for ApiException.
+
+
ApiException(Throwable) - Constructor for exception foundation.greensoftware.carbonaware.webapi.ApiException
+
+
Constructor for ApiException.
+
+
ApiException(String) - Constructor for exception foundation.greensoftware.carbonaware.webapi.ApiException
+
+
Constructor for ApiException.
+
+
ApiException(String, Throwable, int, Map<String, List<String>>, String) - Constructor for exception foundation.greensoftware.carbonaware.webapi.ApiException
+
+
Constructor for ApiException.
+
+
ApiException(String, int, Map<String, List<String>>, String) - Constructor for exception foundation.greensoftware.carbonaware.webapi.ApiException
+
+
Constructor for ApiException.
+
+
ApiException(String, Throwable, int, Map<String, List<String>>) - Constructor for exception foundation.greensoftware.carbonaware.webapi.ApiException
+
+
Constructor for ApiException.
+
+
ApiException(int, Map<String, List<String>>, String) - Constructor for exception foundation.greensoftware.carbonaware.webapi.ApiException
+
+
Constructor for ApiException.
+
+
ApiException(int, String) - Constructor for exception foundation.greensoftware.carbonaware.webapi.ApiException
+
+
Constructor for ApiException.
+
+
ApiException(int, String, Map<String, List<String>>, String) - Constructor for exception foundation.greensoftware.carbonaware.webapi.ApiException
+
+
Constructor for ApiException.
+
+
ApiKeyAuth - Class in foundation.greensoftware.carbonaware.webapi.auth
+
 
+
ApiKeyAuth(String, String) - Constructor for class foundation.greensoftware.carbonaware.webapi.auth.ApiKeyAuth
+
 
+
ApiResponse<T> - Class in foundation.greensoftware.carbonaware.webapi
+
+
API response returned by API call.
+
+
ApiResponse(int, Map<String, List<String>>) - Constructor for class foundation.greensoftware.carbonaware.webapi.ApiResponse
+
+
Constructor for ApiResponse.
+
+
ApiResponse(int, Map<String, List<String>>, T) - Constructor for class foundation.greensoftware.carbonaware.webapi.ApiResponse
+
+
Constructor for ApiResponse.
+
+
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class foundation.greensoftware.carbonaware.webapi.auth.ApiKeyAuth
+
 
+
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in interface foundation.greensoftware.carbonaware.webapi.auth.Authentication
+
+
Apply authentication settings to header and query params.
+
+
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class foundation.greensoftware.carbonaware.webapi.auth.HttpBasicAuth
+
 
+
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class foundation.greensoftware.carbonaware.webapi.auth.HttpBearerAuth
+
 
+
Authentication - Interface in foundation.greensoftware.carbonaware.webapi.auth
+
 
+
+ + + +

B

+
+
batchForecastDataAsync(List<EmissionsForecastBatchParametersDTO>) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Given an array of historical forecasts, retrieves the data that contains forecasts metadata, the optimal forecast and a range of forecasts filtered by the attributes [start...end] if provided.
+
+
batchForecastDataAsyncAsync(List<EmissionsForecastBatchParametersDTO>, ApiCallback<List<EmissionsForecastDTO>>) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Given an array of historical forecasts, retrieves the data that contains forecasts metadata, the optimal forecast and a range of forecasts filtered by the attributes [start...end] if provided.
+
+
batchForecastDataAsyncCall(List<EmissionsForecastBatchParametersDTO>, ApiCallback) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Build call for batchForecastDataAsync
+
+
batchForecastDataAsyncWithHttpInfo(List<EmissionsForecastBatchParametersDTO>) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Given an array of historical forecasts, retrieves the data that contains forecasts metadata, the optimal forecast and a range of forecasts filtered by the attributes [start...end] if provided.
+
+
buildCall(String, String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, String>, Map<String, Object>, String[], ApiCallback) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Build HTTP call with the given options.
+
+
buildRequest(String, String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, String>, Map<String, Object>, String[], ApiCallback) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Build an HTTP request with the given options.
+
+
buildRequestBodyFormEncoding(Map<String, Object>) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Build a form-encoding request body with the given form parameters.
+
+
buildRequestBodyMultipart(Map<String, Object>) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Build a multipart (file uploading) request body with the given form parameters, + which could contain text fields and file fields.
+
+
buildUrl(String, String, List<Pair>, List<Pair>) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Build full URL by concatenating base path, the given sub path and query parameters.
+
+
ByteArrayAdapter() - Constructor for class foundation.greensoftware.carbonaware.webapi.JSON.ByteArrayAdapter
+
 
+
+ + + +

C

+
+
CarbonAwareApi - Class in foundation.greensoftware.carbonaware.webapi.client
+
 
+
CarbonAwareApi() - Constructor for class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
 
+
CarbonAwareApi(ApiClient) - Constructor for class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
 
+
carbonIntensity(Double) - Method in class org.openapitools.client.model.CarbonIntensityDTO
+
 
+
CarbonIntensityBatchParametersDTO - Class in org.openapitools.client.model
+
+
CarbonIntensityBatchParametersDTO
+
+
CarbonIntensityBatchParametersDTO() - Constructor for class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
 
+
CarbonIntensityBatchParametersDTO.CustomTypeAdapterFactory - Class in org.openapitools.client.model
+
 
+
CarbonIntensityDTO - Class in org.openapitools.client.model
+
+
CarbonIntensityDTO
+
+
CarbonIntensityDTO() - Constructor for class org.openapitools.client.model.CarbonIntensityDTO
+
 
+
CarbonIntensityDTO.CustomTypeAdapterFactory - Class in org.openapitools.client.model
+
 
+
collectionPathParameterToString(String, Collection) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Formats the specified collection path parameter to a string value.
+
+
Configuration - Class in foundation.greensoftware.carbonaware.webapi
+
 
+
Configuration() - Constructor for class foundation.greensoftware.carbonaware.webapi.Configuration
+
 
+
containsIgnoreCase(String[], String) - Static method in class foundation.greensoftware.carbonaware.webapi.StringUtil
+
+
Check if the given array contains the given value (with case-insensitive comparison).
+
+
contentLength() - Method in class foundation.greensoftware.carbonaware.webapi.ProgressRequestBody
+
 
+
contentLength() - Method in class foundation.greensoftware.carbonaware.webapi.ProgressResponseBody
+
 
+
contentType() - Method in class foundation.greensoftware.carbonaware.webapi.ProgressRequestBody
+
 
+
contentType() - Method in class foundation.greensoftware.carbonaware.webapi.ProgressResponseBody
+
 
+
create(Gson, TypeToken<T>) - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO.CustomTypeAdapterFactory
+
 
+
create(Gson, TypeToken<T>) - Method in class org.openapitools.client.model.CarbonIntensityDTO.CustomTypeAdapterFactory
+
 
+
create(Gson, TypeToken<T>) - Method in class org.openapitools.client.model.EmissionsData.CustomTypeAdapterFactory
+
 
+
create(Gson, TypeToken<T>) - Method in class org.openapitools.client.model.EmissionsDataDTO.CustomTypeAdapterFactory
+
 
+
create(Gson, TypeToken<T>) - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO.CustomTypeAdapterFactory
+
 
+
create(Gson, TypeToken<T>) - Method in class org.openapitools.client.model.EmissionsForecastDTO.CustomTypeAdapterFactory
+
 
+
create(Gson, TypeToken<T>) - Method in class org.openapitools.client.model.Location.CustomTypeAdapterFactory
+
 
+
create(Gson, TypeToken<T>) - Method in class org.openapitools.client.model.ValidationProblemDetails.CustomTypeAdapterFactory
+
 
+
createGson() - Static method in class foundation.greensoftware.carbonaware.webapi.JSON
+
 
+
CustomTypeAdapterFactory() - Constructor for class org.openapitools.client.model.CarbonIntensityBatchParametersDTO.CustomTypeAdapterFactory
+
 
+
CustomTypeAdapterFactory() - Constructor for class org.openapitools.client.model.CarbonIntensityDTO.CustomTypeAdapterFactory
+
 
+
CustomTypeAdapterFactory() - Constructor for class org.openapitools.client.model.EmissionsData.CustomTypeAdapterFactory
+
 
+
CustomTypeAdapterFactory() - Constructor for class org.openapitools.client.model.EmissionsDataDTO.CustomTypeAdapterFactory
+
 
+
CustomTypeAdapterFactory() - Constructor for class org.openapitools.client.model.EmissionsForecastBatchParametersDTO.CustomTypeAdapterFactory
+
 
+
CustomTypeAdapterFactory() - Constructor for class org.openapitools.client.model.EmissionsForecastDTO.CustomTypeAdapterFactory
+
 
+
CustomTypeAdapterFactory() - Constructor for class org.openapitools.client.model.Location.CustomTypeAdapterFactory
+
 
+
CustomTypeAdapterFactory() - Constructor for class org.openapitools.client.model.ValidationProblemDetails.CustomTypeAdapterFactory
+
 
+
+ + + +

D

+
+
dataEndAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
dataEndAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
dataStartAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
dataStartAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
DateTypeAdapter() - Constructor for class foundation.greensoftware.carbonaware.webapi.JSON.DateTypeAdapter
+
 
+
DateTypeAdapter(DateFormat) - Constructor for class foundation.greensoftware.carbonaware.webapi.JSON.DateTypeAdapter
+
 
+
defaultValue - Variable in class foundation.greensoftware.carbonaware.webapi.ServerVariable
+
 
+
description - Variable in class foundation.greensoftware.carbonaware.webapi.ServerConfiguration
+
 
+
description - Variable in class foundation.greensoftware.carbonaware.webapi.ServerVariable
+
 
+
deserialize(Response, Type) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Deserialize response body to Java object, according to the return type and + the Content-Type response header.
+
+
deserialize(String, Type) - Static method in class foundation.greensoftware.carbonaware.webapi.JSON
+
+
Deserialize the given JSON string to Java object.
+
+
detail(String) - Method in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
downloadFileFromResponse(Response) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Download file from the given response.
+
+
duration(String) - Method in class org.openapitools.client.model.EmissionsData
+
 
+
duration(Integer) - Method in class org.openapitools.client.model.EmissionsDataDTO
+
 
+
+ + + +

E

+
+
EmissionsData - Class in org.openapitools.client.model
+
+
EmissionsData
+
+
EmissionsData() - Constructor for class org.openapitools.client.model.EmissionsData
+
 
+
EmissionsData.CustomTypeAdapterFactory - Class in org.openapitools.client.model
+
 
+
EmissionsDataDTO - Class in org.openapitools.client.model
+
+
EmissionsDataDTO
+
+
EmissionsDataDTO() - Constructor for class org.openapitools.client.model.EmissionsDataDTO
+
 
+
EmissionsDataDTO.CustomTypeAdapterFactory - Class in org.openapitools.client.model
+
 
+
EmissionsForecastBatchParametersDTO - Class in org.openapitools.client.model
+
+
EmissionsForecastBatchParametersDTO
+
+
EmissionsForecastBatchParametersDTO() - Constructor for class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
EmissionsForecastBatchParametersDTO.CustomTypeAdapterFactory - Class in org.openapitools.client.model
+
 
+
EmissionsForecastDTO - Class in org.openapitools.client.model
+
+
EmissionsForecastDTO
+
+
EmissionsForecastDTO() - Constructor for class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
EmissionsForecastDTO.CustomTypeAdapterFactory - Class in org.openapitools.client.model
+
 
+
endTime(OffsetDateTime) - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
 
+
endTime(OffsetDateTime) - Method in class org.openapitools.client.model.CarbonIntensityDTO
+
 
+
enumValues - Variable in class foundation.greensoftware.carbonaware.webapi.ServerVariable
+
 
+
equals(Object) - Method in class org.openapitools.client.model.AbstractOpenApiSchema
+
 
+
equals(Object) - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
 
+
equals(Object) - Method in class org.openapitools.client.model.CarbonIntensityDTO
+
 
+
equals(Object) - Method in class org.openapitools.client.model.EmissionsData
+
 
+
equals(Object) - Method in class org.openapitools.client.model.EmissionsDataDTO
+
 
+
equals(Object) - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
equals(Object) - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
equals(Object) - Method in class org.openapitools.client.model.Location
+
 
+
equals(Object) - Method in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
errors(Map<String, List<String>>) - Method in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
escapeString(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Escape the given string to be used as URL query value.
+
+
execute(Call) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+ +
+
execute(Call, Type) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Execute HTTP call and deserialize the HTTP response body into the given return type.
+
+
executeAsync(Call, ApiCallback<T>) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+ +
+
executeAsync(Call, Type, ApiCallback<T>) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Execute HTTP call asynchronously.
+
+
+ + + +

F

+
+
forecastData(List<EmissionsDataDTO>) - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
foundation.greensoftware.carbonaware.webapi - package foundation.greensoftware.carbonaware.webapi
+
 
+
foundation.greensoftware.carbonaware.webapi.auth - package foundation.greensoftware.carbonaware.webapi.auth
+
 
+
foundation.greensoftware.carbonaware.webapi.client - package foundation.greensoftware.carbonaware.webapi.client
+
 
+
freeFormParameterToPairs(Object) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Formats the specified free-form query parameters to a list of Pair objects.
+
+
fromJson(String) - Static method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
+
Create an instance of CarbonIntensityBatchParametersDTO given an JSON string
+
+
fromJson(String) - Static method in class org.openapitools.client.model.CarbonIntensityDTO
+
+
Create an instance of CarbonIntensityDTO given an JSON string
+
+
fromJson(String) - Static method in class org.openapitools.client.model.EmissionsData
+
+
Create an instance of EmissionsData given an JSON string
+
+
fromJson(String) - Static method in class org.openapitools.client.model.EmissionsDataDTO
+
+
Create an instance of EmissionsDataDTO given an JSON string
+
+
fromJson(String) - Static method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
+
Create an instance of EmissionsForecastBatchParametersDTO given an JSON string
+
+
fromJson(String) - Static method in class org.openapitools.client.model.EmissionsForecastDTO
+
+
Create an instance of EmissionsForecastDTO given an JSON string
+
+
fromJson(String) - Static method in class org.openapitools.client.model.Location
+
+
Create an instance of Location given an JSON string
+
+
fromJson(String) - Static method in class org.openapitools.client.model.ValidationProblemDetails
+
+
Create an instance of ValidationProblemDetails given an JSON string
+
+
+ + + +

G

+
+
generatedAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
getActualInstance() - Method in class org.openapitools.client.model.AbstractOpenApiSchema
+
+
Get the actual instance
+
+
getActualInstanceRecursively() - Method in class org.openapitools.client.model.AbstractOpenApiSchema
+
+
Get the instant recursively when the schemas defined in oneOf/anyof happen to be oneOf/anyOf schema as well
+
+
getAdditionalProperties() - Method in class org.openapitools.client.model.ValidationProblemDetails
+
+
Return the additional (undeclared) property.
+
+
getAdditionalProperty(String) - Method in class org.openapitools.client.model.ValidationProblemDetails
+
+
Return the additional (undeclared) property with the specified name.
+
+
getAllLocations() - Method in class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
+
+
Get all locations instances
+
+
getAllLocationsAsync(ApiCallback<Map<String, Location>>) - Method in class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
+
+
Get all locations instances (asynchronously)
+
+
getAllLocationsCall(ApiCallback) - Method in class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
+
+
Build call for getAllLocations
+
+
getAllLocationsWithHttpInfo() - Method in class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
+
+
Get all locations instances
+
+
getApiClient() - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
 
+
getApiClient() - Method in class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
+
 
+
getApiKey() - Method in class foundation.greensoftware.carbonaware.webapi.auth.ApiKeyAuth
+
 
+
getApiKeyPrefix() - Method in class foundation.greensoftware.carbonaware.webapi.auth.ApiKeyAuth
+
 
+
getAuthentication(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Get authentication for the given name.
+
+
getAuthentications() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Get authentications (key: authentication name, value: authentication).
+
+
getAverageCarbonIntensity(String, OffsetDateTime, OffsetDateTime) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Retrieves the measured carbon intensity data between the time boundaries and calculates the average carbon intensity during that period.
+
+
getAverageCarbonIntensityAsync(String, OffsetDateTime, OffsetDateTime, ApiCallback<CarbonIntensityDTO>) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Retrieves the measured carbon intensity data between the time boundaries and calculates the average carbon intensity during that period.
+
+
getAverageCarbonIntensityBatch(List<CarbonIntensityBatchParametersDTO>) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Given an array of request objects, each with their own location and time boundaries, calculate the average carbon intensity for that location and time period and return an array of carbon intensity objects.
+
+
getAverageCarbonIntensityBatchAsync(List<CarbonIntensityBatchParametersDTO>, ApiCallback<List<CarbonIntensityDTO>>) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Given an array of request objects, each with their own location and time boundaries, calculate the average carbon intensity for that location and time period and return an array of carbon intensity objects.
+
+
getAverageCarbonIntensityBatchCall(List<CarbonIntensityBatchParametersDTO>, ApiCallback) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Build call for getAverageCarbonIntensityBatch
+
+
getAverageCarbonIntensityBatchWithHttpInfo(List<CarbonIntensityBatchParametersDTO>) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Given an array of request objects, each with their own location and time boundaries, calculate the average carbon intensity for that location and time period and return an array of carbon intensity objects.
+
+
getAverageCarbonIntensityCall(String, OffsetDateTime, OffsetDateTime, ApiCallback) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Build call for getAverageCarbonIntensity
+
+
getAverageCarbonIntensityWithHttpInfo(String, OffsetDateTime, OffsetDateTime) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Retrieves the measured carbon intensity data between the time boundaries and calculates the average carbon intensity during that period.
+
+
getBasePath() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Get base path
+
+
getBearerToken() - Method in class foundation.greensoftware.carbonaware.webapi.auth.HttpBearerAuth
+
+
Gets the token, which together with the scheme, will be sent as the value of the Authorization header.
+
+
getBestEmissionsDataForLocationsByTime(List<String>, OffsetDateTime, OffsetDateTime) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Calculate the best emission data by list of locations for a specified time period.
+
+
getBestEmissionsDataForLocationsByTimeAsync(List<String>, OffsetDateTime, OffsetDateTime, ApiCallback<List<EmissionsData>>) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Calculate the best emission data by list of locations for a specified time period.
+
+
getBestEmissionsDataForLocationsByTimeCall(List<String>, OffsetDateTime, OffsetDateTime, ApiCallback) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Build call for getBestEmissionsDataForLocationsByTime
+
+
getBestEmissionsDataForLocationsByTimeWithHttpInfo(List<String>, OffsetDateTime, OffsetDateTime) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Calculate the best emission data by list of locations for a specified time period.
+
+
getCarbonIntensity() - Method in class org.openapitools.client.model.CarbonIntensityDTO
+
+
Value of the marginal carbon intensity in grams per kilowatt-hour.
+
+
getCode() - Method in exception foundation.greensoftware.carbonaware.webapi.ApiException
+
+
Get the HTTP status code.
+
+
getConnectTimeout() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Get connection timeout (in milliseconds).
+
+
getCurrentForecastData(List<String>, OffsetDateTime, OffsetDateTime, Integer) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Retrieves the most recent forecasted data and calculates the optimal marginal carbon intensity window.
+
+
getCurrentForecastDataAsync(List<String>, OffsetDateTime, OffsetDateTime, Integer, ApiCallback<List<EmissionsForecastDTO>>) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Retrieves the most recent forecasted data and calculates the optimal marginal carbon intensity window.
+
+
getCurrentForecastDataCall(List<String>, OffsetDateTime, OffsetDateTime, Integer, ApiCallback) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Build call for getCurrentForecastData
+
+
getCurrentForecastDataWithHttpInfo(List<String>, OffsetDateTime, OffsetDateTime, Integer) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Retrieves the most recent forecasted data and calculates the optimal marginal carbon intensity window.
+
+
getCustomBaseUrl() - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
 
+
getCustomBaseUrl() - Method in class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
+
 
+
getData() - Method in class foundation.greensoftware.carbonaware.webapi.ApiResponse
+
+
Get the data.
+
+
getDataEndAt() - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
+
End time boundary of forecasted data points.
+
+
getDataEndAt() - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
+
End time boundary of forecasted data points.
+
+
getDataStartAt() - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
+
Start time boundary of forecasted data points.Ignores current forecast data points before this time.
+
+
getDataStartAt() - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
+
Start time boundary of forecasted data points.
+
+
getDateFormat() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Getter for the field dateFormat.
+
+
getDefaultApiClient() - Static method in class foundation.greensoftware.carbonaware.webapi.Configuration
+
+
Get the default API client, which would be used when creating API + instances without providing an API client.
+
+
getDetail() - Method in class org.openapitools.client.model.ValidationProblemDetails
+
+
Get detail
+
+
getDuration() - Method in class org.openapitools.client.model.EmissionsData
+
+
Get duration
+
+
getDuration() - Method in class org.openapitools.client.model.EmissionsDataDTO
+
+
Get duration
+
+
getEmissionsDataForLocationByTime(String, OffsetDateTime, OffsetDateTime) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Calculate the best emission data by location for a specified time period.
+
+
getEmissionsDataForLocationByTimeAsync(String, OffsetDateTime, OffsetDateTime, ApiCallback<List<EmissionsData>>) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Calculate the best emission data by location for a specified time period.
+
+
getEmissionsDataForLocationByTimeCall(String, OffsetDateTime, OffsetDateTime, ApiCallback) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Build call for getEmissionsDataForLocationByTime
+
+
getEmissionsDataForLocationByTimeWithHttpInfo(String, OffsetDateTime, OffsetDateTime) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Calculate the best emission data by location for a specified time period.
+
+
getEmissionsDataForLocationsByTime(List<String>, OffsetDateTime, OffsetDateTime) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Calculate the observed emission data by list of locations for a specified time period.
+
+
getEmissionsDataForLocationsByTimeAsync(List<String>, OffsetDateTime, OffsetDateTime, ApiCallback<List<EmissionsData>>) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Calculate the observed emission data by list of locations for a specified time period.
+
+
getEmissionsDataForLocationsByTimeCall(List<String>, OffsetDateTime, OffsetDateTime, ApiCallback) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Build call for getEmissionsDataForLocationsByTime
+
+
getEmissionsDataForLocationsByTimeWithHttpInfo(List<String>, OffsetDateTime, OffsetDateTime) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
+
Calculate the observed emission data by list of locations for a specified time period.
+
+
getEndTime() - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
+
The time at which the workflow we are measuring carbon intensity for ended
+
+
getEndTime() - Method in class org.openapitools.client.model.CarbonIntensityDTO
+
+
the time at which the workflow we are measuring carbon intensity for ended
+
+
getErrors() - Method in class org.openapitools.client.model.ValidationProblemDetails
+
+
Get errors
+
+
getForecastData() - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
+
The forecasted data points transformed and filtered to reflect the specified time and window parameters.
+
+
getGeneratedAt() - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
+
Timestamp when the forecast was generated.
+
+
getGson() - Static method in class foundation.greensoftware.carbonaware.webapi.JSON
+
+
Get Gson.
+
+
getHeaders() - Method in class foundation.greensoftware.carbonaware.webapi.ApiResponse
+
+
Get the headers.
+
+
getHostIndex() - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
 
+
getHostIndex() - Method in class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
+
 
+
getHttpClient() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Get HTTP client
+
+
getInstance() - Method in class org.openapitools.client.model.ValidationProblemDetails
+
+
Get instance
+
+
getJSON() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Get JSON
+
+
getKeyManagers() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Getter for the field keyManagers.
+
+
getLatitude() - Method in class org.openapitools.client.model.Location
+
+
Get latitude
+
+
getLocation() - Method in class foundation.greensoftware.carbonaware.webapi.auth.ApiKeyAuth
+
 
+
getLocation() - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
+
The location name where workflow is run
+
+
getLocation() - Method in class org.openapitools.client.model.CarbonIntensityDTO
+
+
the location name where workflow is run
+
+
getLocation() - Method in class org.openapitools.client.model.EmissionsData
+
+
Get location
+
+
getLocation() - Method in class org.openapitools.client.model.EmissionsDataDTO
+
+
Get location
+
+
getLocation() - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
+
The location of the forecast
+
+
getLocation() - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
+
The location of the forecast
+
+
getLongitude() - Method in class org.openapitools.client.model.Location
+
+
Get longitude
+
+
getMessage() - Method in exception foundation.greensoftware.carbonaware.webapi.ApiException
+
+
Get the exception message including HTTP response data.
+
+
getName() - Method in class foundation.greensoftware.carbonaware.webapi.Pair
+
 
+
getName() - Method in class org.openapitools.client.model.Location
+
+
Get name
+
+
getOptimalDataPoints() - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
+
The optimal forecasted data point within the 'forecastData' array.
+
+
getParamName() - Method in class foundation.greensoftware.carbonaware.webapi.auth.ApiKeyAuth
+
 
+
getPassword() - Method in class foundation.greensoftware.carbonaware.webapi.auth.HttpBasicAuth
+
 
+
getRating() - Method in class org.openapitools.client.model.EmissionsData
+
+
Get rating
+
+
getReadTimeout() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Get read timeout (in milliseconds).
+
+
getRequestedAt() - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
+
For historical forecast requests, this value is the timestamp used to access the most recently generated forecast as of that time.
+
+
getRequestedAt() - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
+
For current requests, this value is the timestamp the request for forecast data was made.
+
+
getResponseBody() - Method in exception foundation.greensoftware.carbonaware.webapi.ApiException
+
+
Get the HTTP response body.
+
+
getResponseHeaders() - Method in exception foundation.greensoftware.carbonaware.webapi.ApiException
+
+
Get the HTTP response headers.
+
+
getSchemas() - Method in class org.openapitools.client.model.AbstractOpenApiSchema
+
+
Get the list of oneOf/anyOf composed schemas allowed to be stored in this object
+
+
getSchemaType() - Method in class org.openapitools.client.model.AbstractOpenApiSchema
+
+
Get the schema type (e.g.
+
+
getServerIndex() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
 
+
getServers() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
 
+
getServerVariables() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
 
+
getSslCaCert() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Get SSL CA cert.
+
+
getStartTime() - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
+
The time at which the workflow we are measuring carbon intensity for started
+
+
getStartTime() - Method in class org.openapitools.client.model.CarbonIntensityDTO
+
+
the time at which the workflow we are measuring carbon intensity for started
+
+
getStatus() - Method in class org.openapitools.client.model.ValidationProblemDetails
+
+
Get status
+
+
getStatusCode() - Method in class foundation.greensoftware.carbonaware.webapi.ApiResponse
+
+
Get the status code.
+
+
getTempFolderPath() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
The path of temporary folder used to store downloaded files from endpoints + with file response.
+
+
getTime() - Method in class org.openapitools.client.model.EmissionsData
+
+
Get time
+
+
getTimestamp() - Method in class org.openapitools.client.model.EmissionsDataDTO
+
+
Get timestamp
+
+
getTitle() - Method in class org.openapitools.client.model.ValidationProblemDetails
+
+
Get title
+
+
getType() - Method in class org.openapitools.client.model.ValidationProblemDetails
+
+
Get type
+
+
getUsername() - Method in class foundation.greensoftware.carbonaware.webapi.auth.HttpBasicAuth
+
 
+
getValue() - Method in class foundation.greensoftware.carbonaware.webapi.Pair
+
 
+
getValue() - Method in class org.openapitools.client.model.EmissionsDataDTO
+
+
Get value
+
+
getWindowSize() - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
+
The estimated duration (in minutes) of the workload.
+
+
getWindowSize() - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
+
The estimated duration (in minutes) of the workload.
+
+
getWriteTimeout() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Get write timeout (in milliseconds).
+
+
guessContentTypeFromFile(File) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Guess Content-Type header from the given file (defaults to "application/octet-stream").
+
+
+ + + +

H

+
+
handleResponse(Response, Type) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Handle the given response, return the deserialized object when the response is successful.
+
+
hashCode() - Method in class org.openapitools.client.model.AbstractOpenApiSchema
+
 
+
hashCode() - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
 
+
hashCode() - Method in class org.openapitools.client.model.CarbonIntensityDTO
+
 
+
hashCode() - Method in class org.openapitools.client.model.EmissionsData
+
 
+
hashCode() - Method in class org.openapitools.client.model.EmissionsDataDTO
+
 
+
hashCode() - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
hashCode() - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
hashCode() - Method in class org.openapitools.client.model.Location
+
 
+
hashCode() - Method in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
HttpBasicAuth - Class in foundation.greensoftware.carbonaware.webapi.auth
+
 
+
HttpBasicAuth() - Constructor for class foundation.greensoftware.carbonaware.webapi.auth.HttpBasicAuth
+
 
+
HttpBearerAuth - Class in foundation.greensoftware.carbonaware.webapi.auth
+
 
+
HttpBearerAuth(String) - Constructor for class foundation.greensoftware.carbonaware.webapi.auth.HttpBearerAuth
+
 
+
+ + + +

I

+
+
instance(String) - Method in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
isDebugging() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Check that whether debugging is enabled for this API client.
+
+
isJsonMime(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Check if the given MIME is a JSON MIME.
+
+
isNullable() - Method in class org.openapitools.client.model.AbstractOpenApiSchema
+
+
Is nullable
+
+
isVerifyingSsl() - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
True if isVerifyingSsl flag is on
+
+
+ + + +

J

+
+
join(String[], String) - Static method in class foundation.greensoftware.carbonaware.webapi.StringUtil
+
+
Join an array of strings with the given separator.
+
+
join(Collection<String>, String) - Static method in class foundation.greensoftware.carbonaware.webapi.StringUtil
+
+
Join a list of strings with the given separator.
+
+
JSON - Class in foundation.greensoftware.carbonaware.webapi
+
 
+
JSON() - Constructor for class foundation.greensoftware.carbonaware.webapi.JSON
+
 
+
JSON.ByteArrayAdapter - Class in foundation.greensoftware.carbonaware.webapi
+
+
Gson TypeAdapter for Byte Array type
+
+
JSON.DateTypeAdapter - Class in foundation.greensoftware.carbonaware.webapi
+
+
Gson TypeAdapter for java.util.Date type + If the dateFormat is null, ISO8601Utils will be used.
+
+
JSON.LocalDateTypeAdapter - Class in foundation.greensoftware.carbonaware.webapi
+
+
Gson TypeAdapter for JSR310 LocalDate type
+
+
JSON.OffsetDateTimeTypeAdapter - Class in foundation.greensoftware.carbonaware.webapi
+
+
Gson TypeAdapter for JSR310 OffsetDateTime type
+
+
JSON.SqlDateTypeAdapter - Class in foundation.greensoftware.carbonaware.webapi
+
+
Gson TypeAdapter for java.sql.Date type + If the dateFormat is null, a simple "yyyy-MM-dd" format will be used + (more efficient than SimpleDateFormat).
+
+
+ + + +

L

+
+
latitude(Double) - Method in class org.openapitools.client.model.Location
+
 
+
LocalDateTypeAdapter() - Constructor for class foundation.greensoftware.carbonaware.webapi.JSON.LocalDateTypeAdapter
+
 
+
LocalDateTypeAdapter(DateTimeFormatter) - Constructor for class foundation.greensoftware.carbonaware.webapi.JSON.LocalDateTypeAdapter
+
 
+
location(String) - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
 
+
location(String) - Method in class org.openapitools.client.model.CarbonIntensityDTO
+
 
+
location(String) - Method in class org.openapitools.client.model.EmissionsData
+
 
+
location(String) - Method in class org.openapitools.client.model.EmissionsDataDTO
+
 
+
location(String) - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
location(String) - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
Location - Class in org.openapitools.client.model
+
+
Location
+
+
Location() - Constructor for class org.openapitools.client.model.Location
+
 
+
Location.CustomTypeAdapterFactory - Class in org.openapitools.client.model
+
 
+
LocationsApi - Class in foundation.greensoftware.carbonaware.webapi.client
+
 
+
LocationsApi() - Constructor for class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
+
 
+
LocationsApi(ApiClient) - Constructor for class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
+
 
+
longitude(Double) - Method in class org.openapitools.client.model.Location
+
 
+
+ + + +

N

+
+
name(String) - Method in class org.openapitools.client.model.Location
+
 
+
+ + + +

O

+
+
OffsetDateTimeTypeAdapter() - Constructor for class foundation.greensoftware.carbonaware.webapi.JSON.OffsetDateTimeTypeAdapter
+
 
+
OffsetDateTimeTypeAdapter(DateTimeFormatter) - Constructor for class foundation.greensoftware.carbonaware.webapi.JSON.OffsetDateTimeTypeAdapter
+
 
+
onDownloadProgress(long, long, boolean) - Method in interface foundation.greensoftware.carbonaware.webapi.ApiCallback
+
+
This is called when the API download processing.
+
+
onFailure(ApiException, int, Map<String, List<String>>) - Method in interface foundation.greensoftware.carbonaware.webapi.ApiCallback
+
+
This is called when the API call fails.
+
+
onSuccess(T, int, Map<String, List<String>>) - Method in interface foundation.greensoftware.carbonaware.webapi.ApiCallback
+
+
This is called when the API call succeeded.
+
+
onUploadProgress(long, long, boolean) - Method in interface foundation.greensoftware.carbonaware.webapi.ApiCallback
+
+
This is called when the API upload processing.
+
+
openapiFields - Static variable in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
 
+
openapiFields - Static variable in class org.openapitools.client.model.CarbonIntensityDTO
+
 
+
openapiFields - Static variable in class org.openapitools.client.model.EmissionsData
+
 
+
openapiFields - Static variable in class org.openapitools.client.model.EmissionsDataDTO
+
 
+
openapiFields - Static variable in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
openapiFields - Static variable in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
openapiFields - Static variable in class org.openapitools.client.model.Location
+
 
+
openapiFields - Static variable in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
openapiRequiredFields - Static variable in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
 
+
openapiRequiredFields - Static variable in class org.openapitools.client.model.CarbonIntensityDTO
+
 
+
openapiRequiredFields - Static variable in class org.openapitools.client.model.EmissionsData
+
 
+
openapiRequiredFields - Static variable in class org.openapitools.client.model.EmissionsDataDTO
+
 
+
openapiRequiredFields - Static variable in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
openapiRequiredFields - Static variable in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
openapiRequiredFields - Static variable in class org.openapitools.client.model.Location
+
 
+
openapiRequiredFields - Static variable in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
optimalDataPoints(List<EmissionsDataDTO>) - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
org.openapitools.client.model - package org.openapitools.client.model
+
 
+
+ + + +

P

+
+
Pair - Class in foundation.greensoftware.carbonaware.webapi
+
 
+
Pair(String, String) - Constructor for class foundation.greensoftware.carbonaware.webapi.Pair
+
 
+
parameterToPair(String, Object) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Formats the specified query parameter to a list containing a single Pair object.
+
+
parameterToPairs(String, String, Collection) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Formats the specified collection query parameters to a list of Pair objects.
+
+
parameterToString(Object) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Format the given parameter object into string.
+
+
prepareDownloadFile(Response) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Prepare file for download
+
+
processCookieParams(Map<String, String>, Request.Builder) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Set cookie parameters to the request builder, including default cookies.
+
+
processHeaderParams(Map<String, String>, Request.Builder) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Set header parameters to the request builder, including default headers.
+
+
ProgressRequestBody - Class in foundation.greensoftware.carbonaware.webapi
+
 
+
ProgressRequestBody(RequestBody, ApiCallback) - Constructor for class foundation.greensoftware.carbonaware.webapi.ProgressRequestBody
+
 
+
ProgressResponseBody - Class in foundation.greensoftware.carbonaware.webapi
+
 
+
ProgressResponseBody(ResponseBody, ApiCallback) - Constructor for class foundation.greensoftware.carbonaware.webapi.ProgressResponseBody
+
 
+
putAdditionalProperty(String, Object) - Method in class org.openapitools.client.model.ValidationProblemDetails
+
+
Set the additional (undeclared) property with the specified name and value.
+
+
putErrorsItem(String, List<String>) - Method in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
+ + + +

R

+
+
rating(Double) - Method in class org.openapitools.client.model.EmissionsData
+
 
+
read(JsonReader) - Method in class foundation.greensoftware.carbonaware.webapi.JSON.ByteArrayAdapter
+
 
+
read(JsonReader) - Method in class foundation.greensoftware.carbonaware.webapi.JSON.DateTypeAdapter
+
 
+
read(JsonReader) - Method in class foundation.greensoftware.carbonaware.webapi.JSON.LocalDateTypeAdapter
+
 
+
read(JsonReader) - Method in class foundation.greensoftware.carbonaware.webapi.JSON.OffsetDateTimeTypeAdapter
+
 
+
read(JsonReader) - Method in class foundation.greensoftware.carbonaware.webapi.JSON.SqlDateTypeAdapter
+
 
+
requestedAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
requestedAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
+ + + +

S

+
+
sanitizeFilename(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Sanitize filename by removing path.
+
+
selectHeaderAccept(String[]) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Select the Accept header's value from the given accepts array: + if JSON exists in the given array, use it; + otherwise use all of them (joining into a string)
+
+
selectHeaderContentType(String[]) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Select the Content-Type header's value from the given array: + if JSON exists in the given array, use it; + otherwise use the first one of the array.
+
+
serialize(Object, String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Serialize the given Java object into request body according to the object's + class and the request Content-Type.
+
+
serialize(Object) - Static method in class foundation.greensoftware.carbonaware.webapi.JSON
+
+
Serialize the given Java object into JSON string.
+
+
SERIALIZED_NAME_CARBON_INTENSITY - Static variable in class org.openapitools.client.model.CarbonIntensityDTO
+
 
+
SERIALIZED_NAME_DATA_END_AT - Static variable in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
SERIALIZED_NAME_DATA_END_AT - Static variable in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
SERIALIZED_NAME_DATA_START_AT - Static variable in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
SERIALIZED_NAME_DATA_START_AT - Static variable in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
SERIALIZED_NAME_DETAIL - Static variable in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
SERIALIZED_NAME_DURATION - Static variable in class org.openapitools.client.model.EmissionsData
+
 
+
SERIALIZED_NAME_DURATION - Static variable in class org.openapitools.client.model.EmissionsDataDTO
+
 
+
SERIALIZED_NAME_END_TIME - Static variable in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
 
+
SERIALIZED_NAME_END_TIME - Static variable in class org.openapitools.client.model.CarbonIntensityDTO
+
 
+
SERIALIZED_NAME_ERRORS - Static variable in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
SERIALIZED_NAME_FORECAST_DATA - Static variable in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
SERIALIZED_NAME_GENERATED_AT - Static variable in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
SERIALIZED_NAME_INSTANCE - Static variable in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
SERIALIZED_NAME_LATITUDE - Static variable in class org.openapitools.client.model.Location
+
 
+
SERIALIZED_NAME_LOCATION - Static variable in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
 
+
SERIALIZED_NAME_LOCATION - Static variable in class org.openapitools.client.model.CarbonIntensityDTO
+
 
+
SERIALIZED_NAME_LOCATION - Static variable in class org.openapitools.client.model.EmissionsData
+
 
+
SERIALIZED_NAME_LOCATION - Static variable in class org.openapitools.client.model.EmissionsDataDTO
+
 
+
SERIALIZED_NAME_LOCATION - Static variable in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
SERIALIZED_NAME_LOCATION - Static variable in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
SERIALIZED_NAME_LONGITUDE - Static variable in class org.openapitools.client.model.Location
+
 
+
SERIALIZED_NAME_NAME - Static variable in class org.openapitools.client.model.Location
+
 
+
SERIALIZED_NAME_OPTIMAL_DATA_POINTS - Static variable in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
SERIALIZED_NAME_RATING - Static variable in class org.openapitools.client.model.EmissionsData
+
 
+
SERIALIZED_NAME_REQUESTED_AT - Static variable in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
SERIALIZED_NAME_REQUESTED_AT - Static variable in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
SERIALIZED_NAME_START_TIME - Static variable in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
 
+
SERIALIZED_NAME_START_TIME - Static variable in class org.openapitools.client.model.CarbonIntensityDTO
+
 
+
SERIALIZED_NAME_STATUS - Static variable in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
SERIALIZED_NAME_TIME - Static variable in class org.openapitools.client.model.EmissionsData
+
 
+
SERIALIZED_NAME_TIMESTAMP - Static variable in class org.openapitools.client.model.EmissionsDataDTO
+
 
+
SERIALIZED_NAME_TITLE - Static variable in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
SERIALIZED_NAME_TYPE - Static variable in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
SERIALIZED_NAME_VALUE - Static variable in class org.openapitools.client.model.EmissionsDataDTO
+
 
+
SERIALIZED_NAME_WINDOW_SIZE - Static variable in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
SERIALIZED_NAME_WINDOW_SIZE - Static variable in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
ServerConfiguration - Class in foundation.greensoftware.carbonaware.webapi
+
+
Representing a Server configuration.
+
+
ServerConfiguration(String, String, Map<String, ServerVariable>) - Constructor for class foundation.greensoftware.carbonaware.webapi.ServerConfiguration
+
 
+
serverIndex - Variable in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
 
+
servers - Variable in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
 
+
ServerVariable - Class in foundation.greensoftware.carbonaware.webapi
+
+
Representing a Server Variable for server URL template substitution.
+
+
ServerVariable(String, String, HashSet<String>) - Constructor for class foundation.greensoftware.carbonaware.webapi.ServerVariable
+
 
+
serverVariables - Variable in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
 
+
setAccessToken(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Helper method to set access token for the first OAuth2 authentication.
+
+
setActualInstance(Object) - Method in class org.openapitools.client.model.AbstractOpenApiSchema
+
+
Set the actual instance
+
+
setApiClient(ApiClient) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
 
+
setApiClient(ApiClient) - Method in class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
+
 
+
setApiKey(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Helper method to set API key value for the first API key authentication.
+
+
setApiKey(String) - Method in class foundation.greensoftware.carbonaware.webapi.auth.ApiKeyAuth
+
 
+
setApiKeyPrefix(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Helper method to set API key prefix for the first API key authentication.
+
+
setApiKeyPrefix(String) - Method in class foundation.greensoftware.carbonaware.webapi.auth.ApiKeyAuth
+
 
+
setAWS4Configuration(String, String, String, String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Helper method to set credentials for AWSV4 Signature
+
+
setAWS4Configuration(String, String, String, String, String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Helper method to set credentials for AWSV4 Signature
+
+
setBasePath(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Set base path
+
+
setBearerToken(String) - Method in class foundation.greensoftware.carbonaware.webapi.auth.HttpBearerAuth
+
+
Sets the token, which together with the scheme, will be sent as the value of the Authorization header.
+
+
setBearerToken(Supplier<String>) - Method in class foundation.greensoftware.carbonaware.webapi.auth.HttpBearerAuth
+
+
Sets the supplier of tokens, which together with the scheme, will be sent as the value of the Authorization header.
+
+
setCarbonIntensity(Double) - Method in class org.openapitools.client.model.CarbonIntensityDTO
+
 
+
setConnectTimeout(int) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Sets the connect timeout (in milliseconds).
+
+
setCustomBaseUrl(String) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
 
+
setCustomBaseUrl(String) - Method in class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
+
 
+
setDataEndAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
setDataEndAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
setDataStartAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
setDataStartAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
setDateFormat(DateFormat) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Setter for the field dateFormat.
+
+
setDateFormat(DateFormat) - Static method in class foundation.greensoftware.carbonaware.webapi.JSON
+
 
+
setDebugging(boolean) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Enable/disable debugging for this API client.
+
+
setDefaultApiClient(ApiClient) - Static method in class foundation.greensoftware.carbonaware.webapi.Configuration
+
+
Set the default API client, which would be used when creating API + instances without providing an API client.
+
+
setDetail(String) - Method in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
setDuration(String) - Method in class org.openapitools.client.model.EmissionsData
+
 
+
setDuration(Integer) - Method in class org.openapitools.client.model.EmissionsDataDTO
+
 
+
setEndTime(OffsetDateTime) - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
 
+
setEndTime(OffsetDateTime) - Method in class org.openapitools.client.model.CarbonIntensityDTO
+
 
+
setErrors(Map<String, List<String>>) - Method in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
setForecastData(List<EmissionsDataDTO>) - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
setFormat(DateFormat) - Method in class foundation.greensoftware.carbonaware.webapi.JSON.DateTypeAdapter
+
 
+
setFormat(DateTimeFormatter) - Method in class foundation.greensoftware.carbonaware.webapi.JSON.LocalDateTypeAdapter
+
 
+
setFormat(DateTimeFormatter) - Method in class foundation.greensoftware.carbonaware.webapi.JSON.OffsetDateTimeTypeAdapter
+
 
+
setFormat(DateFormat) - Method in class foundation.greensoftware.carbonaware.webapi.JSON.SqlDateTypeAdapter
+
 
+
setGeneratedAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
setGson(Gson) - Static method in class foundation.greensoftware.carbonaware.webapi.JSON
+
+
Set Gson.
+
+
setHostIndex(int) - Method in class foundation.greensoftware.carbonaware.webapi.client.CarbonAwareApi
+
 
+
setHostIndex(int) - Method in class foundation.greensoftware.carbonaware.webapi.client.LocationsApi
+
 
+
setHttpClient(OkHttpClient) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Set HTTP client, which must never be null.
+
+
setInstance(String) - Method in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
setJSON(JSON) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Set JSON
+
+
setKeyManagers(KeyManager[]) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Configure client keys to use for authorization in an SSL session.
+
+
setLatitude(Double) - Method in class org.openapitools.client.model.Location
+
 
+
setLenientOnJson(boolean) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Set LenientOnJson.
+
+
setLenientOnJson(boolean) - Static method in class foundation.greensoftware.carbonaware.webapi.JSON
+
 
+
setLocalDateFormat(DateTimeFormatter) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Set LocalDateFormat.
+
+
setLocalDateFormat(DateTimeFormatter) - Static method in class foundation.greensoftware.carbonaware.webapi.JSON
+
 
+
setLocation(String) - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
 
+
setLocation(String) - Method in class org.openapitools.client.model.CarbonIntensityDTO
+
 
+
setLocation(String) - Method in class org.openapitools.client.model.EmissionsData
+
 
+
setLocation(String) - Method in class org.openapitools.client.model.EmissionsDataDTO
+
 
+
setLocation(String) - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
setLocation(String) - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
setLongitude(Double) - Method in class org.openapitools.client.model.Location
+
 
+
setName(String) - Method in class org.openapitools.client.model.Location
+
 
+
setOffsetDateTimeFormat(DateTimeFormatter) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Set OffsetDateTimeFormat.
+
+
setOffsetDateTimeFormat(DateTimeFormatter) - Static method in class foundation.greensoftware.carbonaware.webapi.JSON
+
 
+
setOptimalDataPoints(List<EmissionsDataDTO>) - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
setPassword(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Helper method to set password for the first HTTP basic authentication.
+
+
setPassword(String) - Method in class foundation.greensoftware.carbonaware.webapi.auth.HttpBasicAuth
+
 
+
setRating(Double) - Method in class org.openapitools.client.model.EmissionsData
+
 
+
setReadTimeout(int) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Sets the read timeout (in milliseconds).
+
+
setRequestedAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
setRequestedAt(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
setServerIndex(Integer) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
 
+
setServers(List<ServerConfiguration>) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
 
+
setServerVariables(Map<String, String>) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
 
+
setSqlDateFormat(DateFormat) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Set SqlDateFormat.
+
+
setSqlDateFormat(DateFormat) - Static method in class foundation.greensoftware.carbonaware.webapi.JSON
+
 
+
setSslCaCert(InputStream) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Configure the CA certificate to be trusted when making https requests.
+
+
setStartTime(OffsetDateTime) - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
 
+
setStartTime(OffsetDateTime) - Method in class org.openapitools.client.model.CarbonIntensityDTO
+
 
+
setStatus(Integer) - Method in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
setTempFolderPath(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Set the temporary folder path (for downloading files)
+
+
setTime(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsData
+
 
+
setTimestamp(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsDataDTO
+
 
+
setTitle(String) - Method in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
setType(String) - Method in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
setUserAgent(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Set the User-Agent header's value (by adding to the default header map).
+
+
setUsername(String) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Helper method to set username for the first HTTP basic authentication.
+
+
setUsername(String) - Method in class foundation.greensoftware.carbonaware.webapi.auth.HttpBasicAuth
+
 
+
setValue(Double) - Method in class org.openapitools.client.model.EmissionsDataDTO
+
 
+
setVerifyingSsl(boolean) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Configure whether to verify certificate and hostname when making https requests.
+
+
setWindowSize(Integer) - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
setWindowSize(Integer) - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
setWriteTimeout(int) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Sets the write timeout (in milliseconds).
+
+
source() - Method in class foundation.greensoftware.carbonaware.webapi.ProgressResponseBody
+
 
+
SqlDateTypeAdapter() - Constructor for class foundation.greensoftware.carbonaware.webapi.JSON.SqlDateTypeAdapter
+
 
+
SqlDateTypeAdapter(DateFormat) - Constructor for class foundation.greensoftware.carbonaware.webapi.JSON.SqlDateTypeAdapter
+
 
+
startTime(OffsetDateTime) - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
 
+
startTime(OffsetDateTime) - Method in class org.openapitools.client.model.CarbonIntensityDTO
+
 
+
status(Integer) - Method in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
StringUtil - Class in foundation.greensoftware.carbonaware.webapi
+
 
+
StringUtil() - Constructor for class foundation.greensoftware.carbonaware.webapi.StringUtil
+
 
+
+ + + +

T

+
+
time(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsData
+
 
+
timestamp(OffsetDateTime) - Method in class org.openapitools.client.model.EmissionsDataDTO
+
 
+
title(String) - Method in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
toJson() - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
+
Convert an instance of CarbonIntensityBatchParametersDTO to an JSON string
+
+
toJson() - Method in class org.openapitools.client.model.CarbonIntensityDTO
+
+
Convert an instance of CarbonIntensityDTO to an JSON string
+
+
toJson() - Method in class org.openapitools.client.model.EmissionsData
+
+
Convert an instance of EmissionsData to an JSON string
+
+
toJson() - Method in class org.openapitools.client.model.EmissionsDataDTO
+
+
Convert an instance of EmissionsDataDTO to an JSON string
+
+
toJson() - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
+
Convert an instance of EmissionsForecastBatchParametersDTO to an JSON string
+
+
toJson() - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
+
Convert an instance of EmissionsForecastDTO to an JSON string
+
+
toJson() - Method in class org.openapitools.client.model.Location
+
+
Convert an instance of Location to an JSON string
+
+
toJson() - Method in class org.openapitools.client.model.ValidationProblemDetails
+
+
Convert an instance of ValidationProblemDetails to an JSON string
+
+
toString() - Method in class org.openapitools.client.model.AbstractOpenApiSchema
+
 
+
toString() - Method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
 
+
toString() - Method in class org.openapitools.client.model.CarbonIntensityDTO
+
 
+
toString() - Method in class org.openapitools.client.model.EmissionsData
+
 
+
toString() - Method in class org.openapitools.client.model.EmissionsDataDTO
+
 
+
toString() - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
toString() - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
toString() - Method in class org.openapitools.client.model.Location
+
 
+
toString() - Method in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
type(String) - Method in class org.openapitools.client.model.ValidationProblemDetails
+
 
+
+ + + +

U

+
+
updateParamsForAuth(String[], List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class foundation.greensoftware.carbonaware.webapi.ApiClient
+
+
Update query and header parameters based on authentication settings.
+
+
URL - Variable in class foundation.greensoftware.carbonaware.webapi.ServerConfiguration
+
 
+
URL(Map<String, String>) - Method in class foundation.greensoftware.carbonaware.webapi.ServerConfiguration
+
+
Format URL template using given variables.
+
+
URL() - Method in class foundation.greensoftware.carbonaware.webapi.ServerConfiguration
+
+
Format URL template using default server variables.
+
+
+ + + +

V

+
+
validateJsonElement(JsonElement) - Static method in class org.openapitools.client.model.CarbonIntensityBatchParametersDTO
+
+
Validates the JSON Element and throws an exception if issues found
+
+
validateJsonElement(JsonElement) - Static method in class org.openapitools.client.model.CarbonIntensityDTO
+
+
Validates the JSON Element and throws an exception if issues found
+
+
validateJsonElement(JsonElement) - Static method in class org.openapitools.client.model.EmissionsData
+
+
Validates the JSON Element and throws an exception if issues found
+
+
validateJsonElement(JsonElement) - Static method in class org.openapitools.client.model.EmissionsDataDTO
+
+
Validates the JSON Element and throws an exception if issues found
+
+
validateJsonElement(JsonElement) - Static method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
+
Validates the JSON Element and throws an exception if issues found
+
+
validateJsonElement(JsonElement) - Static method in class org.openapitools.client.model.EmissionsForecastDTO
+
+
Validates the JSON Element and throws an exception if issues found
+
+
validateJsonElement(JsonElement) - Static method in class org.openapitools.client.model.Location
+
+
Validates the JSON Element and throws an exception if issues found
+
+
validateJsonElement(JsonElement) - Static method in class org.openapitools.client.model.ValidationProblemDetails
+
+
Validates the JSON Element and throws an exception if issues found
+
+
ValidationProblemDetails - Class in org.openapitools.client.model
+
+
ValidationProblemDetails
+
+
ValidationProblemDetails() - Constructor for class org.openapitools.client.model.ValidationProblemDetails
+
 
+
ValidationProblemDetails.CustomTypeAdapterFactory - Class in org.openapitools.client.model
+
 
+
value(Double) - Method in class org.openapitools.client.model.EmissionsDataDTO
+
 
+
variables - Variable in class foundation.greensoftware.carbonaware.webapi.ServerConfiguration
+
 
+
VERSION - Static variable in class foundation.greensoftware.carbonaware.webapi.Configuration
+
 
+
+ + + +

W

+
+
windowSize(Integer) - Method in class org.openapitools.client.model.EmissionsForecastBatchParametersDTO
+
 
+
windowSize(Integer) - Method in class org.openapitools.client.model.EmissionsForecastDTO
+
 
+
write(JsonWriter, byte[]) - Method in class foundation.greensoftware.carbonaware.webapi.JSON.ByteArrayAdapter
+
 
+
write(JsonWriter, Date) - Method in class foundation.greensoftware.carbonaware.webapi.JSON.DateTypeAdapter
+
 
+
write(JsonWriter, LocalDate) - Method in class foundation.greensoftware.carbonaware.webapi.JSON.LocalDateTypeAdapter
+
 
+
write(JsonWriter, OffsetDateTime) - Method in class foundation.greensoftware.carbonaware.webapi.JSON.OffsetDateTimeTypeAdapter
+
 
+
write(JsonWriter, Date) - Method in class foundation.greensoftware.carbonaware.webapi.JSON.SqlDateTypeAdapter
+
 
+
writeTo(BufferedSink) - Method in class foundation.greensoftware.carbonaware.webapi.ProgressRequestBody
+
 
+
+A B C D E F G H I J L N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/index.html b/casdk-docs/static/client-apidocs/1.0.0/java/index.html new file mode 100644 index 000000000..efddc8b61 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/index.html @@ -0,0 +1,76 @@ + + + + + + +casdk-client 1.0.0 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/AbstractOpenApiSchema.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/AbstractOpenApiSchema.html new file mode 100644 index 000000000..005e69a85 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/AbstractOpenApiSchema.html @@ -0,0 +1,437 @@ + + + + + + +AbstractOpenApiSchema (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.openapitools.client.model
+

Class AbstractOpenApiSchema

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/CarbonIntensityBatchParametersDTO.CustomTypeAdapterFactory.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/CarbonIntensityBatchParametersDTO.CustomTypeAdapterFactory.html new file mode 100644 index 000000000..83c1e98a4 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/CarbonIntensityBatchParametersDTO.CustomTypeAdapterFactory.html @@ -0,0 +1,288 @@ + + + + + + +CarbonIntensityBatchParametersDTO.CustomTypeAdapterFactory (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.openapitools.client.model
+

Class CarbonIntensityBatchParametersDTO.CustomTypeAdapterFactory

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/CarbonIntensityBatchParametersDTO.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/CarbonIntensityBatchParametersDTO.html new file mode 100644 index 000000000..4e7a496b9 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/CarbonIntensityBatchParametersDTO.html @@ -0,0 +1,649 @@ + + + + + + +CarbonIntensityBatchParametersDTO (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.openapitools.client.model
+

Class CarbonIntensityBatchParametersDTO

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/CarbonIntensityDTO.CustomTypeAdapterFactory.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/CarbonIntensityDTO.CustomTypeAdapterFactory.html new file mode 100644 index 000000000..1d420b2f4 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/CarbonIntensityDTO.CustomTypeAdapterFactory.html @@ -0,0 +1,288 @@ + + + + + + +CarbonIntensityDTO.CustomTypeAdapterFactory (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.openapitools.client.model
+

Class CarbonIntensityDTO.CustomTypeAdapterFactory

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/CarbonIntensityDTO.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/CarbonIntensityDTO.html new file mode 100644 index 000000000..b396a6f69 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/CarbonIntensityDTO.html @@ -0,0 +1,715 @@ + + + + + + +CarbonIntensityDTO (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.openapitools.client.model
+

Class CarbonIntensityDTO

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsData.CustomTypeAdapterFactory.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsData.CustomTypeAdapterFactory.html new file mode 100644 index 000000000..0c68155e3 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsData.CustomTypeAdapterFactory.html @@ -0,0 +1,288 @@ + + + + + + +EmissionsData.CustomTypeAdapterFactory (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.openapitools.client.model
+

Class EmissionsData.CustomTypeAdapterFactory

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsData.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsData.html new file mode 100644 index 000000000..6df1c6869 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsData.html @@ -0,0 +1,715 @@ + + + + + + +EmissionsData (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.openapitools.client.model
+

Class EmissionsData

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsDataDTO.CustomTypeAdapterFactory.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsDataDTO.CustomTypeAdapterFactory.html new file mode 100644 index 000000000..486efc871 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsDataDTO.CustomTypeAdapterFactory.html @@ -0,0 +1,288 @@ + + + + + + +EmissionsDataDTO.CustomTypeAdapterFactory (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.openapitools.client.model
+

Class EmissionsDataDTO.CustomTypeAdapterFactory

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsDataDTO.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsDataDTO.html new file mode 100644 index 000000000..599549100 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsDataDTO.html @@ -0,0 +1,715 @@ + + + + + + +EmissionsDataDTO (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.openapitools.client.model
+

Class EmissionsDataDTO

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsForecastBatchParametersDTO.CustomTypeAdapterFactory.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsForecastBatchParametersDTO.CustomTypeAdapterFactory.html new file mode 100644 index 000000000..fa77c6a27 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsForecastBatchParametersDTO.CustomTypeAdapterFactory.html @@ -0,0 +1,288 @@ + + + + + + +EmissionsForecastBatchParametersDTO.CustomTypeAdapterFactory (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.openapitools.client.model
+

Class EmissionsForecastBatchParametersDTO.CustomTypeAdapterFactory

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsForecastBatchParametersDTO.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsForecastBatchParametersDTO.html new file mode 100644 index 000000000..9956853e2 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsForecastBatchParametersDTO.html @@ -0,0 +1,781 @@ + + + + + + +EmissionsForecastBatchParametersDTO (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.openapitools.client.model
+

Class EmissionsForecastBatchParametersDTO

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsForecastDTO.CustomTypeAdapterFactory.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsForecastDTO.CustomTypeAdapterFactory.html new file mode 100644 index 000000000..d5864960c --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsForecastDTO.CustomTypeAdapterFactory.html @@ -0,0 +1,288 @@ + + + + + + +EmissionsForecastDTO.CustomTypeAdapterFactory (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.openapitools.client.model
+

Class EmissionsForecastDTO.CustomTypeAdapterFactory

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsForecastDTO.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsForecastDTO.html new file mode 100644 index 000000000..25c513dda --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/EmissionsForecastDTO.html @@ -0,0 +1,1005 @@ + + + + + + +EmissionsForecastDTO (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.openapitools.client.model
+

Class EmissionsForecastDTO

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/Location.CustomTypeAdapterFactory.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/Location.CustomTypeAdapterFactory.html new file mode 100644 index 000000000..77ea08944 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/Location.CustomTypeAdapterFactory.html @@ -0,0 +1,288 @@ + + + + + + +Location.CustomTypeAdapterFactory (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.openapitools.client.model
+

Class Location.CustomTypeAdapterFactory

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/Location.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/Location.html new file mode 100644 index 000000000..c97993975 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/Location.html @@ -0,0 +1,649 @@ + + + + + + +Location (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.openapitools.client.model
+

Class Location

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/ValidationProblemDetails.CustomTypeAdapterFactory.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/ValidationProblemDetails.CustomTypeAdapterFactory.html new file mode 100644 index 000000000..6b92bd3f3 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/ValidationProblemDetails.CustomTypeAdapterFactory.html @@ -0,0 +1,288 @@ + + + + + + +ValidationProblemDetails.CustomTypeAdapterFactory (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.openapitools.client.model
+

Class ValidationProblemDetails.CustomTypeAdapterFactory

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/ValidationProblemDetails.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/ValidationProblemDetails.html new file mode 100644 index 000000000..577945302 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/ValidationProblemDetails.html @@ -0,0 +1,930 @@ + + + + + + +ValidationProblemDetails (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.openapitools.client.model
+

Class ValidationProblemDetails

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/AbstractOpenApiSchema.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/AbstractOpenApiSchema.html new file mode 100644 index 000000000..f61c22f00 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/AbstractOpenApiSchema.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.openapitools.client.model.AbstractOpenApiSchema (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.openapitools.client.model.AbstractOpenApiSchema

+
+
No usage of org.openapitools.client.model.AbstractOpenApiSchema
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/CarbonIntensityBatchParametersDTO.CustomTypeAdapterFactory.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/CarbonIntensityBatchParametersDTO.CustomTypeAdapterFactory.html new file mode 100644 index 000000000..077601d58 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/CarbonIntensityBatchParametersDTO.CustomTypeAdapterFactory.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.openapitools.client.model.CarbonIntensityBatchParametersDTO.CustomTypeAdapterFactory (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.openapitools.client.model.CarbonIntensityBatchParametersDTO.CustomTypeAdapterFactory

+
+
No usage of org.openapitools.client.model.CarbonIntensityBatchParametersDTO.CustomTypeAdapterFactory
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/CarbonIntensityBatchParametersDTO.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/CarbonIntensityBatchParametersDTO.html new file mode 100644 index 000000000..089a4e691 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/CarbonIntensityBatchParametersDTO.html @@ -0,0 +1,224 @@ + + + + + + +Uses of Class org.openapitools.client.model.CarbonIntensityBatchParametersDTO (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.openapitools.client.model.CarbonIntensityBatchParametersDTO

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/CarbonIntensityDTO.CustomTypeAdapterFactory.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/CarbonIntensityDTO.CustomTypeAdapterFactory.html new file mode 100644 index 000000000..585bb1dec --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/CarbonIntensityDTO.CustomTypeAdapterFactory.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.openapitools.client.model.CarbonIntensityDTO.CustomTypeAdapterFactory (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.openapitools.client.model.CarbonIntensityDTO.CustomTypeAdapterFactory

+
+
No usage of org.openapitools.client.model.CarbonIntensityDTO.CustomTypeAdapterFactory
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/CarbonIntensityDTO.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/CarbonIntensityDTO.html new file mode 100644 index 000000000..f26d0475c --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/CarbonIntensityDTO.html @@ -0,0 +1,264 @@ + + + + + + +Uses of Class org.openapitools.client.model.CarbonIntensityDTO (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.openapitools.client.model.CarbonIntensityDTO

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsData.CustomTypeAdapterFactory.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsData.CustomTypeAdapterFactory.html new file mode 100644 index 000000000..14ef146c1 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsData.CustomTypeAdapterFactory.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.openapitools.client.model.EmissionsData.CustomTypeAdapterFactory (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.openapitools.client.model.EmissionsData.CustomTypeAdapterFactory

+
+
No usage of org.openapitools.client.model.EmissionsData.CustomTypeAdapterFactory
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsData.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsData.html new file mode 100644 index 000000000..51c197eb7 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsData.html @@ -0,0 +1,286 @@ + + + + + + +Uses of Class org.openapitools.client.model.EmissionsData (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.openapitools.client.model.EmissionsData

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsDataDTO.CustomTypeAdapterFactory.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsDataDTO.CustomTypeAdapterFactory.html new file mode 100644 index 000000000..5da66256b --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsDataDTO.CustomTypeAdapterFactory.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.openapitools.client.model.EmissionsDataDTO.CustomTypeAdapterFactory (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.openapitools.client.model.EmissionsDataDTO.CustomTypeAdapterFactory

+
+
No usage of org.openapitools.client.model.EmissionsDataDTO.CustomTypeAdapterFactory
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsDataDTO.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsDataDTO.html new file mode 100644 index 000000000..9816190ed --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsDataDTO.html @@ -0,0 +1,247 @@ + + + + + + +Uses of Class org.openapitools.client.model.EmissionsDataDTO (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.openapitools.client.model.EmissionsDataDTO

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsForecastBatchParametersDTO.CustomTypeAdapterFactory.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsForecastBatchParametersDTO.CustomTypeAdapterFactory.html new file mode 100644 index 000000000..7219d5bc8 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsForecastBatchParametersDTO.CustomTypeAdapterFactory.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.openapitools.client.model.EmissionsForecastBatchParametersDTO.CustomTypeAdapterFactory (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.openapitools.client.model.EmissionsForecastBatchParametersDTO.CustomTypeAdapterFactory

+
+
No usage of org.openapitools.client.model.EmissionsForecastBatchParametersDTO.CustomTypeAdapterFactory
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsForecastBatchParametersDTO.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsForecastBatchParametersDTO.html new file mode 100644 index 000000000..d78db596f --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsForecastBatchParametersDTO.html @@ -0,0 +1,232 @@ + + + + + + +Uses of Class org.openapitools.client.model.EmissionsForecastBatchParametersDTO (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.openapitools.client.model.EmissionsForecastBatchParametersDTO

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsForecastDTO.CustomTypeAdapterFactory.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsForecastDTO.CustomTypeAdapterFactory.html new file mode 100644 index 000000000..e753762a0 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsForecastDTO.CustomTypeAdapterFactory.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.openapitools.client.model.EmissionsForecastDTO.CustomTypeAdapterFactory (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.openapitools.client.model.EmissionsForecastDTO.CustomTypeAdapterFactory

+
+
No usage of org.openapitools.client.model.EmissionsForecastDTO.CustomTypeAdapterFactory
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsForecastDTO.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsForecastDTO.html new file mode 100644 index 000000000..e09354946 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/EmissionsForecastDTO.html @@ -0,0 +1,282 @@ + + + + + + +Uses of Class org.openapitools.client.model.EmissionsForecastDTO (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.openapitools.client.model.EmissionsForecastDTO

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/Location.CustomTypeAdapterFactory.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/Location.CustomTypeAdapterFactory.html new file mode 100644 index 000000000..2449f77c4 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/Location.CustomTypeAdapterFactory.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.openapitools.client.model.Location.CustomTypeAdapterFactory (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.openapitools.client.model.Location.CustomTypeAdapterFactory

+
+
No usage of org.openapitools.client.model.Location.CustomTypeAdapterFactory
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/Location.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/Location.html new file mode 100644 index 000000000..24ee0a0ae --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/Location.html @@ -0,0 +1,225 @@ + + + + + + +Uses of Class org.openapitools.client.model.Location (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.openapitools.client.model.Location

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/ValidationProblemDetails.CustomTypeAdapterFactory.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/ValidationProblemDetails.CustomTypeAdapterFactory.html new file mode 100644 index 000000000..dd29ebdf8 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/ValidationProblemDetails.CustomTypeAdapterFactory.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.openapitools.client.model.ValidationProblemDetails.CustomTypeAdapterFactory (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.openapitools.client.model.ValidationProblemDetails.CustomTypeAdapterFactory

+
+
No usage of org.openapitools.client.model.ValidationProblemDetails.CustomTypeAdapterFactory
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/ValidationProblemDetails.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/ValidationProblemDetails.html new file mode 100644 index 000000000..012bc571a --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/class-use/ValidationProblemDetails.html @@ -0,0 +1,204 @@ + + + + + + +Uses of Class org.openapitools.client.model.ValidationProblemDetails (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.openapitools.client.model.ValidationProblemDetails

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/package-frame.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/package-frame.html new file mode 100644 index 000000000..515a5e040 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/package-frame.html @@ -0,0 +1,37 @@ + + + + + + +org.openapitools.client.model (casdk-client 1.0.0 API) + + + + + +

org.openapitools.client.model

+
+

Classes

+ +
+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/package-summary.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/package-summary.html new file mode 100644 index 000000000..80fc56f27 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/package-summary.html @@ -0,0 +1,226 @@ + + + + + + +org.openapitools.client.model (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.openapitools.client.model

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/package-tree.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/package-tree.html new file mode 100644 index 000000000..7c894b2a7 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/package-tree.html @@ -0,0 +1,155 @@ + + + + + + +org.openapitools.client.model Class Hierarchy (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.openapitools.client.model

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/package-use.html b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/package-use.html new file mode 100644 index 000000000..419049eaa --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/org/openapitools/client/model/package-use.html @@ -0,0 +1,242 @@ + + + + + + +Uses of Package org.openapitools.client.model (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
org.openapitools.client.model

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/overview-frame.html b/casdk-docs/static/client-apidocs/1.0.0/java/overview-frame.html new file mode 100644 index 000000000..bf0bfee84 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/overview-frame.html @@ -0,0 +1,25 @@ + + + + + + +Overview List (casdk-client 1.0.0 API) + + + + + +
All Classes
+
+

Packages

+ +
+

 

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/overview-summary.html b/casdk-docs/static/client-apidocs/1.0.0/java/overview-summary.html new file mode 100644 index 000000000..a90dfc988 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/overview-summary.html @@ -0,0 +1,152 @@ + + + + + + +Overview (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

casdk-client 1.0.0 API

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
foundation.greensoftware.carbonaware.webapi 
foundation.greensoftware.carbonaware.webapi.auth 
foundation.greensoftware.carbonaware.webapi.client 
org.openapitools.client.model 
+
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/overview-tree.html b/casdk-docs/static/client-apidocs/1.0.0/java/overview-tree.html new file mode 100644 index 000000000..87627ce44 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/overview-tree.html @@ -0,0 +1,204 @@ + + + + + + +Class Hierarchy (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/package-list b/casdk-docs/static/client-apidocs/1.0.0/java/package-list new file mode 100644 index 000000000..a4ef7bd61 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/package-list @@ -0,0 +1,4 @@ +foundation.greensoftware.carbonaware.webapi +foundation.greensoftware.carbonaware.webapi.auth +foundation.greensoftware.carbonaware.webapi.client +org.openapitools.client.model diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/script.js b/casdk-docs/static/client-apidocs/1.0.0/java/script.js new file mode 100644 index 000000000..b34635693 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/serialized-form.html b/casdk-docs/static/client-apidocs/1.0.0/java/serialized-form.html new file mode 100644 index 000000000..f53934b0b --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/serialized-form.html @@ -0,0 +1,162 @@ + + + + + + +Serialized Form (casdk-client 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2024. All rights reserved.

+ + diff --git a/casdk-docs/static/client-apidocs/1.0.0/java/stylesheet.css b/casdk-docs/static/client-apidocs/1.0.0/java/stylesheet.css new file mode 100644 index 000000000..98055b22d --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/java/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/assets/hierarchy.js b/casdk-docs/static/client-apidocs/1.0.0/npm/assets/hierarchy.js new file mode 100644 index 000000000..fb85f0adc --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/assets/hierarchy.js @@ -0,0 +1 @@ +window.hierarchyData = "eJyrVirKzy8pVrKKjtVRKkpNy0lNLsnMzytWsqqurQUAmx4Kpg==" \ No newline at end of file diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/assets/highlight.css b/casdk-docs/static/client-apidocs/1.0.0/npm/assets/highlight.css new file mode 100644 index 000000000..8282fb3e7 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/assets/highlight.css @@ -0,0 +1,50 @@ +:root { + --light-hl-0: #001080; + --dark-hl-0: #9CDCFE; + --light-hl-1: #000000; + --dark-hl-1: #D4D4D4; + --light-hl-2: #098658; + --dark-hl-2: #B5CEA8; + --light-hl-3: #0070C1; + --dark-hl-3: #4FC1FF; + --light-code-background: #FFFFFF; + --dark-code-background: #1E1E1E; +} + +@media (prefers-color-scheme: light) { :root { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --code-background: var(--dark-code-background); +} } + +:root[data-theme='light'] { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --code-background: var(--light-code-background); +} + +:root[data-theme='dark'] { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --code-background: var(--dark-code-background); +} + +.hl-0 { color: var(--hl-0); } +.hl-1 { color: var(--hl-1); } +.hl-2 { color: var(--hl-2); } +.hl-3 { color: var(--hl-3); } +pre, code { background: var(--code-background); } diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/assets/icons.js b/casdk-docs/static/client-apidocs/1.0.0/npm/assets/icons.js new file mode 100644 index 000000000..58882d76d --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/assets/icons.js @@ -0,0 +1,18 @@ +(function() { + addIcons(); + function addIcons() { + if (document.readyState === "loading") return document.addEventListener("DOMContentLoaded", addIcons); + const svg = document.body.appendChild(document.createElementNS("http://www.w3.org/2000/svg", "svg")); + svg.innerHTML = `MMNEPVFCICPMFPCPTTAAATR`; + svg.style.display = "none"; + if (location.protocol === "file:") updateUseElements(); + } + + function updateUseElements() { + document.querySelectorAll("use").forEach(el => { + if (el.getAttribute("href").includes("#icon-")) { + el.setAttribute("href", el.getAttribute("href").replace(/.*#/, "#")); + } + }); + } +})() \ No newline at end of file diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/assets/icons.svg b/casdk-docs/static/client-apidocs/1.0.0/npm/assets/icons.svg new file mode 100644 index 000000000..50ad5799d --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/assets/icons.svg @@ -0,0 +1 @@ +MMNEPVFCICPMFPCPTTAAATR \ No newline at end of file diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/assets/main.js b/casdk-docs/static/client-apidocs/1.0.0/npm/assets/main.js new file mode 100644 index 000000000..4f59cd955 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/assets/main.js @@ -0,0 +1,60 @@ +"use strict"; +window.translations={"copy":"Copy","copied":"Copied!","normally_hidden":"This member is normally hidden due to your filter settings.","hierarchy_expand":"Expand","hierarchy_collapse":"Collapse"}; +"use strict";(()=>{var De=Object.create;var le=Object.defineProperty;var Fe=Object.getOwnPropertyDescriptor;var Ne=Object.getOwnPropertyNames;var Ve=Object.getPrototypeOf,Be=Object.prototype.hasOwnProperty;var qe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var je=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Ne(e))!Be.call(t,i)&&i!==n&&le(t,i,{get:()=>e[i],enumerable:!(r=Fe(e,i))||r.enumerable});return t};var $e=(t,e,n)=>(n=t!=null?De(Ve(t)):{},je(e||!t||!t.__esModule?le(n,"default",{value:t,enumerable:!0}):n,t));var pe=qe((de,he)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i0){var d=t.utils.clone(n)||{};d.position=[a,c],d.index=s.length,s.push(new t.Token(r.slice(a,o),d))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r1&&(oe&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ol?d+=2:a==l&&(n+=r[c+1]*i[d+1],c+=2,d+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var c=s.node.edges["*"];else{var c=new t.TokenSet;s.node.edges["*"]=c}s.str.length==1&&(c.final=!0),i.push({node:c,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),m=s.str.charAt(1),p;m in s.node.edges?p=s.node.edges[m]:(p=new t.TokenSet,s.node.edges[m]=p),s.str.length==1&&(p.final=!0),i.push({node:p,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof de=="object"?he.exports=n():e.lunr=n()}(this,function(){return t})})()});window.translations||={copy:"Copy",copied:"Copied!",normally_hidden:"This member is normally hidden due to your filter settings.",hierarchy_expand:"Expand",hierarchy_collapse:"Collapse"};var ce=[];function G(t,e){ce.push({selector:e,constructor:t})}var J=class{alwaysVisibleMember=null;constructor(){this.createComponents(document.body),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible()),document.body.style.display||(this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}createComponents(e){ce.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r,app:this}),r.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}showPage(){document.body.style.display&&(document.body.style.removeProperty("display"),this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}scrollToHash(){if(location.hash){let e=document.getElementById(location.hash.substring(1));if(!e)return;e.scrollIntoView({behavior:"instant",block:"start"})}}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),n=e?.parentElement;for(;n&&!n.classList.contains(".tsd-navigation");)n instanceof HTMLDetailsElement&&(n.open=!0),n=n.parentElement;if(e&&!ze(e)){let r=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=r,document.querySelector(".col-sidebar").scrollTop=r}}updateIndexVisibility(){let e=document.querySelector(".tsd-index-content"),n=e?.open;e&&(e.open=!0),document.querySelectorAll(".tsd-index-section").forEach(r=>{r.style.display="block";let i=Array.from(r.querySelectorAll(".tsd-index-link")).every(s=>s.offsetParent==null);r.style.display=i?"none":"block"}),e&&(e.open=n)}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let n=e.parentElement;for(;n&&n.tagName!=="SECTION";)n=n.parentElement;if(!n)return;let r=n.offsetParent==null,i=n;for(;i!==document.body;)i instanceof HTMLDetailsElement&&(i.open=!0),i=i.parentElement;if(n.offsetParent==null){this.alwaysVisibleMember=n,n.classList.add("always-visible");let s=document.createElement("p");s.classList.add("warning"),s.textContent=window.translations.normally_hidden,n.prepend(s)}r&&e.scrollIntoView()}listenForCodeCopies(){document.querySelectorAll("pre > button").forEach(e=>{let n;e.addEventListener("click",()=>{e.previousElementSibling instanceof HTMLElement&&navigator.clipboard.writeText(e.previousElementSibling.innerText.trim()),e.textContent=window.translations.copied,e.classList.add("visible"),clearTimeout(n),n=setTimeout(()=>{e.classList.remove("visible"),n=setTimeout(()=>{e.textContent=window.translations.copy},100)},1e3)})})}};function ze(t){let e=t.getBoundingClientRect(),n=Math.max(document.documentElement.clientHeight,window.innerHeight);return!(e.bottom<0||e.top-n>=0)}var ue=(t,e=100)=>{let n;return()=>{clearTimeout(n),n=setTimeout(()=>t(),e)}};var ge=$e(pe(),1);async function H(t){let e=Uint8Array.from(atob(t),s=>s.charCodeAt(0)),r=new Blob([e]).stream().pipeThrough(new DecompressionStream("deflate")),i=await new Response(r).text();return JSON.parse(i)}async function fe(t,e){if(!window.searchData)return;let n=await H(window.searchData);t.data=n,t.index=ge.Index.load(n.index),e.classList.remove("loading"),e.classList.add("ready")}function ve(){let t=document.getElementById("tsd-search");if(!t)return;let e={base:document.documentElement.dataset.base+"/"},n=document.getElementById("tsd-search-script");t.classList.add("loading"),n&&(n.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),n.addEventListener("load",()=>{fe(e,t)}),fe(e,t));let r=document.querySelector("#tsd-search input"),i=document.querySelector("#tsd-search .results");if(!r||!i)throw new Error("The input field or the result list wrapper was not found");i.addEventListener("mouseup",()=>{re(t)}),r.addEventListener("focus",()=>t.classList.add("has-focus")),We(t,i,r,e)}function We(t,e,n,r){n.addEventListener("input",ue(()=>{Ue(t,e,n,r)},200)),n.addEventListener("keydown",i=>{i.key=="Enter"?Je(e,t):i.key=="ArrowUp"?(me(e,n,-1),i.preventDefault()):i.key==="ArrowDown"&&(me(e,n,1),i.preventDefault())}),document.body.addEventListener("keypress",i=>{i.altKey||i.ctrlKey||i.metaKey||!n.matches(":focus")&&i.key==="/"&&(i.preventDefault(),n.focus())}),document.body.addEventListener("keyup",i=>{t.classList.contains("has-focus")&&(i.key==="Escape"||!e.matches(":focus-within")&&!n.matches(":focus"))&&(n.blur(),re(t))})}function re(t){t.classList.remove("has-focus")}function Ue(t,e,n,r){if(!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s;if(i){let o=i.split(" ").map(a=>a.length?`*${a}*`:"").join(" ");s=r.index.search(o)}else s=[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o`,d=ye(l.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(d+=` (score: ${s[o].score.toFixed(2)})`),l.parent&&(d=` + ${ye(l.parent,i)}.${d}`);let m=document.createElement("li");m.classList.value=l.classes??"";let p=document.createElement("a");p.href=r.base+l.url,p.innerHTML=c+d,m.append(p),p.addEventListener("focus",()=>{e.querySelector(".current")?.classList.remove("current"),m.classList.add("current")}),e.appendChild(m)}}function me(t,e,n){let r=t.querySelector(".current");if(!r)r=t.querySelector(n==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let i=r;if(n===1)do i=i.nextElementSibling??void 0;while(i instanceof HTMLElement&&i.offsetParent==null);else do i=i.previousElementSibling??void 0;while(i instanceof HTMLElement&&i.offsetParent==null);i?(r.classList.remove("current"),i.classList.add("current")):n===-1&&(r.classList.remove("current"),e.focus())}}function Je(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),re(e)}}function ye(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ne(t.substring(s,o)),`${ne(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(ne(t.substring(s))),i.join("")}var Ge={"&":"&","<":"<",">":">","'":"'",'"':"""};function ne(t){return t.replace(/[&<>"'"]/g,e=>Ge[e])}var I=class{el;app;constructor(e){this.el=e.el,this.app=e.app}};var A="mousedown",Ee="mousemove",B="mouseup",X={x:0,y:0},xe=!1,ie=!1,Xe=!1,D=!1,Le=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Le?"is-mobile":"not-mobile");Le&&"ontouchstart"in document.documentElement&&(Xe=!0,A="touchstart",Ee="touchmove",B="touchend");document.addEventListener(A,t=>{ie=!0,D=!1;let e=A=="touchstart"?t.targetTouches[0]:t;X.y=e.pageY||0,X.x=e.pageX||0});document.addEventListener(Ee,t=>{if(ie&&!D){let e=A=="touchstart"?t.targetTouches[0]:t,n=X.x-(e.pageX||0),r=X.y-(e.pageY||0);D=Math.sqrt(n*n+r*r)>10}});document.addEventListener(B,()=>{ie=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var Y=class extends I{active;className;constructor(e){super(e),this.className=this.el.dataset.toggle||"",this.el.addEventListener(B,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(A,n=>this.onDocumentPointerDown(n)),document.addEventListener(B,n=>this.onDocumentPointerUp(n))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(e){D||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!D&&this.active&&e.target.closest(".col-sidebar")){let n=e.target.closest("a");if(n){let r=window.location.href;r.indexOf("#")!=-1&&(r=r.substring(0,r.indexOf("#"))),n.href.substring(0,r.length)==r&&setTimeout(()=>this.setActive(!1),250)}}}};var se;try{se=localStorage}catch{se={getItem(){return null},setItem(){}}}var C=se;var be=document.head.appendChild(document.createElement("style"));be.dataset.for="filters";var Z=class extends I{key;value;constructor(e){super(e),this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),be.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } +`,this.app.updateIndexVisibility()}fromLocalStorage(){let e=C.getItem(this.key);return e?e==="true":this.el.checked}setLocalStorage(e){C.setItem(this.key,e.toString()),this.value=e,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),this.app.updateIndexVisibility()}};var oe=new Map,ae=class{open;accordions=[];key;constructor(e,n){this.key=e,this.open=n}add(e){this.accordions.push(e),e.open=this.open,e.addEventListener("toggle",()=>{this.toggle(e.open)})}toggle(e){for(let n of this.accordions)n.open=e;C.setItem(this.key,e.toString())}},K=class extends I{constructor(e){super(e);let n=this.el.querySelector("summary"),r=n.querySelector("a");r&&r.addEventListener("click",()=>{location.assign(r.href)});let i=`tsd-accordion-${n.dataset.key??n.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`,s;if(oe.has(i))s=oe.get(i);else{let o=C.getItem(i),a=o?o==="true":this.el.open;s=new ae(i,a),oe.set(i,s)}s.add(this.el)}};function Se(t){let e=C.getItem("tsd-theme")||"os";t.value=e,we(e),t.addEventListener("change",()=>{C.setItem("tsd-theme",t.value),we(t.value)})}function we(t){document.documentElement.dataset.theme=t}var ee;function Ce(){let t=document.getElementById("tsd-nav-script");t&&(t.addEventListener("load",Te),Te())}async function Te(){let t=document.getElementById("tsd-nav-container");if(!t||!window.navigationData)return;let e=await H(window.navigationData);ee=document.documentElement.dataset.base,ee.endsWith("/")||(ee+="/"),t.innerHTML="";for(let n of e)Ie(n,t,[]);window.app.createComponents(t),window.app.showPage(),window.app.ensureActivePageVisible()}function Ie(t,e,n){let r=e.appendChild(document.createElement("li"));if(t.children){let i=[...n,t.text],s=r.appendChild(document.createElement("details"));s.className=t.class?`${t.class} tsd-accordion`:"tsd-accordion";let o=s.appendChild(document.createElement("summary"));o.className="tsd-accordion-summary",o.dataset.key=i.join("$"),o.innerHTML='',ke(t,o);let a=s.appendChild(document.createElement("div"));a.className="tsd-accordion-details";let l=a.appendChild(document.createElement("ul"));l.className="tsd-nested-navigation";for(let c of t.children)Ie(c,l,i)}else ke(t,r,t.class)}function ke(t,e,n){if(t.path){let r=e.appendChild(document.createElement("a"));r.href=ee+t.path,n&&(r.className=n),location.pathname===r.pathname&&!r.href.includes("#")&&r.classList.add("current"),t.kind&&(r.innerHTML=``),r.appendChild(document.createElement("span")).textContent=t.text}else{let r=e.appendChild(document.createElement("span"));r.innerHTML='',r.appendChild(document.createElement("span")).textContent=t.text}}var te=document.documentElement.dataset.base;te.endsWith("/")||(te+="/");function Pe(){document.querySelector(".tsd-full-hierarchy")?Ye():document.querySelector(".tsd-hierarchy")&&Ze()}function Ye(){document.addEventListener("click",r=>{let i=r.target;for(;i.parentElement&&i.parentElement.tagName!="LI";)i=i.parentElement;i.dataset.dropdown&&(i.dataset.dropdown=String(i.dataset.dropdown!=="true"))});let t=new Map,e=new Set;for(let r of document.querySelectorAll(".tsd-full-hierarchy [data-refl]")){let i=r.querySelector("ul");t.has(r.dataset.refl)?e.add(r.dataset.refl):i&&t.set(r.dataset.refl,i)}for(let r of e)n(r);function n(r){let i=t.get(r).cloneNode(!0);i.querySelectorAll("[id]").forEach(s=>{s.removeAttribute("id")}),i.querySelectorAll("[data-dropdown]").forEach(s=>{s.dataset.dropdown="false"});for(let s of document.querySelectorAll(`[data-refl="${r}"]`)){let o=tt(),a=s.querySelector("ul");s.insertBefore(o,a),o.dataset.dropdown=String(!!a),a||s.appendChild(i.cloneNode(!0))}}}function Ze(){let t=document.getElementById("tsd-hierarchy-script");t&&(t.addEventListener("load",Qe),Qe())}async function Qe(){let t=document.querySelector(".tsd-panel.tsd-hierarchy:has(h4 a)");if(!t||!window.hierarchyData)return;let e=+t.dataset.refl,n=await H(window.hierarchyData),r=t.querySelector("ul"),i=document.createElement("ul");if(i.classList.add("tsd-hierarchy"),Ke(i,n,e),r.querySelectorAll("li").length==i.querySelectorAll("li").length)return;let s=document.createElement("span");s.classList.add("tsd-hierarchy-toggle"),s.textContent=window.translations.hierarchy_expand,t.querySelector("h4 a")?.insertAdjacentElement("afterend",s),s.insertAdjacentText("beforebegin",", "),s.addEventListener("click",()=>{s.textContent===window.translations.hierarchy_expand?(r.insertAdjacentElement("afterend",i),r.remove(),s.textContent=window.translations.hierarchy_collapse):(i.insertAdjacentElement("afterend",r),i.remove(),s.textContent=window.translations.hierarchy_expand)})}function Ke(t,e,n){let r=e.roots.filter(i=>et(e,i,n));for(let i of r)t.appendChild(Oe(e,i,n))}function Oe(t,e,n,r=new Set){if(r.has(e))return;r.add(e);let i=t.reflections[e],s=document.createElement("li");if(s.classList.add("tsd-hierarchy-item"),e===n){let o=s.appendChild(document.createElement("span"));o.textContent=i.name,o.classList.add("tsd-hierarchy-target")}else{for(let a of i.uniqueNameParents||[]){let l=t.reflections[a],c=s.appendChild(document.createElement("a"));c.textContent=l.name,c.href=te+l.url,c.className=l.class+" tsd-signature-type",s.append(document.createTextNode("."))}let o=s.appendChild(document.createElement("a"));o.textContent=t.reflections[e].name,o.href=te+i.url,o.className=i.class+" tsd-signature-type"}if(i.children){let o=s.appendChild(document.createElement("ul"));o.classList.add("tsd-hierarchy");for(let a of i.children){let l=Oe(t,a,n,r);l&&o.appendChild(l)}}return r.delete(e),s}function et(t,e,n){if(e===n)return!0;let r=new Set,i=[t.reflections[e]];for(;i.length;){let s=i.pop();if(!r.has(s)){r.add(s);for(let o of s.children||[]){if(o===n)return!0;i.push(t.reflections[o])}}}return!1}function tt(){let t=document.createElementNS("http://www.w3.org/2000/svg","svg");return t.setAttribute("width","20"),t.setAttribute("height","20"),t.setAttribute("viewBox","0 0 24 24"),t.setAttribute("fill","none"),t.innerHTML='',t}G(Y,"a[data-toggle]");G(K,".tsd-accordion");G(Z,".tsd-filter-item input[type=checkbox]");var _e=document.getElementById("tsd-theme");_e&&Se(_e);var nt=new J;Object.defineProperty(window,"app",{value:nt});ve();Ce();Pe();})(); +/*! Bundled license information: + +lunr/lunr.js: + (** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + *) + (*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + *) + (*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + *) +*/ diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/assets/navigation.js b/casdk-docs/static/client-apidocs/1.0.0/npm/assets/navigation.js new file mode 100644 index 000000000..46ed65d23 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/assets/navigation.js @@ -0,0 +1 @@ +window.navigationData = "eJyVlEFPwzAMhf9LzhUTE0yot7IyCQkJDogL4uBlLo1ok8rxxCbEf0cUSltIU3P28/ecFyePb4rxwCpVa6Cts9krEGaNUYlqgEuVKl2B9+gX4/pJyXWlEvVi7E6lp8uL96QnOVuY5z0BG2cDoGE5xrlxutX44DzDanSadu5ry2i94eMlsC7vgKBGRvL5/W2PNpaRCtA/p410jS2X56tpS6HHHHQYWz9KmBzWxvBXtfH+M84cGILQkUKMmjr8b5EIuHGEGjwLL1HQ9y9bsc8MuFvdIKwrxgAPUJnd1+WS21ZY58hgqvAyTInnN7h77NnBON/GtiYEdtT7FHur21e4mGkZu63OJs02oNnRcd7iWygHNwJmE8ENfxxRJNEGoVEkjoBMCg1GMVb8QT19AMbzKwU=" \ No newline at end of file diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/assets/search.js b/casdk-docs/static/client-apidocs/1.0.0/npm/assets/search.js new file mode 100644 index 000000000..c10fc6b17 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/assets/search.js @@ -0,0 +1 @@ +window.searchData = "eJzlnVuP2zYWgP+L8mpMzZsu85amHaB7QQO06MsgKDS2JtXWI3slzaTZIP99QYmyzxEPJeriZLt9cjLiuZEfD6lj0foUlMcPVXB7/yn4PS/2wS1X4SYo0qcsuA3epOXDsfihqLOiyuuP36b17re3aZk+ZXVWVt/9/GOwCZ7LQ3Ab5EWdlY/pLqu+GRW6+a1+OgSbYHdIqyqrgtsg+LzpzLMtl2f7h+MurfNjMd/MK6AC2NsEp7TMitorRodzVZ2W9c/5U7bAu0ZH3epY2b2s2C90Liv2q7k2QJUfRtfiZjYoK5ExH4VVxn7uYA8Y3+GWU5xoRXMgOsMZiNr3T3lV5cei+i6tU8oT1GAdwGyV42xhPx1Ga8eQEgYHh9LLWJnWefHe09y58QKD++dySpeC5tOMOvFw5KF+mytA4p+DLIcHUKnq9OnkbxuKLDPuPZJn29MGc8D0S3p4Hp8jZ7td88lGSYjujmW2S6vab5vkIeaPWpn9+zmr6mz/ul5i69VZT1qPd8tAvEtmxJiP/pNkuoP7tE5/0gvxwn7UepoF/Tr9qNV/XywdbK0lK6401B/yYn/88FP+n+HpOOZjq6Zq1azh5ODM9Z2qk+bm+6zIytR/bp5jPwtOGaGBIZmaJJZlhbXSwIJ5v+JEXzazV5vKS+buepN10ewccON4qvOn9KCX27fHvKirad4Ycd01p058uVOPXZOxOwjLn05y30rOcgWmq38MTJvu2oTdaVrn9fOeHHGk7RVoScdwdsw534v3vrZA03nGmo9RO6aVtwk4Dr+kh3zfNHhbHh8O2dN3WZ3mB5JWV1v/cao/nsh4BjW/MlJ0fM4AnHcT9WGOD0ZsHSeqOq2fp/fxq7PcOm7sm8vT3TjLreNGXlR1WuxmjAqQXMeVrCyP5YyBOcvNdiNUSlym5a+/zpsqrR9n6Wne3JgogFOXnmnLVK8/pGX2+pS//iM/Vs229E2ZpfWxPLv6+FzstOquMOaUGMwag70xzYQpxKW6UXrKU93opBvt2kYjnTVmYqxfHKA96H39HViOX1cfi91VQ2xMwnU8NSavEviN6devOKZ0wNcdbxP2jWN8nbdV9euXrEzfZ28cBedr9M/7rE5bq9Nq1X9mJpwxfxks3AM9lYymMPB1uurBmP7LMdIE/pVBacfdTcu3WVWjYu/dsezuAapvP6Kv0q7UeQ+6vtK5oPPu47HsCh7Vw0ePr+b+5PR4dMAXo8iHBzdNb55L7dEdVTe4UuftWpNeBYf/C1qIgL8YHdT4umlwcfRl0oprRv0VMspw7F8MlxEAppPzhVakv/Rq9L+yEvmvQs6yw91ptLPuTusXFozOXo8/niZ13d3pxgoG1GS3Ml5aHBh2c9HtP+G8DTeKYf4t7XAYS29aV4zE7xZsZjhTbrJmxbTGjcJobOvdCsyKcc72dTSm+RvUWTEs3HSNhrPKtmrVyFaj7wuS516y0l19LD2yXtvuCosXUNzvqvbStGXMqKOjXHlB83R92dI2FND1FjnP0BYvd9eIznPhWxripCVwWZyrLIb+8a64LC6Le9YC6R/ngqVyWVxLF03/ENdZPq8T7RXI/SrUMh47VtdzaMZqL7DB1VQxfjnncSyqunzewW+yB1S+wu19Qp65NA45sWjZm7+kDbm0dLlauBTNcm3KMrPSEjLi53rLw8zUP+Lf/LS+PGWPuLZKOl4h1c50c/bogvuPs0uez+kMtl/jfmTcwPl56GrGEzrD6od7Y+Bb98PhLHq1mHROOhwOwM7qIc6uQV8lwusNJfziHA7d6BQha8q4wdqToCtcwP4brSb3FPRCGFg3/UEe8msOqpabg3UT1NRZNSFarT48cDuM+sKrXkKpomJbZ8i8fJ01eG7Xh3foUMBaD+HFVXbnlkKvvTnyceJAuC3P6WbX7woci8f8vTlKejn/RR5Ap5v6P5WfnvK/Z/TZ9gHVr9JT/ns2sLF3ROBw4rnKStdxh0E3gOAqjpzSqvpwLPeTHQGCqziS7nZZVf18/D2jf/thcGwa2drIruLOQ1plb9P6t8m+aMFTK7iKI1VWvmTlD8U++2OyL61sbmRX65cfTzhFTOma42k4WUx05/FYPul7kzcwWfr6o4X1HclwXWPUIZi73ScZvD0Z+37CoQf1hKOYBEXtezd4dZ1SkqXRr5KE3PTL4gMmpyRu73Q9YG9ahvbOywMWp6XiKQl4qFun5lzvTDtgdFpynZJSB4xOzqJTcudIsJPS5aQkOWB4el70y4aeJqckQFfaQ1vbvPpbdSz+SRasbFfy6l/VsXgarEvh2N9tgpaO20/BS1bqSldwG/AbcZMEm+Axzw57/TNt3fnW3fHpSevZBPvj7rn55zvT7JdMd4Bu3Lb+Zhts7rcbKW84j9+929x3ws2F5g+djstfGkEWbO7Zhsc3TEgkyCxBhgR5sLnnG5HcMI7kuCXHkZwINveCkBOWnEByMtjcSypCaQlKJKhcESpLUCHB0BFhaMmFSC5yRBhZchGSi4PNvaIijC3BGAkmweY+pAQTSzDBg791jr7NDeuBo3GIKKuMQAezwzQSMSlr48MwP0xjkRDdy2yCGEaIaTAYOU2YTRHDGDEnR8wGiWGSmAaEMdKwTRPDOLHIFbANFMNEMc0J46RdGyqGqWKaFSZIYRsshsniDVmSyg82WRyTxZ05idtk8V5W0rAwRdklEhMmi2taWEjJ2mhxjBZv0IooWZssjsniDVnkdOA2WhyjxRu0ElLYRotjtHjkHCWbLY7Z4rFzlGy0OEaLJ85RssnimCyxdY2SsMkSmCzBXKMkbLIEJks0Cx6ZPISNlugtepoWTiYAQSx8mC0hXT0tbLYEZktoWjiZAYTNlsBsiWYFJDOAsNkSmC2hceHkii1suASGS2heOLkYCpsugekSGhhOLojCxktgvKQmhpPrmrT5kpgvqZHh5EyWNmASAyYbwMiZLG3AJAZMNtsqkk5pAyZ7WyvNjCDplMTuChMmNTOCb1hyE4YMC9uESUyY1MwIkjBpEyYxYTJyW7YJk5gwqZkRciPEDZc4F0ibMIkJk4nbsk2YxIQpzYxQlGVlE6YwYYo5LSubMIUJU5oZEZKWbcIUJkwJt2WbMIUJUw1hEWnZJkz1NvBuwhSxh8eEqYawmLRsE6YwYcpNmLIJU5gw1RCWkJZtwhQmTLkJUzZhChMWambklrIc2oSFmLDQTVhoExZiwkLNjCQzSWgTFmLCQjdhoU1YiAkLpXM+hzZhISYsVM4pGdqEhb3bxNA5q0LiVhETFkbOiRHahIWYsDB2sh3ahIWYsDBx4hnahIWYsMhNWGQTFmHCIs2MJPckkU1YhAmLuBOSyCYswoRFwglJZBMWYcIi6YQksgmLMGGRckIS2YRFmLAodEIS2YRFvWpE5IQkIioSmLDIncMim7AIExYlbkhswiJMWNwQRu4MYpuwGBMWN4TJjVA3kQqxsE1YjAmLuROS2CYsxoTFwglJbBMWY8Ji6YQktgmLMWGxckIS24TFmLDYvUrGNmExJiyOnJDENmFxr+gVOyGJiboXJixuCKNrZjZhMSYs2TozSWITlmDCkoYwcqgSm7AEE5a4c1hiE5ZgwhLNjCRvUBKbsAQTlki3ZZuwBBOWKHfMNmEJJizRzEjy1iixCUswYYl7H5bYhCWYsCR2u20TlvRKqw1h5E1ZQlRX++XVrTMPtdewOPibkXdT1l7ry/fKrFuNjqILnlui0rrtlVq3mh7FqNrjlqi2bnvl1q3mR1El9PZSX7xXcN1qghRVSW8v9cV7NdetZkhRxa32Ul+8V3XdaooUVaNqL/XFe5XXbVPNp8pU7aW+eK/2utUkKapS1V7qi/fAa2r1KqbEqcq+Vdp33wMwsrrf464p2Sty1jCqwt8v8Td1e8e8ocr8/Tp/U7qnuaUK/f1Kf1O9p7mlav39Yn9Tv6e5par9/XJ/U8OnuaUq/v2Sf1PFp7mlav79on9Tx6e5par+vbI/a0r5NLdE4Z/1Kv+sqebT3BK1f9Yr/jPuXlgZUf9nvS8AWFPUD+l8SXwH0P2t+V73JSvrbN8+LKC/lu2+nf4U/Gq+9BXnL7w/BVIFt58+bwIZmc+k/VTMfArzadop006ZdqFpF5p2EW8/k6357P4vzaeR11O1/QdvWny+fM3c/Pn8TbO+poNFj29cYlHyEotOnUZ55KfTPGkD1DGoTnTqpJc69PwD0BlBnUkX9tZbZ/sACVCooMJzh8aeCulTaQAP0KUyNsNrhi8yXRL7DRo+rAiNSHExEvt1xcgP6qAQgHYZztD+2D3gDjwGsyZic3SekDpAWjilN8GZPYAE6M05uhoqTueH8/b1EWrfXrRPGaqz9p46yJefOvwcIAg7ATOBefYiVHYCj24DtVs4wbzVXh4UBLGCYOMu5W233ZwVXrrBGxgumll40czNtBR+w4NeLAE0Aoq4yds88dNofnL8ooyDoZF+XbgnRhgOcJeO/ZI7OsMHVYJ+8wsOaeqxzCAqfjSf1XVZeHjyMZDL2ESHz3m+pzIGA638VHbv7ANJ9qKkW/z9VJkfYweaQC6Ufp2ID7cC7IAq4Te78NODIAvEMLl0U5b7pX70Qh3Q84Bn7rcwWadWQHKBKJvkkpiNWhJ3ycbXYefRcDBQIEMo0yOhMRiZLULs1+tj572BURClMmkpNDu9yBiP/ajxPbwNjIPNmzIRhmbLFRknYr8p5DqZDYwB4pRRHppxjIzR2JuasbPWwC6gUnU7PrNRjcz/Y7/J7XN4GgAMsmdoeIq6T+NA7LehubxrAsQF1Es/LOHDtGDJgFme+2m6vMoGZCewhxR+1FxeRQWyCPCmFVPdZDef5v/cXOZmEIXfNIEHFdFwAU4Sv6Vo8Awy0g23sNN1Uxt2MJsSv1mDT9YiZSAPJJ4AXN4vBAiAq6afU01zqAJsKYXfrCReVwX0AbiF307tcoADLJdwn7LtgGR+MXZvdb2og4uvn1Po1XFgsoDu4mZ+cL9uQwcpQKQhjLRbZz33ZuDdy2AIgIsm/foqa144BDSBfpN+K3/fGViu8Ndg3ucK+h1mKb9wzFucQDTAF+l3b9MvdnEwWMJviC4HosCYczjmshtzvxz+cn6jz6l9o8++e4sX8BPkP+G35L20r5QFXQ6d9NMBX6sHFIF+5yZY4cHCu01wyk/ZIS+y4Pb+3efP/wVs8haJ"; \ No newline at end of file diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/assets/style.css b/casdk-docs/static/client-apidocs/1.0.0/npm/assets/style.css new file mode 100644 index 000000000..7f80f3dc2 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/assets/style.css @@ -0,0 +1,1610 @@ +@layer typedoc { + :root { + /* Light */ + --light-color-background: #f2f4f8; + --light-color-background-secondary: #eff0f1; + --light-color-warning-text: #222; + --light-color-background-warning: #e6e600; + --light-color-accent: #c5c7c9; + --light-color-active-menu-item: var(--light-color-accent); + --light-color-text: #222; + --light-color-text-aside: #6e6e6e; + + --light-color-icon-background: var(--light-color-background); + --light-color-icon-text: var(--light-color-text); + + --light-color-comment-tag-text: var(--light-color-text); + --light-color-comment-tag: var(--light-color-background); + + --light-color-link: #1f70c2; + --light-color-focus-outline: #3584e4; + + --light-color-ts-keyword: #056bd6; + --light-color-ts-project: #b111c9; + --light-color-ts-module: var(--light-color-ts-project); + --light-color-ts-namespace: var(--light-color-ts-project); + --light-color-ts-enum: #7e6f15; + --light-color-ts-enum-member: var(--light-color-ts-enum); + --light-color-ts-variable: #4760ec; + --light-color-ts-function: #572be7; + --light-color-ts-class: #1f70c2; + --light-color-ts-interface: #108024; + --light-color-ts-constructor: var(--light-color-ts-class); + --light-color-ts-property: #9f5f30; + --light-color-ts-method: #be3989; + --light-color-ts-reference: #ff4d82; + --light-color-ts-call-signature: var(--light-color-ts-method); + --light-color-ts-index-signature: var(--light-color-ts-property); + --light-color-ts-constructor-signature: var( + --light-color-ts-constructor + ); + --light-color-ts-parameter: var(--light-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --light-color-ts-type-parameter: #a55c0e; + --light-color-ts-accessor: #c73c3c; + --light-color-ts-get-signature: var(--light-color-ts-accessor); + --light-color-ts-set-signature: var(--light-color-ts-accessor); + --light-color-ts-type-alias: #d51270; + /* reference not included as links will be colored with the kind that it points to */ + --light-color-document: #000000; + + --light-color-alert-note: #0969d9; + --light-color-alert-tip: #1a7f37; + --light-color-alert-important: #8250df; + --light-color-alert-warning: #9a6700; + --light-color-alert-caution: #cf222e; + + --light-external-icon: url("data:image/svg+xml;utf8,"); + --light-color-scheme: light; + + /* Dark */ + --dark-color-background: #2b2e33; + --dark-color-background-secondary: #1e2024; + --dark-color-background-warning: #bebe00; + --dark-color-warning-text: #222; + --dark-color-accent: #9096a2; + --dark-color-active-menu-item: #5d5d6a; + --dark-color-text: #f5f5f5; + --dark-color-text-aside: #dddddd; + + --dark-color-icon-background: var(--dark-color-background-secondary); + --dark-color-icon-text: var(--dark-color-text); + + --dark-color-comment-tag-text: var(--dark-color-text); + --dark-color-comment-tag: var(--dark-color-background); + + --dark-color-link: #00aff4; + --dark-color-focus-outline: #4c97f2; + + --dark-color-ts-keyword: #3399ff; + --dark-color-ts-project: #e358ff; + --dark-color-ts-module: var(--dark-color-ts-project); + --dark-color-ts-namespace: var(--dark-color-ts-project); + --dark-color-ts-enum: #f4d93e; + --dark-color-ts-enum-member: var(--dark-color-ts-enum); + --dark-color-ts-variable: #798dff; + --dark-color-ts-function: #a280ff; + --dark-color-ts-class: #8ac4ff; + --dark-color-ts-interface: #6cff87; + --dark-color-ts-constructor: var(--dark-color-ts-class); + --dark-color-ts-property: #ff984d; + --dark-color-ts-method: #ff4db8; + --dark-color-ts-reference: #ff4d82; + --dark-color-ts-call-signature: var(--dark-color-ts-method); + --dark-color-ts-index-signature: var(--dark-color-ts-property); + --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor); + --dark-color-ts-parameter: var(--dark-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --dark-color-ts-type-parameter: #e07d13; + --dark-color-ts-accessor: #ff6060; + --dark-color-ts-get-signature: var(--dark-color-ts-accessor); + --dark-color-ts-set-signature: var(--dark-color-ts-accessor); + --dark-color-ts-type-alias: #ff6492; + /* reference not included as links will be colored with the kind that it points to */ + --dark-color-document: #ffffff; + + --dark-color-alert-note: #0969d9; + --dark-color-alert-tip: #1a7f37; + --dark-color-alert-important: #8250df; + --dark-color-alert-warning: #9a6700; + --dark-color-alert-caution: #cf222e; + + --dark-external-icon: url("data:image/svg+xml;utf8,"); + --dark-color-scheme: dark; + } + + @media (prefers-color-scheme: light) { + :root { + --color-background: var(--light-color-background); + --color-background-secondary: var( + --light-color-background-secondary + ); + --color-background-warning: var(--light-color-background-warning); + --color-warning-text: var(--light-color-warning-text); + --color-accent: var(--light-color-accent); + --color-active-menu-item: var(--light-color-active-menu-item); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + + --color-icon-background: var(--light-color-icon-background); + --color-icon-text: var(--light-color-icon-text); + + --color-comment-tag-text: var(--light-color-text); + --color-comment-tag: var(--light-color-background); + + --color-link: var(--light-color-link); + --color-focus-outline: var(--light-color-focus-outline); + + --color-ts-keyword: var(--light-color-ts-keyword); + --color-ts-project: var(--light-color-ts-project); + --color-ts-module: var(--light-color-ts-module); + --color-ts-namespace: var(--light-color-ts-namespace); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-enum-member: var(--light-color-ts-enum-member); + --color-ts-variable: var(--light-color-ts-variable); + --color-ts-function: var(--light-color-ts-function); + --color-ts-class: var(--light-color-ts-class); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-constructor: var(--light-color-ts-constructor); + --color-ts-property: var(--light-color-ts-property); + --color-ts-method: var(--light-color-ts-method); + --color-ts-reference: var(--light-color-ts-reference); + --color-ts-call-signature: var(--light-color-ts-call-signature); + --color-ts-index-signature: var(--light-color-ts-index-signature); + --color-ts-constructor-signature: var( + --light-color-ts-constructor-signature + ); + --color-ts-parameter: var(--light-color-ts-parameter); + --color-ts-type-parameter: var(--light-color-ts-type-parameter); + --color-ts-accessor: var(--light-color-ts-accessor); + --color-ts-get-signature: var(--light-color-ts-get-signature); + --color-ts-set-signature: var(--light-color-ts-set-signature); + --color-ts-type-alias: var(--light-color-ts-type-alias); + --color-document: var(--light-color-document); + + --color-alert-note: var(--light-color-alert-note); + --color-alert-tip: var(--light-color-alert-tip); + --color-alert-important: var(--light-color-alert-important); + --color-alert-warning: var(--light-color-alert-warning); + --color-alert-caution: var(--light-color-alert-caution); + + --external-icon: var(--light-external-icon); + --color-scheme: var(--light-color-scheme); + } + } + + @media (prefers-color-scheme: dark) { + :root { + --color-background: var(--dark-color-background); + --color-background-secondary: var( + --dark-color-background-secondary + ); + --color-background-warning: var(--dark-color-background-warning); + --color-warning-text: var(--dark-color-warning-text); + --color-accent: var(--dark-color-accent); + --color-active-menu-item: var(--dark-color-active-menu-item); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + + --color-icon-background: var(--dark-color-icon-background); + --color-icon-text: var(--dark-color-icon-text); + + --color-comment-tag-text: var(--dark-color-text); + --color-comment-tag: var(--dark-color-background); + + --color-link: var(--dark-color-link); + --color-focus-outline: var(--dark-color-focus-outline); + + --color-ts-keyword: var(--dark-color-ts-keyword); + --color-ts-project: var(--dark-color-ts-project); + --color-ts-module: var(--dark-color-ts-module); + --color-ts-namespace: var(--dark-color-ts-namespace); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-enum-member: var(--dark-color-ts-enum-member); + --color-ts-variable: var(--dark-color-ts-variable); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-constructor: var(--dark-color-ts-constructor); + --color-ts-property: var(--dark-color-ts-property); + --color-ts-method: var(--dark-color-ts-method); + --color-ts-reference: var(--dark-color-ts-reference); + --color-ts-call-signature: var(--dark-color-ts-call-signature); + --color-ts-index-signature: var(--dark-color-ts-index-signature); + --color-ts-constructor-signature: var( + --dark-color-ts-constructor-signature + ); + --color-ts-parameter: var(--dark-color-ts-parameter); + --color-ts-type-parameter: var(--dark-color-ts-type-parameter); + --color-ts-accessor: var(--dark-color-ts-accessor); + --color-ts-get-signature: var(--dark-color-ts-get-signature); + --color-ts-set-signature: var(--dark-color-ts-set-signature); + --color-ts-type-alias: var(--dark-color-ts-type-alias); + --color-document: var(--dark-color-document); + + --color-alert-note: var(--dark-color-alert-note); + --color-alert-tip: var(--dark-color-alert-tip); + --color-alert-important: var(--dark-color-alert-important); + --color-alert-warning: var(--dark-color-alert-warning); + --color-alert-caution: var(--dark-color-alert-caution); + + --external-icon: var(--dark-external-icon); + --color-scheme: var(--dark-color-scheme); + } + } + + html { + color-scheme: var(--color-scheme); + } + + body { + margin: 0; + } + + :root[data-theme="light"] { + --color-background: var(--light-color-background); + --color-background-secondary: var(--light-color-background-secondary); + --color-background-warning: var(--light-color-background-warning); + --color-warning-text: var(--light-color-warning-text); + --color-icon-background: var(--light-color-icon-background); + --color-accent: var(--light-color-accent); + --color-active-menu-item: var(--light-color-active-menu-item); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-icon-text: var(--light-color-icon-text); + + --color-comment-tag-text: var(--light-color-text); + --color-comment-tag: var(--light-color-background); + + --color-link: var(--light-color-link); + --color-focus-outline: var(--light-color-focus-outline); + + --color-ts-keyword: var(--light-color-ts-keyword); + --color-ts-project: var(--light-color-ts-project); + --color-ts-module: var(--light-color-ts-module); + --color-ts-namespace: var(--light-color-ts-namespace); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-enum-member: var(--light-color-ts-enum-member); + --color-ts-variable: var(--light-color-ts-variable); + --color-ts-function: var(--light-color-ts-function); + --color-ts-class: var(--light-color-ts-class); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-constructor: var(--light-color-ts-constructor); + --color-ts-property: var(--light-color-ts-property); + --color-ts-method: var(--light-color-ts-method); + --color-ts-reference: var(--light-color-ts-reference); + --color-ts-call-signature: var(--light-color-ts-call-signature); + --color-ts-index-signature: var(--light-color-ts-index-signature); + --color-ts-constructor-signature: var( + --light-color-ts-constructor-signature + ); + --color-ts-parameter: var(--light-color-ts-parameter); + --color-ts-type-parameter: var(--light-color-ts-type-parameter); + --color-ts-accessor: var(--light-color-ts-accessor); + --color-ts-get-signature: var(--light-color-ts-get-signature); + --color-ts-set-signature: var(--light-color-ts-set-signature); + --color-ts-type-alias: var(--light-color-ts-type-alias); + --color-document: var(--light-color-document); + + --color-note: var(--light-color-note); + --color-tip: var(--light-color-tip); + --color-important: var(--light-color-important); + --color-warning: var(--light-color-warning); + --color-caution: var(--light-color-caution); + + --external-icon: var(--light-external-icon); + --color-scheme: var(--light-color-scheme); + } + + :root[data-theme="dark"] { + --color-background: var(--dark-color-background); + --color-background-secondary: var(--dark-color-background-secondary); + --color-background-warning: var(--dark-color-background-warning); + --color-warning-text: var(--dark-color-warning-text); + --color-icon-background: var(--dark-color-icon-background); + --color-accent: var(--dark-color-accent); + --color-active-menu-item: var(--dark-color-active-menu-item); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-icon-text: var(--dark-color-icon-text); + + --color-comment-tag-text: var(--dark-color-text); + --color-comment-tag: var(--dark-color-background); + + --color-link: var(--dark-color-link); + --color-focus-outline: var(--dark-color-focus-outline); + + --color-ts-keyword: var(--dark-color-ts-keyword); + --color-ts-project: var(--dark-color-ts-project); + --color-ts-module: var(--dark-color-ts-module); + --color-ts-namespace: var(--dark-color-ts-namespace); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-enum-member: var(--dark-color-ts-enum-member); + --color-ts-variable: var(--dark-color-ts-variable); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-constructor: var(--dark-color-ts-constructor); + --color-ts-property: var(--dark-color-ts-property); + --color-ts-method: var(--dark-color-ts-method); + --color-ts-reference: var(--dark-color-ts-reference); + --color-ts-call-signature: var(--dark-color-ts-call-signature); + --color-ts-index-signature: var(--dark-color-ts-index-signature); + --color-ts-constructor-signature: var( + --dark-color-ts-constructor-signature + ); + --color-ts-parameter: var(--dark-color-ts-parameter); + --color-ts-type-parameter: var(--dark-color-ts-type-parameter); + --color-ts-accessor: var(--dark-color-ts-accessor); + --color-ts-get-signature: var(--dark-color-ts-get-signature); + --color-ts-set-signature: var(--dark-color-ts-set-signature); + --color-ts-type-alias: var(--dark-color-ts-type-alias); + --color-document: var(--dark-color-document); + + --color-note: var(--dark-color-note); + --color-tip: var(--dark-color-tip); + --color-important: var(--dark-color-important); + --color-warning: var(--dark-color-warning); + --color-caution: var(--dark-color-caution); + + --external-icon: var(--dark-external-icon); + --color-scheme: var(--dark-color-scheme); + } + + *:focus-visible, + .tsd-accordion-summary:focus-visible svg { + outline: 2px solid var(--color-focus-outline); + } + + .always-visible, + .always-visible .tsd-signatures { + display: inherit !important; + } + + h1, + h2, + h3, + h4, + h5, + h6 { + line-height: 1.2; + } + + h1 { + font-size: 1.875rem; + margin: 0.67rem 0; + } + + h2 { + font-size: 1.5rem; + margin: 0.83rem 0; + } + + h3 { + font-size: 1.25rem; + margin: 1rem 0; + } + + h4 { + font-size: 1.05rem; + margin: 1.33rem 0; + } + + h5 { + font-size: 1rem; + margin: 1.5rem 0; + } + + h6 { + font-size: 0.875rem; + margin: 2.33rem 0; + } + + dl, + menu, + ol, + ul { + margin: 1em 0; + } + + dd { + margin: 0 0 0 34px; + } + + .container { + max-width: 1700px; + padding: 0 2rem; + } + + /* Footer */ + footer { + border-top: 1px solid var(--color-accent); + padding-top: 1rem; + padding-bottom: 1rem; + max-height: 3.5rem; + } + footer > p { + margin: 0 1em; + } + + .container-main { + margin: 0 auto; + /* toolbar, footer, margin */ + min-height: calc(100vh - 41px - 56px - 4rem); + } + + @keyframes fade-in { + from { + opacity: 0; + } + to { + opacity: 1; + } + } + @keyframes fade-out { + from { + opacity: 1; + visibility: visible; + } + to { + opacity: 0; + } + } + @keyframes fade-in-delayed { + 0% { + opacity: 0; + } + 33% { + opacity: 0; + } + 100% { + opacity: 1; + } + } + @keyframes fade-out-delayed { + 0% { + opacity: 1; + visibility: visible; + } + 66% { + opacity: 0; + } + 100% { + opacity: 0; + } + } + @keyframes pop-in-from-right { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } + } + @keyframes pop-out-to-right { + from { + transform: translate(0, 0); + visibility: visible; + } + to { + transform: translate(100%, 0); + } + } + body { + background: var(--color-background); + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", + Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; + font-size: 16px; + color: var(--color-text); + } + + a { + color: var(--color-link); + text-decoration: none; + } + a:hover { + text-decoration: underline; + } + a.external[target="_blank"] { + background-image: var(--external-icon); + background-position: top 3px right; + background-repeat: no-repeat; + padding-right: 13px; + } + a.tsd-anchor-link { + color: var(--color-text); + } + + code, + pre { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + padding: 0.2em; + margin: 0; + font-size: 0.875rem; + border-radius: 0.8em; + } + + pre { + position: relative; + white-space: pre-wrap; + word-wrap: break-word; + padding: 10px; + border: 1px solid var(--color-accent); + margin-bottom: 8px; + } + pre code { + padding: 0; + font-size: 100%; + } + pre > button { + position: absolute; + top: 10px; + right: 10px; + opacity: 0; + transition: opacity 0.1s; + box-sizing: border-box; + } + pre:hover > button, + pre > button.visible { + opacity: 1; + } + + blockquote { + margin: 1em 0; + padding-left: 1em; + border-left: 4px solid gray; + } + + .tsd-typography { + line-height: 1.333em; + } + .tsd-typography ul { + list-style: square; + padding: 0 0 0 20px; + margin: 0; + } + .tsd-typography .tsd-index-panel h3, + .tsd-index-panel .tsd-typography h3, + .tsd-typography h4, + .tsd-typography h5, + .tsd-typography h6 { + font-size: 1em; + } + .tsd-typography h5, + .tsd-typography h6 { + font-weight: normal; + } + .tsd-typography p, + .tsd-typography ul, + .tsd-typography ol { + margin: 1em 0; + } + .tsd-typography table { + border-collapse: collapse; + border: none; + } + .tsd-typography td, + .tsd-typography th { + padding: 6px 13px; + border: 1px solid var(--color-accent); + } + .tsd-typography thead, + .tsd-typography tr:nth-child(even) { + background-color: var(--color-background-secondary); + } + + .tsd-alert { + padding: 8px 16px; + margin-bottom: 16px; + border-left: 0.25em solid var(--alert-color); + } + .tsd-alert blockquote > :last-child, + .tsd-alert > :last-child { + margin-bottom: 0; + } + .tsd-alert-title { + color: var(--alert-color); + display: inline-flex; + align-items: center; + } + .tsd-alert-title span { + margin-left: 4px; + } + + .tsd-alert-note { + --alert-color: var(--color-alert-note); + } + .tsd-alert-tip { + --alert-color: var(--color-alert-tip); + } + .tsd-alert-important { + --alert-color: var(--color-alert-important); + } + .tsd-alert-warning { + --alert-color: var(--color-alert-warning); + } + .tsd-alert-caution { + --alert-color: var(--color-alert-caution); + } + + .tsd-breadcrumb { + margin: 0; + padding: 0; + color: var(--color-text-aside); + } + .tsd-breadcrumb a { + color: var(--color-text-aside); + text-decoration: none; + } + .tsd-breadcrumb a:hover { + text-decoration: underline; + } + .tsd-breadcrumb li { + display: inline; + } + .tsd-breadcrumb li:after { + content: " / "; + } + + .tsd-comment-tags { + display: flex; + flex-direction: column; + } + dl.tsd-comment-tag-group { + display: flex; + align-items: center; + overflow: hidden; + margin: 0.5em 0; + } + dl.tsd-comment-tag-group dt { + display: flex; + margin-right: 0.5em; + font-size: 0.875em; + font-weight: normal; + } + dl.tsd-comment-tag-group dd { + margin: 0; + } + code.tsd-tag { + padding: 0.25em 0.4em; + border: 0.1em solid var(--color-accent); + margin-right: 0.25em; + font-size: 70%; + } + h1 code.tsd-tag:first-of-type { + margin-left: 0.25em; + } + + dl.tsd-comment-tag-group dd:before, + dl.tsd-comment-tag-group dd:after { + content: " "; + } + dl.tsd-comment-tag-group dd pre, + dl.tsd-comment-tag-group dd:after { + clear: both; + } + dl.tsd-comment-tag-group p { + margin: 0; + } + + .tsd-panel.tsd-comment .lead { + font-size: 1.1em; + line-height: 1.333em; + margin-bottom: 2em; + } + .tsd-panel.tsd-comment .lead:last-child { + margin-bottom: 0; + } + + .tsd-filter-visibility h4 { + font-size: 1rem; + padding-top: 0.75rem; + padding-bottom: 0.5rem; + margin: 0; + } + .tsd-filter-item:not(:last-child) { + margin-bottom: 0.5rem; + } + .tsd-filter-input { + display: flex; + width: -moz-fit-content; + width: fit-content; + align-items: center; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; + } + .tsd-filter-input input[type="checkbox"] { + cursor: pointer; + position: absolute; + width: 1.5em; + height: 1.5em; + opacity: 0; + } + .tsd-filter-input input[type="checkbox"]:disabled { + pointer-events: none; + } + .tsd-filter-input svg { + cursor: pointer; + width: 1.5em; + height: 1.5em; + margin-right: 0.5em; + border-radius: 0.33em; + /* Leaving this at full opacity breaks event listeners on Firefox. + Don't remove unless you know what you're doing. */ + opacity: 0.99; + } + .tsd-filter-input input[type="checkbox"]:focus-visible + svg { + outline: 2px solid var(--color-focus-outline); + } + .tsd-checkbox-background { + fill: var(--color-accent); + } + input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { + stroke: var(--color-text); + } + .tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background { + fill: var(--color-background); + stroke: var(--color-accent); + stroke-width: 0.25rem; + } + .tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark { + stroke: var(--color-accent); + } + + .settings-label { + font-weight: bold; + text-transform: uppercase; + display: inline-block; + } + + .tsd-filter-visibility .settings-label { + margin: 0.75rem 0 0.5rem 0; + } + + .tsd-theme-toggle .settings-label { + margin: 0.75rem 0.75rem 0 0; + } + + .tsd-hierarchy h4 label:hover span { + text-decoration: underline; + } + + .tsd-hierarchy { + list-style: square; + margin: 0; + } + .tsd-hierarchy-target { + font-weight: bold; + } + .tsd-hierarchy-toggle { + color: var(--color-link); + cursor: pointer; + } + + .tsd-full-hierarchy:not(:last-child) { + margin-bottom: 1em; + padding-bottom: 1em; + border-bottom: 1px solid var(--color-accent); + } + .tsd-full-hierarchy, + .tsd-full-hierarchy ul { + list-style: none; + margin: 0; + padding: 0; + } + .tsd-full-hierarchy ul { + padding-left: 1.5rem; + } + .tsd-full-hierarchy a { + padding: 0.25rem 0 !important; + font-size: 1rem; + display: inline-flex; + align-items: center; + color: var(--color-text); + } + .tsd-full-hierarchy svg[data-dropdown] { + cursor: pointer; + } + .tsd-full-hierarchy svg[data-dropdown="false"] { + transform: rotate(-90deg); + } + .tsd-full-hierarchy svg[data-dropdown="false"] ~ ul { + display: none; + } + + .tsd-panel-group.tsd-index-group { + margin-bottom: 0; + } + .tsd-index-panel .tsd-index-list { + list-style: none; + line-height: 1.333em; + margin: 0; + padding: 0.25rem 0 0 0; + overflow: hidden; + display: grid; + grid-template-columns: repeat(3, 1fr); + column-gap: 1rem; + grid-template-rows: auto; + } + @media (max-width: 1024px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(2, 1fr); + } + } + @media (max-width: 768px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(1, 1fr); + } + } + .tsd-index-panel .tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; + } + + .tsd-flag { + display: inline-block; + padding: 0.25em 0.4em; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 75%; + line-height: 1; + font-weight: normal; + } + + .tsd-anchor { + position: relative; + top: -100px; + } + + .tsd-member { + position: relative; + } + .tsd-member .tsd-anchor + h3 { + display: flex; + align-items: center; + margin-top: 0; + margin-bottom: 0; + border-bottom: none; + } + + .tsd-navigation.settings { + margin: 1rem 0; + } + .tsd-navigation > a, + .tsd-navigation .tsd-accordion-summary { + width: calc(100% - 0.25rem); + display: flex; + align-items: center; + } + .tsd-navigation a, + .tsd-navigation summary > span, + .tsd-page-navigation a { + display: flex; + width: calc(100% - 0.25rem); + align-items: center; + padding: 0.25rem; + color: var(--color-text); + text-decoration: none; + box-sizing: border-box; + } + .tsd-navigation a.current, + .tsd-page-navigation a.current { + background: var(--color-active-menu-item); + } + .tsd-navigation a:hover, + .tsd-page-navigation a:hover { + text-decoration: underline; + } + .tsd-navigation ul, + .tsd-page-navigation ul { + margin-top: 0; + margin-bottom: 0; + padding: 0; + list-style: none; + } + .tsd-navigation li, + .tsd-page-navigation li { + padding: 0; + max-width: 100%; + } + .tsd-navigation .tsd-nav-link { + display: none; + } + .tsd-nested-navigation { + margin-left: 3rem; + } + .tsd-nested-navigation > li > details { + margin-left: -1.5rem; + } + .tsd-small-nested-navigation { + margin-left: 1.5rem; + } + .tsd-small-nested-navigation > li > details { + margin-left: -1.5rem; + } + + .tsd-page-navigation-section { + margin-left: 10px; + } + .tsd-page-navigation-section > summary { + padding: 0.25rem; + } + .tsd-page-navigation-section > div { + margin-left: 20px; + } + .tsd-page-navigation ul { + padding-left: 1.75rem; + } + + #tsd-sidebar-links a { + margin-top: 0; + margin-bottom: 0.5rem; + line-height: 1.25rem; + } + #tsd-sidebar-links a:last-of-type { + margin-bottom: 0; + } + + a.tsd-index-link { + padding: 0.25rem 0 !important; + font-size: 1rem; + line-height: 1.25rem; + display: inline-flex; + align-items: center; + color: var(--color-text); + } + .tsd-accordion-summary { + list-style-type: none; /* hide marker on non-safari */ + outline: none; /* broken on safari, so just hide it */ + } + .tsd-accordion-summary::-webkit-details-marker { + display: none; /* hide marker on safari */ + } + .tsd-accordion-summary, + .tsd-accordion-summary a { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + + cursor: pointer; + } + .tsd-accordion-summary a { + width: calc(100% - 1.5rem); + } + .tsd-accordion-summary > * { + margin-top: 0; + margin-bottom: 0; + padding-top: 0; + padding-bottom: 0; + } + .tsd-accordion .tsd-accordion-summary > svg { + margin-left: 0.25rem; + vertical-align: text-top; + } + /* + We need to be careful to target the arrow indicating whether the accordion + is open, but not any other SVGs included in the details element. +*/ + .tsd-accordion:not([open]) > .tsd-accordion-summary > svg:first-child, + .tsd-accordion:not([open]) > .tsd-accordion-summary > h1 > svg:first-child, + .tsd-accordion:not([open]) > .tsd-accordion-summary > h2 > svg:first-child, + .tsd-accordion:not([open]) > .tsd-accordion-summary > h3 > svg:first-child, + .tsd-accordion:not([open]) > .tsd-accordion-summary > h4 > svg:first-child { + transform: rotate(-90deg); + } + .tsd-index-content > :not(:first-child) { + margin-top: 0.75rem; + } + .tsd-index-heading { + margin-top: 1.5rem; + margin-bottom: 0.75rem; + } + + .tsd-no-select { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + } + .tsd-kind-icon { + margin-right: 0.5rem; + width: 1.25rem; + height: 1.25rem; + min-width: 1.25rem; + min-height: 1.25rem; + } + .tsd-signature > .tsd-kind-icon { + margin-right: 0.8rem; + } + + .tsd-panel { + margin-bottom: 2.5rem; + } + .tsd-panel.tsd-member { + margin-bottom: 4rem; + } + .tsd-panel:empty { + display: none; + } + .tsd-panel > h1, + .tsd-panel > h2, + .tsd-panel > h3 { + margin: 1.5rem -1.5rem 0.75rem -1.5rem; + padding: 0 1.5rem 0.75rem 1.5rem; + } + .tsd-panel > h1.tsd-before-signature, + .tsd-panel > h2.tsd-before-signature, + .tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: none; + } + + .tsd-panel-group { + margin: 2rem 0; + } + .tsd-panel-group.tsd-index-group { + margin: 2rem 0; + } + .tsd-panel-group.tsd-index-group details { + margin: 2rem 0; + } + .tsd-panel-group > .tsd-accordion-summary { + margin-bottom: 1rem; + } + + #tsd-search { + transition: background-color 0.2s; + } + #tsd-search .title { + position: relative; + z-index: 2; + } + #tsd-search .field { + position: absolute; + left: 0; + top: 0; + right: 2.5rem; + height: 100%; + } + #tsd-search .field input { + box-sizing: border-box; + position: relative; + top: -50px; + z-index: 1; + width: 100%; + padding: 0 10px; + opacity: 0; + outline: 0; + border: 0; + background: transparent; + color: var(--color-text); + } + #tsd-search .field label { + position: absolute; + overflow: hidden; + right: -40px; + } + #tsd-search .field input, + #tsd-search .title, + #tsd-toolbar-links a { + transition: opacity 0.2s; + } + #tsd-search .results { + position: absolute; + visibility: hidden; + top: 40px; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + } + #tsd-search .results li { + background-color: var(--color-background); + line-height: initial; + padding: 4px; + } + #tsd-search .results li:nth-child(even) { + background-color: var(--color-background-secondary); + } + #tsd-search .results li.state { + display: none; + } + #tsd-search .results li.current:not(.no-results), + #tsd-search .results li:hover:not(.no-results) { + background-color: var(--color-accent); + } + #tsd-search .results a { + display: flex; + align-items: center; + padding: 0.25rem; + box-sizing: border-box; + } + #tsd-search .results a:before { + top: 10px; + } + #tsd-search .results span.parent { + color: var(--color-text-aside); + font-weight: normal; + } + #tsd-search.has-focus { + background-color: var(--color-accent); + } + #tsd-search.has-focus .field input { + top: 0; + opacity: 1; + } + #tsd-search.has-focus .title, + #tsd-search.has-focus #tsd-toolbar-links a { + z-index: 0; + opacity: 0; + } + #tsd-search.has-focus .results { + visibility: visible; + } + #tsd-search.loading .results li.state.loading { + display: block; + } + #tsd-search.failure .results li.state.failure { + display: block; + } + + #tsd-toolbar-links { + position: absolute; + top: 0; + right: 2rem; + height: 100%; + display: flex; + align-items: center; + justify-content: flex-end; + } + #tsd-toolbar-links a { + margin-left: 1.5rem; + } + #tsd-toolbar-links a:hover { + text-decoration: underline; + } + + .tsd-signature { + margin: 0 0 1rem 0; + padding: 1rem 0.5rem; + border: 1px solid var(--color-accent); + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + font-size: 14px; + overflow-x: auto; + } + + .tsd-signature-keyword { + color: var(--color-ts-keyword); + font-weight: normal; + } + + .tsd-signature-symbol { + color: var(--color-text-aside); + font-weight: normal; + } + + .tsd-signature-type { + font-style: italic; + font-weight: normal; + } + + .tsd-signatures { + padding: 0; + margin: 0 0 1em 0; + list-style-type: none; + } + .tsd-signatures .tsd-signature { + margin: 0; + border-color: var(--color-accent); + border-width: 1px 0; + transition: background-color 0.1s; + } + .tsd-signatures .tsd-index-signature:not(:last-child) { + margin-bottom: 1em; + } + .tsd-signatures .tsd-index-signature .tsd-signature { + border-width: 1px; + } + .tsd-description .tsd-signatures .tsd-signature { + border-width: 1px; + } + + ul.tsd-parameter-list, + ul.tsd-type-parameter-list { + list-style: square; + margin: 0; + padding-left: 20px; + } + ul.tsd-parameter-list > li.tsd-parameter-signature, + ul.tsd-type-parameter-list > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; + } + ul.tsd-parameter-list h5, + ul.tsd-type-parameter-list h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; + } + .tsd-sources { + margin-top: 1rem; + font-size: 0.875em; + } + .tsd-sources a { + color: var(--color-text-aside); + text-decoration: underline; + } + .tsd-sources ul { + list-style: none; + padding: 0; + } + + .tsd-page-toolbar { + position: sticky; + z-index: 1; + top: 0; + left: 0; + width: 100%; + color: var(--color-text); + background: var(--color-background-secondary); + border-bottom: 1px var(--color-accent) solid; + transition: transform 0.3s ease-in-out; + } + .tsd-page-toolbar a { + color: var(--color-text); + text-decoration: none; + } + .tsd-page-toolbar a.title { + font-weight: bold; + } + .tsd-page-toolbar a.title:hover { + text-decoration: underline; + } + .tsd-page-toolbar .tsd-toolbar-contents { + display: flex; + justify-content: space-between; + height: 2.5rem; + margin: 0 auto; + } + .tsd-page-toolbar .table-cell { + position: relative; + white-space: nowrap; + line-height: 40px; + } + .tsd-page-toolbar .table-cell:first-child { + width: 100%; + } + .tsd-page-toolbar .tsd-toolbar-icon { + box-sizing: border-box; + line-height: 0; + padding: 12px 0; + } + + .tsd-widget { + display: inline-block; + overflow: hidden; + opacity: 0.8; + height: 40px; + transition: + opacity 0.1s, + background-color 0.2s; + vertical-align: bottom; + cursor: pointer; + } + .tsd-widget:hover { + opacity: 0.9; + } + .tsd-widget.active { + opacity: 1; + background-color: var(--color-accent); + } + .tsd-widget.no-caption { + width: 40px; + } + .tsd-widget.no-caption:before { + margin: 0; + } + + .tsd-widget.options, + .tsd-widget.menu { + display: none; + } + input[type="checkbox"] + .tsd-widget:before { + background-position: -120px 0; + } + input[type="checkbox"]:checked + .tsd-widget:before { + background-position: -160px 0; + } + + img { + max-width: 100%; + } + + .tsd-member-summary-name { + display: inline-flex; + align-items: center; + padding: 0.25rem; + text-decoration: none; + } + + .tsd-anchor-icon { + display: inline-flex; + align-items: center; + margin-left: 0.5rem; + color: var(--color-text); + } + + .tsd-anchor-icon svg { + width: 1em; + height: 1em; + visibility: hidden; + } + + .tsd-member-summary-name:hover > .tsd-anchor-icon svg, + .tsd-anchor-link:hover > .tsd-anchor-icon svg { + visibility: visible; + } + + .deprecated { + text-decoration: line-through !important; + } + + .warning { + padding: 1rem; + color: var(--color-warning-text); + background: var(--color-background-warning); + } + + .tsd-kind-project { + color: var(--color-ts-project); + } + .tsd-kind-module { + color: var(--color-ts-module); + } + .tsd-kind-namespace { + color: var(--color-ts-namespace); + } + .tsd-kind-enum { + color: var(--color-ts-enum); + } + .tsd-kind-enum-member { + color: var(--color-ts-enum-member); + } + .tsd-kind-variable { + color: var(--color-ts-variable); + } + .tsd-kind-function { + color: var(--color-ts-function); + } + .tsd-kind-class { + color: var(--color-ts-class); + } + .tsd-kind-interface { + color: var(--color-ts-interface); + } + .tsd-kind-constructor { + color: var(--color-ts-constructor); + } + .tsd-kind-property { + color: var(--color-ts-property); + } + .tsd-kind-method { + color: var(--color-ts-method); + } + .tsd-kind-reference { + color: var(--color-ts-reference); + } + .tsd-kind-call-signature { + color: var(--color-ts-call-signature); + } + .tsd-kind-index-signature { + color: var(--color-ts-index-signature); + } + .tsd-kind-constructor-signature { + color: var(--color-ts-constructor-signature); + } + .tsd-kind-parameter { + color: var(--color-ts-parameter); + } + .tsd-kind-type-parameter { + color: var(--color-ts-type-parameter); + } + .tsd-kind-accessor { + color: var(--color-ts-accessor); + } + .tsd-kind-get-signature { + color: var(--color-ts-get-signature); + } + .tsd-kind-set-signature { + color: var(--color-ts-set-signature); + } + .tsd-kind-type-alias { + color: var(--color-ts-type-alias); + } + + /* if we have a kind icon, don't color the text by kind */ + .tsd-kind-icon ~ span { + color: var(--color-text); + } + + * { + scrollbar-width: thin; + scrollbar-color: var(--color-accent) var(--color-icon-background); + } + + *::-webkit-scrollbar { + width: 0.75rem; + } + + *::-webkit-scrollbar-track { + background: var(--color-icon-background); + } + + *::-webkit-scrollbar-thumb { + background-color: var(--color-accent); + border-radius: 999rem; + border: 0.25rem solid var(--color-icon-background); + } + + /* mobile */ + @media (max-width: 769px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } + + .container-main { + display: flex; + } + html .col-content { + float: none; + max-width: 100%; + width: 100%; + } + html .col-sidebar { + position: fixed !important; + overflow-y: auto; + -webkit-overflow-scrolling: touch; + z-index: 1024; + top: 0 !important; + bottom: 0 !important; + left: auto !important; + right: 0 !important; + padding: 1.5rem 1.5rem 0 0; + width: 75vw; + visibility: hidden; + background-color: var(--color-background); + transform: translate(100%, 0); + } + html .col-sidebar > *:last-child { + padding-bottom: 20px; + } + html .overlay { + content: ""; + display: block; + position: fixed; + z-index: 1023; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.75); + visibility: hidden; + } + + .to-has-menu .overlay { + animation: fade-in 0.4s; + } + + .to-has-menu .col-sidebar { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu .col-sidebar { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu .col-sidebar { + visibility: visible; + transform: translate(0, 0); + display: flex; + flex-direction: column; + gap: 1.5rem; + max-height: 100vh; + padding: 1rem 2rem; + } + .has-menu .tsd-navigation { + max-height: 100%; + } + #tsd-toolbar-links { + display: none; + } + .tsd-navigation .tsd-nav-link { + display: flex; + } + } + + /* one sidebar */ + @media (min-width: 770px) { + .container-main { + display: grid; + grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); + grid-template-areas: "sidebar content"; + margin: 2rem auto; + } + + .col-sidebar { + grid-area: sidebar; + } + .col-content { + grid-area: content; + padding: 0 1rem; + } + } + @media (min-width: 770px) and (max-width: 1399px) { + .col-sidebar { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + padding-top: 1rem; + } + .site-menu { + margin-top: 1rem; + } + } + + /* two sidebars */ + @media (min-width: 1200px) { + .container-main { + grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax( + 0, + 20rem + ); + grid-template-areas: "sidebar content toc"; + } + + .col-sidebar { + display: contents; + } + + .page-menu { + grid-area: toc; + padding-left: 1rem; + } + .site-menu { + grid-area: sidebar; + } + + .site-menu { + margin-top: 1rem; + } + + .page-menu, + .site-menu { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + } + } +} diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/classes/CarbonAwareApi.html b/casdk-docs/static/client-apidocs/1.0.0/npm/classes/CarbonAwareApi.html new file mode 100644 index 000000000..5a7f5fc15 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/classes/CarbonAwareApi.html @@ -0,0 +1,47 @@ +CarbonAwareApi | @YaSuenag/casdk-client - v1.0.0

CarbonAwareApi - object-oriented interface

+

CarbonAwareApi

+

Hierarchy

  • BaseAPI
    • CarbonAwareApi

Constructors

  • Parameters

    • Optionalconfiguration: Configuration
    • basePath: string = BASE_PATH
    • axios: AxiosInstance = globalAxios

    Returns CarbonAwareApi

Methods

  • This endpoint takes a batch of requests for historical forecast data, fetches them, and calculates the optimal marginal carbon intensity windows for each using the same parameters available to the '/emissions/forecasts/current' endpoint. This endpoint is useful for back-testing what one might have done in the past, if they had access to the current forecast at the time.

    +

    Parameters

    • OptionalemissionsForecastBatchParametersDTO: EmissionsForecastBatchParametersDTO[]

      Array of requested forecasts.

      +
    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<EmissionsForecastDTO[], any>>

    CarbonAwareApi

    +
  • This endpoint is useful for reporting the measured carbon intensity for a specific time period in a specific location.

    +

    Parameters

    • location: string

      The location name where workflow is run

      +
    • startTime: string

      The time at which the workflow we are measuring carbon intensity for started

      +
    • endTime: string

      The time at which the workflow we are measuring carbon intensity for ended

      +
    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<CarbonIntensityDTO, any>>

    CarbonAwareApi

    +
  • The application only supports batching across a single location with different time boundaries. If multiple locations are provided, an error is returned. For each item in the request array, the application returns a corresponding object containing the location, time boundaries, and average marginal carbon intensity.

    +

    Parameters

    • OptionalcarbonIntensityBatchParametersDTO: CarbonIntensityBatchParametersDTO[]

      Array of inputs where each contains a &quot;location&quot;, &quot;startDate&quot;, and &quot;endDate&quot; for which to calculate average marginal carbon intensity.

      +
    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<CarbonIntensityDTO[], any>>

    CarbonAwareApi

    +
  • Parameters

    • location: string[]

      String array of named locations

      +
    • Optionaltime: string

      [Optional] Start time for the data query.

      +
    • OptionaltoTime: string

      [Optional] End time for the data query.

      +
    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<EmissionsData[], any>>

    CarbonAwareApi

    +
  • This endpoint fetches only the most recently generated forecast for all provided locations. It uses the "dataStartAt" and "dataEndAt" parameters to scope the forecasted data points (if available for those times). If no start or end time boundaries are provided, the entire forecast dataset is used. The scoped data points are used to calculate average marginal carbon intensities of the specified "windowSize" and the optimal marginal carbon intensity window is identified. The forecast data represents what the data source predicts future marginal carbon intensity values to be, not actual measured emissions data (as future values cannot be known). This endpoint is useful for determining if there is a more carbon-optimal time to use electricity predicted in the future.

    +

    Parameters

    • location: string[]

      String array of named locations

      +
    • OptionaldataStartAt: string

      Start time boundary of forecasted data points.Ignores current forecast data points before this time. Defaults to the earliest time in the forecast data.

      +
    • OptionaldataEndAt: string

      End time boundary of forecasted data points. Ignores current forecast data points after this time. Defaults to the latest time in the forecast data.

      +
    • OptionalwindowSize: number

      The estimated duration (in minutes) of the workload. Defaults to the duration of a single forecast data point.

      +
    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<EmissionsForecastDTO[], any>>

    CarbonAwareApi

    +
  • Parameters

    • location: string

      String named location.

      +
    • Optionaltime: string

      [Optional] Start time for the data query.

      +
    • OptionaltoTime: string

      [Optional] End time for the data query.

      +
    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<EmissionsData[], any>>

    CarbonAwareApi

    +
  • Parameters

    • location: string[]

      String array of named locations

      +
    • Optionaltime: string

      [Optional] Start time for the data query.

      +
    • OptionaltoTime: string

      [Optional] End time for the data query.

      +
    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<EmissionsData[], any>>

    CarbonAwareApi

    +
diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/classes/Configuration.html b/casdk-docs/static/client-apidocs/1.0.0/npm/classes/Configuration.html new file mode 100644 index 000000000..51038c28b --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/classes/Configuration.html @@ -0,0 +1,42 @@ +Configuration | @YaSuenag/casdk-client - v1.0.0

Constructors

Properties

accessToken?:
    | string
    | Promise<string>
    | (name?: string, scopes?: string[]) => string
    | (name?: string, scopes?: string[]) => Promise<string>

parameter for oauth2 security

+

security name

+

oauth2 scope

+

Configuration

+
apiKey?:
    | string
    | Promise<string>
    | (name: string) => string
    | (name: string) => Promise<string>

parameter for apiKey security

+

security name

+

Configuration

+
baseOptions?: any

base options for axios calls

+

Configuration

+
basePath?: string

override base path

+

Configuration

+
formDataCtor?: new () => any

The FormData constructor that will be used to create multipart form data +requests. You can inject this here so that execution environments that +do not support the FormData class can still run the generated client.

+

Type declaration

    • new (): any
    • The FormData constructor that will be used to create multipart form data +requests. You can inject this here so that execution environments that +do not support the FormData class can still run the generated client.

      +

      Returns any

password?: string

parameter for basic security

+

Configuration

+
serverIndex?: number

override server index

+

Configuration

+
username?: string

parameter for basic security

+

Configuration

+

Methods

  • Check if the given MIME is a JSON MIME. +JSON MIME examples: +application/json +application/json; charset=UTF8 +APPLICATION/JSON +application/vnd.company+json

    +

    Parameters

    • mime: string

      MIME (Multipurpose Internet Mail Extensions)

      +

    Returns boolean

    True if the given MIME is JSON, false otherwise.

    +
diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/classes/LocationsApi.html b/casdk-docs/static/client-apidocs/1.0.0/npm/classes/LocationsApi.html new file mode 100644 index 000000000..e671ea98c --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/classes/LocationsApi.html @@ -0,0 +1,7 @@ +LocationsApi | @YaSuenag/casdk-client - v1.0.0

LocationsApi - object-oriented interface

+

LocationsApi

+

Hierarchy

  • BaseAPI
    • LocationsApi

Constructors

Methods

Constructors

  • Parameters

    • Optionalconfiguration: Configuration
    • basePath: string = BASE_PATH
    • axios: AxiosInstance = globalAxios

    Returns LocationsApi

Methods

  • Parameters

    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<{ [key: string]: Location }, any>>

    LocationsApi

    +
diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/functions/CarbonAwareApiAxiosParamCreator.html b/casdk-docs/static/client-apidocs/1.0.0/npm/functions/CarbonAwareApiAxiosParamCreator.html new file mode 100644 index 000000000..c7d6c5af6 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/functions/CarbonAwareApiAxiosParamCreator.html @@ -0,0 +1,6 @@ +CarbonAwareApiAxiosParamCreator | @YaSuenag/casdk-client - v1.0.0

Function CarbonAwareApiAxiosParamCreator

CarbonAwareApi - axios parameter creator

+
  • Parameters

    Returns {
        batchForecastDataAsync: (
            emissionsForecastBatchParametersDTO?: EmissionsForecastBatchParametersDTO[],
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>;
        getAverageCarbonIntensity: (
            location: string,
            startTime: string,
            endTime: string,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>;
        getAverageCarbonIntensityBatch: (
            carbonIntensityBatchParametersDTO?: CarbonIntensityBatchParametersDTO[],
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>;
        getBestEmissionsDataForLocationsByTime: (
            location: string[],
            time?: string,
            toTime?: string,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>;
        getCurrentForecastData: (
            location: string[],
            dataStartAt?: string,
            dataEndAt?: string,
            windowSize?: number,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>;
        getEmissionsDataForLocationByTime: (
            location: string,
            time?: string,
            toTime?: string,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>;
        getEmissionsDataForLocationsByTime: (
            location: string[],
            time?: string,
            toTime?: string,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>;
    }

    • batchForecastDataAsync: (
          emissionsForecastBatchParametersDTO?: EmissionsForecastBatchParametersDTO[],
          options?: RawAxiosRequestConfig,
      ) => Promise<RequestArgs>

      This endpoint takes a batch of requests for historical forecast data, fetches them, and calculates the optimal marginal carbon intensity windows for each using the same parameters available to the '/emissions/forecasts/current' endpoint. This endpoint is useful for back-testing what one might have done in the past, if they had access to the current forecast at the time.

      +
    • getAverageCarbonIntensity: (
          location: string,
          startTime: string,
          endTime: string,
          options?: RawAxiosRequestConfig,
      ) => Promise<RequestArgs>

      This endpoint is useful for reporting the measured carbon intensity for a specific time period in a specific location.

      +
    • getAverageCarbonIntensityBatch: (
          carbonIntensityBatchParametersDTO?: CarbonIntensityBatchParametersDTO[],
          options?: RawAxiosRequestConfig,
      ) => Promise<RequestArgs>

      The application only supports batching across a single location with different time boundaries. If multiple locations are provided, an error is returned. For each item in the request array, the application returns a corresponding object containing the location, time boundaries, and average marginal carbon intensity.

      +
    • getBestEmissionsDataForLocationsByTime: (
          location: string[],
          time?: string,
          toTime?: string,
          options?: RawAxiosRequestConfig,
      ) => Promise<RequestArgs>
    • getCurrentForecastData: (
          location: string[],
          dataStartAt?: string,
          dataEndAt?: string,
          windowSize?: number,
          options?: RawAxiosRequestConfig,
      ) => Promise<RequestArgs>

      This endpoint fetches only the most recently generated forecast for all provided locations. It uses the "dataStartAt" and "dataEndAt" parameters to scope the forecasted data points (if available for those times). If no start or end time boundaries are provided, the entire forecast dataset is used. The scoped data points are used to calculate average marginal carbon intensities of the specified "windowSize" and the optimal marginal carbon intensity window is identified. The forecast data represents what the data source predicts future marginal carbon intensity values to be, not actual measured emissions data (as future values cannot be known). This endpoint is useful for determining if there is a more carbon-optimal time to use electricity predicted in the future.

      +
    • getEmissionsDataForLocationByTime: (
          location: string,
          time?: string,
          toTime?: string,
          options?: RawAxiosRequestConfig,
      ) => Promise<RequestArgs>
    • getEmissionsDataForLocationsByTime: (
          location: string[],
          time?: string,
          toTime?: string,
          options?: RawAxiosRequestConfig,
      ) => Promise<RequestArgs>
diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/functions/CarbonAwareApiFactory.html b/casdk-docs/static/client-apidocs/1.0.0/npm/functions/CarbonAwareApiFactory.html new file mode 100644 index 000000000..e504c6138 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/functions/CarbonAwareApiFactory.html @@ -0,0 +1,31 @@ +CarbonAwareApiFactory | @YaSuenag/casdk-client - v1.0.0

Function CarbonAwareApiFactory

CarbonAwareApi - factory interface

+
  • Parameters

    • Optionalconfiguration: Configuration
    • OptionalbasePath: string
    • Optionalaxios: AxiosInstance

    Returns {
        batchForecastDataAsync(
            emissionsForecastBatchParametersDTO?: EmissionsForecastBatchParametersDTO[],
            options?: RawAxiosRequestConfig,
        ): AxiosPromise<EmissionsForecastDTO[]>;
        getAverageCarbonIntensity(
            location: string,
            startTime: string,
            endTime: string,
            options?: RawAxiosRequestConfig,
        ): AxiosPromise<CarbonIntensityDTO>;
        getAverageCarbonIntensityBatch(
            carbonIntensityBatchParametersDTO?: CarbonIntensityBatchParametersDTO[],
            options?: RawAxiosRequestConfig,
        ): AxiosPromise<CarbonIntensityDTO[]>;
        getBestEmissionsDataForLocationsByTime(
            location: string[],
            time?: string,
            toTime?: string,
            options?: RawAxiosRequestConfig,
        ): AxiosPromise<EmissionsData[]>;
        getCurrentForecastData(
            location: string[],
            dataStartAt?: string,
            dataEndAt?: string,
            windowSize?: number,
            options?: RawAxiosRequestConfig,
        ): AxiosPromise<EmissionsForecastDTO[]>;
        getEmissionsDataForLocationByTime(
            location: string,
            time?: string,
            toTime?: string,
            options?: RawAxiosRequestConfig,
        ): AxiosPromise<EmissionsData[]>;
        getEmissionsDataForLocationsByTime(
            location: string[],
            time?: string,
            toTime?: string,
            options?: RawAxiosRequestConfig,
        ): AxiosPromise<EmissionsData[]>;
    }

    • batchForecastDataAsync:function
      • This endpoint takes a batch of requests for historical forecast data, fetches them, and calculates the optimal marginal carbon intensity windows for each using the same parameters available to the '/emissions/forecasts/current' endpoint. This endpoint is useful for back-testing what one might have done in the past, if they had access to the current forecast at the time.

        +

        Parameters

        • OptionalemissionsForecastBatchParametersDTO: EmissionsForecastBatchParametersDTO[]

          Array of requested forecasts.

          +
        • Optionaloptions: RawAxiosRequestConfig

          Override http request option.

          +

        Returns AxiosPromise<EmissionsForecastDTO[]>

    • getAverageCarbonIntensity:function
      • This endpoint is useful for reporting the measured carbon intensity for a specific time period in a specific location.

        +

        Parameters

        • location: string

          The location name where workflow is run

          +
        • startTime: string

          The time at which the workflow we are measuring carbon intensity for started

          +
        • endTime: string

          The time at which the workflow we are measuring carbon intensity for ended

          +
        • Optionaloptions: RawAxiosRequestConfig

          Override http request option.

          +

        Returns AxiosPromise<CarbonIntensityDTO>

    • getAverageCarbonIntensityBatch:function
      • The application only supports batching across a single location with different time boundaries. If multiple locations are provided, an error is returned. For each item in the request array, the application returns a corresponding object containing the location, time boundaries, and average marginal carbon intensity.

        +

        Parameters

        • OptionalcarbonIntensityBatchParametersDTO: CarbonIntensityBatchParametersDTO[]

          Array of inputs where each contains a &quot;location&quot;, &quot;startDate&quot;, and &quot;endDate&quot; for which to calculate average marginal carbon intensity.

          +
        • Optionaloptions: RawAxiosRequestConfig

          Override http request option.

          +

        Returns AxiosPromise<CarbonIntensityDTO[]>

    • getBestEmissionsDataForLocationsByTime:function
      • Parameters

        • location: string[]

          String array of named locations

          +
        • Optionaltime: string

          [Optional] Start time for the data query.

          +
        • OptionaltoTime: string

          [Optional] End time for the data query.

          +
        • Optionaloptions: RawAxiosRequestConfig

          Override http request option.

          +

        Returns AxiosPromise<EmissionsData[]>

    • getCurrentForecastData:function
      • This endpoint fetches only the most recently generated forecast for all provided locations. It uses the "dataStartAt" and "dataEndAt" parameters to scope the forecasted data points (if available for those times). If no start or end time boundaries are provided, the entire forecast dataset is used. The scoped data points are used to calculate average marginal carbon intensities of the specified "windowSize" and the optimal marginal carbon intensity window is identified. The forecast data represents what the data source predicts future marginal carbon intensity values to be, not actual measured emissions data (as future values cannot be known). This endpoint is useful for determining if there is a more carbon-optimal time to use electricity predicted in the future.

        +

        Parameters

        • location: string[]

          String array of named locations

          +
        • OptionaldataStartAt: string

          Start time boundary of forecasted data points.Ignores current forecast data points before this time. Defaults to the earliest time in the forecast data.

          +
        • OptionaldataEndAt: string

          End time boundary of forecasted data points. Ignores current forecast data points after this time. Defaults to the latest time in the forecast data.

          +
        • OptionalwindowSize: number

          The estimated duration (in minutes) of the workload. Defaults to the duration of a single forecast data point.

          +
        • Optionaloptions: RawAxiosRequestConfig

          Override http request option.

          +

        Returns AxiosPromise<EmissionsForecastDTO[]>

    • getEmissionsDataForLocationByTime:function
      • Parameters

        • location: string

          String named location.

          +
        • Optionaltime: string

          [Optional] Start time for the data query.

          +
        • OptionaltoTime: string

          [Optional] End time for the data query.

          +
        • Optionaloptions: RawAxiosRequestConfig

          Override http request option.

          +

        Returns AxiosPromise<EmissionsData[]>

    • getEmissionsDataForLocationsByTime:function
      • Parameters

        • location: string[]

          String array of named locations

          +
        • Optionaltime: string

          [Optional] Start time for the data query.

          +
        • OptionaltoTime: string

          [Optional] End time for the data query.

          +
        • Optionaloptions: RawAxiosRequestConfig

          Override http request option.

          +

        Returns AxiosPromise<EmissionsData[]>

diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/functions/CarbonAwareApiFp.html b/casdk-docs/static/client-apidocs/1.0.0/npm/functions/CarbonAwareApiFp.html new file mode 100644 index 000000000..4929e9c76 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/functions/CarbonAwareApiFp.html @@ -0,0 +1,31 @@ +CarbonAwareApiFp | @YaSuenag/casdk-client - v1.0.0

CarbonAwareApi - functional programming interface

+
  • Parameters

    Returns {
        batchForecastDataAsync(
            emissionsForecastBatchParametersDTO?: EmissionsForecastBatchParametersDTO[],
            options?: RawAxiosRequestConfig,
        ): Promise<
            (
                axios?: AxiosInstance,
                basePath?: string,
            ) => AxiosPromise<EmissionsForecastDTO[]>,
        >;
        getAverageCarbonIntensity(
            location: string,
            startTime: string,
            endTime: string,
            options?: RawAxiosRequestConfig,
        ): Promise<
            (
                axios?: AxiosInstance,
                basePath?: string,
            ) => AxiosPromise<CarbonIntensityDTO>,
        >;
        getAverageCarbonIntensityBatch(
            carbonIntensityBatchParametersDTO?: CarbonIntensityBatchParametersDTO[],
            options?: RawAxiosRequestConfig,
        ): Promise<
            (
                axios?: AxiosInstance,
                basePath?: string,
            ) => AxiosPromise<CarbonIntensityDTO[]>,
        >;
        getBestEmissionsDataForLocationsByTime(
            location: string[],
            time?: string,
            toTime?: string,
            options?: RawAxiosRequestConfig,
        ): Promise<
            (
                axios?: AxiosInstance,
                basePath?: string,
            ) => AxiosPromise<EmissionsData[]>,
        >;
        getCurrentForecastData(
            location: string[],
            dataStartAt?: string,
            dataEndAt?: string,
            windowSize?: number,
            options?: RawAxiosRequestConfig,
        ): Promise<
            (
                axios?: AxiosInstance,
                basePath?: string,
            ) => AxiosPromise<EmissionsForecastDTO[]>,
        >;
        getEmissionsDataForLocationByTime(
            location: string,
            time?: string,
            toTime?: string,
            options?: RawAxiosRequestConfig,
        ): Promise<
            (
                axios?: AxiosInstance,
                basePath?: string,
            ) => AxiosPromise<EmissionsData[]>,
        >;
        getEmissionsDataForLocationsByTime(
            location: string[],
            time?: string,
            toTime?: string,
            options?: RawAxiosRequestConfig,
        ): Promise<
            (
                axios?: AxiosInstance,
                basePath?: string,
            ) => AxiosPromise<EmissionsData[]>,
        >;
    }

    • batchForecastDataAsync:function
      • This endpoint takes a batch of requests for historical forecast data, fetches them, and calculates the optimal marginal carbon intensity windows for each using the same parameters available to the '/emissions/forecasts/current' endpoint. This endpoint is useful for back-testing what one might have done in the past, if they had access to the current forecast at the time.

        +

        Parameters

        • OptionalemissionsForecastBatchParametersDTO: EmissionsForecastBatchParametersDTO[]

          Array of requested forecasts.

          +
        • Optionaloptions: RawAxiosRequestConfig

          Override http request option.

          +

        Returns Promise<
            (
                axios?: AxiosInstance,
                basePath?: string,
            ) => AxiosPromise<EmissionsForecastDTO[]>,
        >

    • getAverageCarbonIntensity:function
      • This endpoint is useful for reporting the measured carbon intensity for a specific time period in a specific location.

        +

        Parameters

        • location: string

          The location name where workflow is run

          +
        • startTime: string

          The time at which the workflow we are measuring carbon intensity for started

          +
        • endTime: string

          The time at which the workflow we are measuring carbon intensity for ended

          +
        • Optionaloptions: RawAxiosRequestConfig

          Override http request option.

          +

        Returns Promise<
            (
                axios?: AxiosInstance,
                basePath?: string,
            ) => AxiosPromise<CarbonIntensityDTO>,
        >

    • getAverageCarbonIntensityBatch:function
      • The application only supports batching across a single location with different time boundaries. If multiple locations are provided, an error is returned. For each item in the request array, the application returns a corresponding object containing the location, time boundaries, and average marginal carbon intensity.

        +

        Parameters

        • OptionalcarbonIntensityBatchParametersDTO: CarbonIntensityBatchParametersDTO[]

          Array of inputs where each contains a &quot;location&quot;, &quot;startDate&quot;, and &quot;endDate&quot; for which to calculate average marginal carbon intensity.

          +
        • Optionaloptions: RawAxiosRequestConfig

          Override http request option.

          +

        Returns Promise<
            (
                axios?: AxiosInstance,
                basePath?: string,
            ) => AxiosPromise<CarbonIntensityDTO[]>,
        >

    • getBestEmissionsDataForLocationsByTime:function
      • Parameters

        • location: string[]

          String array of named locations

          +
        • Optionaltime: string

          [Optional] Start time for the data query.

          +
        • OptionaltoTime: string

          [Optional] End time for the data query.

          +
        • Optionaloptions: RawAxiosRequestConfig

          Override http request option.

          +

        Returns Promise<
            (
                axios?: AxiosInstance,
                basePath?: string,
            ) => AxiosPromise<EmissionsData[]>,
        >

    • getCurrentForecastData:function
      • This endpoint fetches only the most recently generated forecast for all provided locations. It uses the "dataStartAt" and "dataEndAt" parameters to scope the forecasted data points (if available for those times). If no start or end time boundaries are provided, the entire forecast dataset is used. The scoped data points are used to calculate average marginal carbon intensities of the specified "windowSize" and the optimal marginal carbon intensity window is identified. The forecast data represents what the data source predicts future marginal carbon intensity values to be, not actual measured emissions data (as future values cannot be known). This endpoint is useful for determining if there is a more carbon-optimal time to use electricity predicted in the future.

        +

        Parameters

        • location: string[]

          String array of named locations

          +
        • OptionaldataStartAt: string

          Start time boundary of forecasted data points.Ignores current forecast data points before this time. Defaults to the earliest time in the forecast data.

          +
        • OptionaldataEndAt: string

          End time boundary of forecasted data points. Ignores current forecast data points after this time. Defaults to the latest time in the forecast data.

          +
        • OptionalwindowSize: number

          The estimated duration (in minutes) of the workload. Defaults to the duration of a single forecast data point.

          +
        • Optionaloptions: RawAxiosRequestConfig

          Override http request option.

          +

        Returns Promise<
            (
                axios?: AxiosInstance,
                basePath?: string,
            ) => AxiosPromise<EmissionsForecastDTO[]>,
        >

    • getEmissionsDataForLocationByTime:function
      • Parameters

        • location: string

          String named location.

          +
        • Optionaltime: string

          [Optional] Start time for the data query.

          +
        • OptionaltoTime: string

          [Optional] End time for the data query.

          +
        • Optionaloptions: RawAxiosRequestConfig

          Override http request option.

          +

        Returns Promise<
            (
                axios?: AxiosInstance,
                basePath?: string,
            ) => AxiosPromise<EmissionsData[]>,
        >

    • getEmissionsDataForLocationsByTime:function
      • Parameters

        • location: string[]

          String array of named locations

          +
        • Optionaltime: string

          [Optional] Start time for the data query.

          +
        • OptionaltoTime: string

          [Optional] End time for the data query.

          +
        • Optionaloptions: RawAxiosRequestConfig

          Override http request option.

          +

        Returns Promise<
            (
                axios?: AxiosInstance,
                basePath?: string,
            ) => AxiosPromise<EmissionsData[]>,
        >

diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/functions/LocationsApiAxiosParamCreator.html b/casdk-docs/static/client-apidocs/1.0.0/npm/functions/LocationsApiAxiosParamCreator.html new file mode 100644 index 000000000..032a530c8 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/functions/LocationsApiAxiosParamCreator.html @@ -0,0 +1,2 @@ +LocationsApiAxiosParamCreator | @YaSuenag/casdk-client - v1.0.0

Function LocationsApiAxiosParamCreator

LocationsApi - axios parameter creator

+
  • Parameters

    Returns { getAllLocations: (options?: RawAxiosRequestConfig) => Promise<RequestArgs> }

    • getAllLocations: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/functions/LocationsApiFactory.html b/casdk-docs/static/client-apidocs/1.0.0/npm/functions/LocationsApiFactory.html new file mode 100644 index 000000000..ee80083a9 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/functions/LocationsApiFactory.html @@ -0,0 +1,3 @@ +LocationsApiFactory | @YaSuenag/casdk-client - v1.0.0

Function LocationsApiFactory

LocationsApi - factory interface

+
  • Parameters

    • Optionalconfiguration: Configuration
    • OptionalbasePath: string
    • Optionalaxios: AxiosInstance

    Returns {
        getAllLocations(
            options?: RawAxiosRequestConfig,
        ): AxiosPromise<{ [key: string]: Location }>;
    }

    • getAllLocations:function
      • Parameters

        • Optionaloptions: RawAxiosRequestConfig

          Override http request option.

          +

        Returns AxiosPromise<{ [key: string]: Location }>

diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/functions/LocationsApiFp.html b/casdk-docs/static/client-apidocs/1.0.0/npm/functions/LocationsApiFp.html new file mode 100644 index 000000000..08278b156 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/functions/LocationsApiFp.html @@ -0,0 +1,3 @@ +LocationsApiFp | @YaSuenag/casdk-client - v1.0.0

LocationsApi - functional programming interface

+
  • Parameters

    Returns {
        getAllLocations(
            options?: RawAxiosRequestConfig,
        ): Promise<
            (
                axios?: AxiosInstance,
                basePath?: string,
            ) => AxiosPromise<{ [key: string]: Location }>,
        >;
    }

    • getAllLocations:function
      • Parameters

        • Optionaloptions: RawAxiosRequestConfig

          Override http request option.

          +

        Returns Promise<
            (
                axios?: AxiosInstance,
                basePath?: string,
            ) => AxiosPromise<{ [key: string]: Location }>,
        >

diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/index.html b/casdk-docs/static/client-apidocs/1.0.0/npm/index.html new file mode 100644 index 000000000..c1057af3f --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/index.html @@ -0,0 +1,33 @@ +@YaSuenag/casdk-client - v1.0.0

@YaSuenag/casdk-client - v1.0.0

This generator creates TypeScript/JavaScript client that utilizes axios. The generated Node module can be used in the following environments:

+

Environment

+
    +
  • Node.js
  • +
  • Webpack
  • +
  • Browserify
  • +
+

Language level

+
    +
  • ES5 - you must have a Promises/A+ library installed
  • +
  • ES6
  • +
+

Module system

+
    +
  • CommonJS
  • +
  • ES6 module system
  • +
+

It can be used in both TypeScript and JavaScript. In TypeScript, the definition will be automatically resolved via package.json. (Reference)

+

To build and compile the typescript sources to javascript use:

+
npm install
npm run build +
+ +

First build the package then run npm publish

+

navigate to the folder of your consuming project and run one of the following commands.

+

published:

+
npm install @YaSuenag/casdk-client@1.0.0 --save
+
+ +

unPublished (not recommended):

+
npm install PATH_TO_GENERATED_PACKAGE --save
+
+ +
diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/CarbonIntensityBatchParametersDTO.html b/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/CarbonIntensityBatchParametersDTO.html new file mode 100644 index 000000000..cca1dfdfa --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/CarbonIntensityBatchParametersDTO.html @@ -0,0 +1,11 @@ +CarbonIntensityBatchParametersDTO | @YaSuenag/casdk-client - v1.0.0

Interface CarbonIntensityBatchParametersDTO

CarbonIntensityBatchParametersDTO

+
interface CarbonIntensityBatchParametersDTO {
    endTime?: string;
    location?: string;
    startTime?: string;
}

Properties

endTime?: string

The time at which the workflow we are measuring carbon intensity for ended

+

CarbonIntensityBatchParametersDTO

+
location?: string

The location name where workflow is run

+

CarbonIntensityBatchParametersDTO

+
startTime?: string

The time at which the workflow we are measuring carbon intensity for started

+

CarbonIntensityBatchParametersDTO

+
diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/CarbonIntensityDTO.html b/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/CarbonIntensityDTO.html new file mode 100644 index 000000000..d7a3c33e0 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/CarbonIntensityDTO.html @@ -0,0 +1,14 @@ +CarbonIntensityDTO | @YaSuenag/casdk-client - v1.0.0

Interface CarbonIntensityDTO

CarbonIntensityDTO

+
interface CarbonIntensityDTO {
    carbonIntensity?: number;
    endTime?: string;
    location?: string;
    startTime?: string;
}

Properties

carbonIntensity?: number

Value of the marginal carbon intensity in grams per kilowatt-hour.

+

CarbonIntensityDTO

+
endTime?: string

the time at which the workflow we are measuring carbon intensity for ended

+

CarbonIntensityDTO

+
location?: string

the location name where workflow is run

+

CarbonIntensityDTO

+
startTime?: string

the time at which the workflow we are measuring carbon intensity for started

+

CarbonIntensityDTO

+
diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/ConfigurationParameters.html b/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/ConfigurationParameters.html new file mode 100644 index 000000000..4223a1bcb --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/ConfigurationParameters.html @@ -0,0 +1,15 @@ +ConfigurationParameters | @YaSuenag/casdk-client - v1.0.0

Interface ConfigurationParameters

CarbonAware.WebAPI +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

+

The version of the OpenAPI document: 1.0.0

+

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). +https://openapi-generator.tech +Do not edit the class manually.

+
interface ConfigurationParameters {
    accessToken?:
        | string
        | Promise<string>
        | (name?: string, scopes?: string[]) => string
        | (name?: string, scopes?: string[]) => Promise<string>;
    apiKey?:
        | string
        | Promise<string>
        | (name: string) => string
        | (name: string) => Promise<string>;
    baseOptions?: any;
    basePath?: string;
    formDataCtor?: new () => any;
    password?: string;
    serverIndex?: number;
    username?: string;
}

Properties

accessToken?:
    | string
    | Promise<string>
    | (name?: string, scopes?: string[]) => string
    | (name?: string, scopes?: string[]) => Promise<string>
apiKey?:
    | string
    | Promise<string>
    | (name: string) => string
    | (name: string) => Promise<string>
baseOptions?: any
basePath?: string
formDataCtor?: new () => any
password?: string
serverIndex?: number
username?: string
diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/EmissionsData.html b/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/EmissionsData.html new file mode 100644 index 000000000..917486bcb --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/EmissionsData.html @@ -0,0 +1,10 @@ +EmissionsData | @YaSuenag/casdk-client - v1.0.0

EmissionsData

+
interface EmissionsData {
    duration?: string;
    location?: string;
    rating?: number;
    time?: string;
}

Properties

duration?: string

EmissionsData

+
location?: string

EmissionsData

+
rating?: number

EmissionsData

+
time?: string

EmissionsData

+
diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/EmissionsDataDTO.html b/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/EmissionsDataDTO.html new file mode 100644 index 000000000..d626cccaf --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/EmissionsDataDTO.html @@ -0,0 +1,10 @@ +EmissionsDataDTO | @YaSuenag/casdk-client - v1.0.0

Interface EmissionsDataDTO

EmissionsDataDTO

+
interface EmissionsDataDTO {
    duration?: number;
    location?: string;
    timestamp?: string;
    value?: number;
}

Properties

duration?: number

EmissionsDataDTO

+
location?: string

EmissionsDataDTO

+
timestamp?: string

EmissionsDataDTO

+
value?: number

EmissionsDataDTO

+
diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/EmissionsForecastBatchParametersDTO.html b/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/EmissionsForecastBatchParametersDTO.html new file mode 100644 index 000000000..827c102f1 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/EmissionsForecastBatchParametersDTO.html @@ -0,0 +1,17 @@ +EmissionsForecastBatchParametersDTO | @YaSuenag/casdk-client - v1.0.0

Interface EmissionsForecastBatchParametersDTO

EmissionsForecastBatchParametersDTO

+
interface EmissionsForecastBatchParametersDTO {
    dataEndAt?: string;
    dataStartAt?: string;
    location?: string;
    requestedAt?: string;
    windowSize?: number;
}

Properties

dataEndAt?: string

End time boundary of forecasted data points. Ignores current forecast data points after this time. Defaults to the latest time in the forecast data.

+

EmissionsForecastBatchParametersDTO

+
dataStartAt?: string

Start time boundary of forecasted data points.Ignores current forecast data points before this time. Defaults to the earliest time in the forecast data.

+

EmissionsForecastBatchParametersDTO

+
location?: string

The location of the forecast

+

EmissionsForecastBatchParametersDTO

+
requestedAt?: string

For historical forecast requests, this value is the timestamp used to access the most recently generated forecast as of that time.

+

EmissionsForecastBatchParametersDTO

+
windowSize?: number

The estimated duration (in minutes) of the workload. Defaults to the duration of a single forecast data point.

+

EmissionsForecastBatchParametersDTO

+
diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/EmissionsForecastDTO.html b/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/EmissionsForecastDTO.html new file mode 100644 index 000000000..0ea36dd80 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/EmissionsForecastDTO.html @@ -0,0 +1,26 @@ +EmissionsForecastDTO | @YaSuenag/casdk-client - v1.0.0

Interface EmissionsForecastDTO

EmissionsForecastDTO

+
interface EmissionsForecastDTO {
    dataEndAt?: string;
    dataStartAt?: string;
    forecastData?: EmissionsDataDTO[];
    generatedAt?: string;
    location?: string;
    optimalDataPoints?: EmissionsDataDTO[];
    requestedAt?: string;
    windowSize?: number;
}

Properties

dataEndAt?: string

End time boundary of forecasted data points. Ignores forecast data points after this time. Defaults to the latest time in the forecast data.

+

EmissionsForecastDTO

+
dataStartAt?: string

Start time boundary of forecasted data points. Ignores forecast data points before this time. Defaults to the earliest time in the forecast data.

+

EmissionsForecastDTO

+
forecastData?: EmissionsDataDTO[]

The forecasted data points transformed and filtered to reflect the specified time and window parameters. Points are ordered chronologically; Empty array if all data points were filtered out. E.G. dataStartAt and dataEndAt times outside the forecast period; windowSize greater than total duration of forecast data;

+

EmissionsForecastDTO

+
generatedAt?: string

Timestamp when the forecast was generated.

+

EmissionsForecastDTO

+
location?: string

The location of the forecast

+

EmissionsForecastDTO

+
optimalDataPoints?: EmissionsDataDTO[]

The optimal forecasted data point within the 'forecastData' array. Null if 'forecastData' array is empty.

+

EmissionsForecastDTO

+
requestedAt?: string

For current requests, this value is the timestamp the request for forecast data was made. For historical forecast requests, this value is the timestamp used to access the most recently generated forecast as of that time.

+

EmissionsForecastDTO

+
windowSize?: number

The estimated duration (in minutes) of the workload. Defaults to the duration of a single forecast data point.

+

EmissionsForecastDTO

+
diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/Location.html b/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/Location.html new file mode 100644 index 000000000..e2ffe36d2 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/Location.html @@ -0,0 +1,8 @@ +Location | @YaSuenag/casdk-client - v1.0.0

Location

+
interface Location {
    latitude?: number;
    longitude?: number;
    name?: string;
}

Properties

Properties

latitude?: number

Location

+
longitude?: number

Location

+
name?: string

Location

+
diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/ValidationProblemDetails.html b/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/ValidationProblemDetails.html new file mode 100644 index 000000000..8abce7d66 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/interfaces/ValidationProblemDetails.html @@ -0,0 +1,14 @@ +ValidationProblemDetails | @YaSuenag/casdk-client - v1.0.0

Interface ValidationProblemDetails

ValidationProblemDetails

+
interface ValidationProblemDetails {
    detail?: string;
    errors?: { [key: string]: string[] };
    instance?: string;
    status?: number;
    title?: string;
    type?: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

detail?: string

ValidationProblemDetails

+
errors?: { [key: string]: string[] }

ValidationProblemDetails

+
instance?: string

ValidationProblemDetails

+
status?: number

ValidationProblemDetails

+
title?: string

ValidationProblemDetails

+
type?: string

ValidationProblemDetails

+
diff --git a/casdk-docs/static/client-apidocs/1.0.0/npm/modules.html b/casdk-docs/static/client-apidocs/1.0.0/npm/modules.html new file mode 100644 index 000000000..b2b633175 --- /dev/null +++ b/casdk-docs/static/client-apidocs/1.0.0/npm/modules.html @@ -0,0 +1 @@ +@YaSuenag/casdk-client - v1.0.0