You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## tdei-client@1.1.81
1
+
## tdei-client@1.1.82
2
2
3
3
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
* This endpoint provides detailed metrics about datasets categorized by Project Group ID within the TDEI platform. It includes the total number of datasets and their cumulative size in megabytes for each type, such as osw, flex, and pathways.
81
81
* @summary Gets the Service metrics
82
+
* @param {string} tdei_project_group_id Project Group id of the dataset.
* This endpoint provides detailed metrics about datasets categorized by Project Group ID within the TDEI platform. It includes the total number of datasets and their cumulative size in megabytes for each type, such as osw, flex, and pathways.
205
211
* @summary Gets the Service metrics
212
+
* @param {string} tdei_project_group_id Project Group id of the dataset.
* This endpoint provides detailed metrics about datasets categorized by Project Group ID within the TDEI platform. It includes the total number of datasets and their cumulative size in megabytes for each type, such as osw, flex, and pathways.
249
256
* @summary Gets the Service metrics
257
+
* @param {string} tdei_project_group_id Project Group id of the dataset.
* Retrieves metrics related to the system and datasets within the TDEI platform. This endpoint provides an overview of usage statistics including the total number of users, services, and project groups, as well as a breakdown of services by type. Additionally, it gives details on dataset uploads, such as the total number of uploads and their cumulative size in megabytes.
@@ -285,12 +293,13 @@ export class MetricsApi extends BaseAPI {
285
293
/**
286
294
* This endpoint provides detailed metrics about datasets categorized by Project Group ID within the TDEI platform. It includes the total number of datasets and their cumulative size in megabytes for each type, such as osw, flex, and pathways.
287
295
* @summary Gets the Service metrics
296
+
* @param {string} tdei_project_group_id Project Group id of the dataset.
* Retrieves metrics related to the system and datasets within the TDEI platform. This endpoint provides an overview of usage statistics including the total number of users, services, and project groups, as well as a breakdown of services by type. Additionally, it gives details on dataset uploads, such as the total number of uploads and their cumulative size in megabytes.
* This endpoint provides detailed metrics about datasets categorized by Project Group ID within the TDEI platform. It includes the total number of datasets and their cumulative size in megabytes for each type, such as osw, flex, and pathways.
29
29
* @summary Gets the Service metrics
30
+
* @param {string} tdei_project_group_id Project Group id of the dataset.
* Retrieves metrics related to the system and datasets within the TDEI platform. This endpoint provides an overview of usage statistics including the total number of users, services, and project groups, as well as a breakdown of services by type. Additionally, it gives details on dataset uploads, such as the total number of uploads and their cumulative size in megabytes.
* This endpoint provides detailed metrics about datasets categorized by Project Group ID within the TDEI platform. It includes the total number of datasets and their cumulative size in megabytes for each type, such as osw, flex, and pathways.
56
57
* @summary Gets the Service metrics
58
+
* @param {string} tdei_project_group_id Project Group id of the dataset.
* Retrieves metrics related to the system and datasets within the TDEI platform. This endpoint provides an overview of usage statistics including the total number of users, services, and project groups, as well as a breakdown of services by type. Additionally, it gives details on dataset uploads, such as the total number of uploads and their cumulative size in megabytes.
* This endpoint provides detailed metrics about datasets categorized by Project Group ID within the TDEI platform. It includes the total number of datasets and their cumulative size in megabytes for each type, such as osw, flex, and pathways.
83
85
* @summary Gets the Service metrics
86
+
* @param {string} tdei_project_group_id Project Group id of the dataset.
* Retrieves metrics related to the system and datasets within the TDEI platform. This endpoint provides an overview of usage statistics including the total number of users, services, and project groups, as well as a breakdown of services by type. Additionally, it gives details on dataset uploads, such as the total number of uploads and their cumulative size in megabytes.
* This endpoint provides detailed metrics about datasets categorized by Project Group ID within the TDEI platform. It includes the total number of datasets and their cumulative size in megabytes for each type, such as osw, flex, and pathways.
113
116
* @summary Gets the Service metrics
117
+
* @param {string} tdei_project_group_id Project Group id of the dataset.
* Retrieves metrics related to the system and datasets within the TDEI platform. This endpoint provides an overview of usage statistics including the total number of users, services, and project groups, as well as a breakdown of services by type. Additionally, it gives details on dataset uploads, such as the total number of uploads and their cumulative size in megabytes.
Copy file name to clipboardExpand all lines: dist/apis/metrics-api.js
+17-8Lines changed: 17 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -159,17 +159,23 @@ var MetricsApiAxiosParamCreator = function (configuration) {
159
159
/**
160
160
* This endpoint provides detailed metrics about datasets categorized by Project Group ID within the TDEI platform. It includes the total number of datasets and their cumulative size in megabytes for each type, such as osw, flex, and pathways.
161
161
* @summary Gets the Service metrics
162
+
* @param {string} tdei_project_group_id Project Group id of the dataset.
@@ -330,15 +336,16 @@ var MetricsApiFp = function (configuration) {
330
336
/**
331
337
* This endpoint provides detailed metrics about datasets categorized by Project Group ID within the TDEI platform. It includes the total number of datasets and their cumulative size in megabytes for each type, such as osw, flex, and pathways.
332
338
* @summary Gets the Service metrics
339
+
* @param {string} tdei_project_group_id Project Group id of the dataset.
@@ -400,13 +407,14 @@ var MetricsApiFactory = function (configuration, basePath, axios) {
400
407
/**
401
408
* This endpoint provides detailed metrics about datasets categorized by Project Group ID within the TDEI platform. It includes the total number of datasets and their cumulative size in megabytes for each type, such as osw, flex, and pathways.
402
409
* @summary Gets the Service metrics
410
+
* @param {string} tdei_project_group_id Project Group id of the dataset.
* This endpoint provides detailed metrics about datasets categorized by Project Group ID within the TDEI platform. It includes the total number of datasets and their cumulative size in megabytes for each type, such as osw, flex, and pathways.
457
465
* @summary Gets the Service metrics
466
+
* @param {string} tdei_project_group_id Project Group id of the dataset.
0 commit comments