@azure/arm-devspaces 1.2.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -83
- package/dist/index.js +1321 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/devSpacesManagementClient.d.ts +20 -0
- package/dist-esm/src/devSpacesManagementClient.d.ts.map +1 -0
- package/dist-esm/src/devSpacesManagementClient.js +53 -0
- package/dist-esm/src/devSpacesManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +287 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +29 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +23 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +204 -231
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +15 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +129 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/containerHostMappings.d.ts +23 -0
- package/dist-esm/src/operations/containerHostMappings.d.ts.map +1 -0
- package/dist-esm/src/operations/containerHostMappings.js +59 -0
- package/dist-esm/src/operations/containerHostMappings.js.map +1 -0
- package/dist-esm/src/operations/controllers.d.ts +111 -0
- package/dist-esm/src/operations/controllers.d.ts.map +1 -0
- package/dist-esm/src/operations/controllers.js +490 -0
- package/dist-esm/src/operations/controllers.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +1 -1
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +4 -6
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +34 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +116 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerHostMappings.d.ts +15 -0
- package/dist-esm/src/operationsInterfaces/containerHostMappings.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerHostMappings.js +9 -0
- package/dist-esm/src/operationsInterfaces/containerHostMappings.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/controllers.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/controllers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/controllers.js +9 -0
- package/dist-esm/src/operationsInterfaces/controllers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +4 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +11 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +68 -33
- package/review/arm-devspaces.api.md +300 -0
- package/rollup.config.js +184 -27
- package/src/devSpacesManagementClient.ts +74 -39
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +251 -512
- package/src/models/mappers.ts +202 -226
- package/src/models/parameters.ts +98 -38
- package/src/operations/containerHostMappings.ts +51 -69
- package/src/operations/controllers.ts +469 -377
- package/src/operations/index.ts +4 -6
- package/src/operations/operations.ts +87 -81
- package/src/operationsInterfaces/containerHostMappings.ts +32 -0
- package/src/operationsInterfaces/controllers.ts +140 -0
- package/src/operationsInterfaces/index.ts +11 -0
- package/src/operationsInterfaces/operations.ts +26 -0
- package/tsconfig.json +4 -4
- package/types/arm-devspaces.d.ts +451 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-devspaces.js +0 -1261
- package/dist/arm-devspaces.js.map +0 -1
- package/dist/arm-devspaces.min.js +0 -1
- package/dist/arm-devspaces.min.js.map +0 -1
- package/esm/devSpacesManagementClient.d.ts +0 -26
- package/esm/devSpacesManagementClient.d.ts.map +0 -1
- package/esm/devSpacesManagementClient.js +0 -40
- package/esm/devSpacesManagementClient.js.map +0 -1
- package/esm/devSpacesManagementClientContext.d.ts +0 -22
- package/esm/devSpacesManagementClientContext.d.ts.map +0 -1
- package/esm/devSpacesManagementClientContext.js +0 -61
- package/esm/devSpacesManagementClientContext.js.map +0 -1
- package/esm/models/containerHostMappingsMappers.d.ts +0 -2
- package/esm/models/containerHostMappingsMappers.d.ts.map +0 -1
- package/esm/models/containerHostMappingsMappers.js +0 -11
- package/esm/models/containerHostMappingsMappers.js.map +0 -1
- package/esm/models/controllersMappers.d.ts +0 -2
- package/esm/models/controllersMappers.d.ts.map +0 -1
- package/esm/models/controllersMappers.js +0 -11
- package/esm/models/controllersMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -564
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -24
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -9
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -90
- package/esm/models/parameters.js.map +0 -1
- package/esm/operations/containerHostMappings.d.ts +0 -35
- package/esm/operations/containerHostMappings.d.ts.map +0 -1
- package/esm/operations/containerHostMappings.js +0 -66
- package/esm/operations/containerHostMappings.js.map +0 -1
- package/esm/operations/controllers.d.ts +0 -198
- package/esm/operations/controllers.d.ts.map +0 -1
- package/esm/operations/controllers.js +0 -346
- package/esm/operations/controllers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -50
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/src/devSpacesManagementClientContext.ts +0 -68
- package/src/models/containerHostMappingsMappers.ts +0 -16
- package/src/models/controllersMappers.ts +0 -27
- package/src/models/operationsMappers.ts +0 -18
package/src/models/parameters.ts
CHANGED
|
@@ -1,92 +1,152 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
* license information.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
5
4
|
*
|
|
6
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
9
7
|
*/
|
|
10
8
|
|
|
11
|
-
import
|
|
9
|
+
import {
|
|
10
|
+
OperationParameter,
|
|
11
|
+
OperationURLParameter,
|
|
12
|
+
OperationQueryParameter
|
|
13
|
+
} from "@azure/core-client";
|
|
14
|
+
import {
|
|
15
|
+
ContainerHostMapping as ContainerHostMappingMapper,
|
|
16
|
+
Controller as ControllerMapper,
|
|
17
|
+
ControllerUpdateParameters as ControllerUpdateParametersMapper,
|
|
18
|
+
ListConnectionDetailsParameters as ListConnectionDetailsParametersMapper
|
|
19
|
+
} from "../models/mappers";
|
|
12
20
|
|
|
13
|
-
export const
|
|
14
|
-
parameterPath: "
|
|
21
|
+
export const contentType: OperationParameter = {
|
|
22
|
+
parameterPath: ["options", "contentType"],
|
|
15
23
|
mapper: {
|
|
16
|
-
|
|
17
|
-
|
|
24
|
+
defaultValue: "application/json",
|
|
25
|
+
isConstant: true,
|
|
26
|
+
serializedName: "Content-Type",
|
|
18
27
|
type: {
|
|
19
28
|
name: "String"
|
|
20
29
|
}
|
|
21
30
|
}
|
|
22
31
|
};
|
|
23
|
-
|
|
24
|
-
|
|
32
|
+
|
|
33
|
+
export const containerHostMapping: OperationParameter = {
|
|
34
|
+
parameterPath: "containerHostMapping",
|
|
35
|
+
mapper: ContainerHostMappingMapper
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
export const accept: OperationParameter = {
|
|
39
|
+
parameterPath: "accept",
|
|
25
40
|
mapper: {
|
|
26
|
-
|
|
27
|
-
|
|
41
|
+
defaultValue: "application/json",
|
|
42
|
+
isConstant: true,
|
|
43
|
+
serializedName: "Accept",
|
|
28
44
|
type: {
|
|
29
45
|
name: "String"
|
|
30
46
|
}
|
|
31
47
|
}
|
|
32
48
|
};
|
|
33
|
-
|
|
34
|
-
|
|
49
|
+
|
|
50
|
+
export const $host: OperationURLParameter = {
|
|
51
|
+
parameterPath: "$host",
|
|
35
52
|
mapper: {
|
|
53
|
+
serializedName: "$host",
|
|
36
54
|
required: true,
|
|
37
|
-
serializedName: "location",
|
|
38
55
|
type: {
|
|
39
56
|
name: "String"
|
|
40
57
|
}
|
|
41
|
-
}
|
|
58
|
+
},
|
|
59
|
+
skipEncoding: true
|
|
42
60
|
};
|
|
43
|
-
|
|
44
|
-
|
|
61
|
+
|
|
62
|
+
export const apiVersion: OperationQueryParameter = {
|
|
63
|
+
parameterPath: "apiVersion",
|
|
45
64
|
mapper: {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
MaxLength: 31,
|
|
50
|
-
MinLength: 3,
|
|
51
|
-
Pattern: /^[a-zA-Z0-9](-?[a-zA-Z0-9])*$/
|
|
52
|
-
},
|
|
65
|
+
defaultValue: "2019-04-01",
|
|
66
|
+
isConstant: true,
|
|
67
|
+
serializedName: "api-version",
|
|
53
68
|
type: {
|
|
54
69
|
name: "String"
|
|
55
70
|
}
|
|
56
71
|
}
|
|
57
72
|
};
|
|
58
|
-
|
|
59
|
-
|
|
73
|
+
|
|
74
|
+
export const subscriptionId: OperationURLParameter = {
|
|
75
|
+
parameterPath: "subscriptionId",
|
|
60
76
|
mapper: {
|
|
77
|
+
serializedName: "subscriptionId",
|
|
61
78
|
required: true,
|
|
62
|
-
serializedName: "nextLink",
|
|
63
79
|
type: {
|
|
64
80
|
name: "String"
|
|
65
81
|
}
|
|
66
|
-
}
|
|
67
|
-
skipEncoding: true
|
|
82
|
+
}
|
|
68
83
|
};
|
|
69
|
-
|
|
84
|
+
|
|
85
|
+
export const resourceGroupName: OperationURLParameter = {
|
|
70
86
|
parameterPath: "resourceGroupName",
|
|
71
87
|
mapper: {
|
|
72
|
-
required: true,
|
|
73
|
-
serializedName: "resourceGroupName",
|
|
74
88
|
constraints: {
|
|
75
89
|
MaxLength: 90,
|
|
76
90
|
MinLength: 1
|
|
77
91
|
},
|
|
92
|
+
serializedName: "resourceGroupName",
|
|
93
|
+
required: true,
|
|
78
94
|
type: {
|
|
79
95
|
name: "String"
|
|
80
96
|
}
|
|
81
97
|
}
|
|
82
98
|
};
|
|
83
|
-
|
|
84
|
-
|
|
99
|
+
|
|
100
|
+
export const location: OperationURLParameter = {
|
|
101
|
+
parameterPath: "location",
|
|
85
102
|
mapper: {
|
|
103
|
+
serializedName: "location",
|
|
86
104
|
required: true,
|
|
87
|
-
serializedName: "subscriptionId",
|
|
88
105
|
type: {
|
|
89
106
|
name: "String"
|
|
90
107
|
}
|
|
91
108
|
}
|
|
92
109
|
};
|
|
110
|
+
|
|
111
|
+
export const nextLink: OperationURLParameter = {
|
|
112
|
+
parameterPath: "nextLink",
|
|
113
|
+
mapper: {
|
|
114
|
+
serializedName: "nextLink",
|
|
115
|
+
required: true,
|
|
116
|
+
type: {
|
|
117
|
+
name: "String"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
skipEncoding: true
|
|
121
|
+
};
|
|
122
|
+
|
|
123
|
+
export const name: OperationURLParameter = {
|
|
124
|
+
parameterPath: "name",
|
|
125
|
+
mapper: {
|
|
126
|
+
constraints: {
|
|
127
|
+
Pattern: new RegExp("^[a-zA-Z0-9]([_-]*[a-zA-Z0-9])*$"),
|
|
128
|
+
MaxLength: 63,
|
|
129
|
+
MinLength: 1
|
|
130
|
+
},
|
|
131
|
+
serializedName: "name",
|
|
132
|
+
required: true,
|
|
133
|
+
type: {
|
|
134
|
+
name: "String"
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
};
|
|
138
|
+
|
|
139
|
+
export const controller: OperationParameter = {
|
|
140
|
+
parameterPath: "controller",
|
|
141
|
+
mapper: ControllerMapper
|
|
142
|
+
};
|
|
143
|
+
|
|
144
|
+
export const controllerUpdateParameters: OperationParameter = {
|
|
145
|
+
parameterPath: "controllerUpdateParameters",
|
|
146
|
+
mapper: ControllerUpdateParametersMapper
|
|
147
|
+
};
|
|
148
|
+
|
|
149
|
+
export const listConnectionDetailsParameters: OperationParameter = {
|
|
150
|
+
parameterPath: "listConnectionDetailsParameters",
|
|
151
|
+
mapper: ListConnectionDetailsParametersMapper
|
|
152
|
+
};
|
|
@@ -1,98 +1,80 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
* license information.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
5
4
|
*
|
|
6
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
9
7
|
*/
|
|
10
8
|
|
|
11
|
-
import
|
|
12
|
-
import * as
|
|
13
|
-
import * as Mappers from "../models/
|
|
9
|
+
import { ContainerHostMappings } from "../operationsInterfaces";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers";
|
|
14
12
|
import * as Parameters from "../models/parameters";
|
|
15
|
-
import {
|
|
13
|
+
import { DevSpacesManagementClient } from "../devSpacesManagementClient";
|
|
14
|
+
import {
|
|
15
|
+
ContainerHostMapping,
|
|
16
|
+
ContainerHostMappingsGetContainerHostMappingOptionalParams,
|
|
17
|
+
ContainerHostMappingsGetContainerHostMappingResponse
|
|
18
|
+
} from "../models";
|
|
16
19
|
|
|
17
|
-
/** Class
|
|
18
|
-
export class ContainerHostMappings {
|
|
19
|
-
private readonly client:
|
|
20
|
+
/** Class containing ContainerHostMappings operations. */
|
|
21
|
+
export class ContainerHostMappingsImpl implements ContainerHostMappings {
|
|
22
|
+
private readonly client: DevSpacesManagementClient;
|
|
20
23
|
|
|
21
24
|
/**
|
|
22
|
-
*
|
|
23
|
-
* @param
|
|
25
|
+
* Initialize a new instance of the class ContainerHostMappings class.
|
|
26
|
+
* @param client Reference to the service client
|
|
24
27
|
*/
|
|
25
|
-
constructor(client:
|
|
28
|
+
constructor(client: DevSpacesManagementClient) {
|
|
26
29
|
this.client = client;
|
|
27
30
|
}
|
|
28
31
|
|
|
29
32
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
* @param
|
|
33
|
+
* Returns container host mapping object for a container host resource ID if an associated controller
|
|
34
|
+
* exists.
|
|
35
|
+
* @param resourceGroupName Resource group to which the resource belongs.
|
|
33
36
|
* @param location Location of the container host.
|
|
34
|
-
* @param
|
|
35
|
-
*
|
|
37
|
+
* @param containerHostMapping Container host mapping object specifying the Container host resource ID
|
|
38
|
+
* and its associated Controller resource.
|
|
39
|
+
* @param options The options parameters.
|
|
36
40
|
*/
|
|
37
|
-
getContainerHostMapping(
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
getContainerHostMapping(containerHostMapping: Models.ContainerHostMapping, location: string, callback: msRest.ServiceCallback<any>): void;
|
|
44
|
-
/**
|
|
45
|
-
* @param containerHostMapping
|
|
46
|
-
* @param location Location of the container host.
|
|
47
|
-
* @param options The optional parameters
|
|
48
|
-
* @param callback The callback
|
|
49
|
-
*/
|
|
50
|
-
getContainerHostMapping(containerHostMapping: Models.ContainerHostMapping, location: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<any>): void;
|
|
51
|
-
getContainerHostMapping(containerHostMapping: Models.ContainerHostMapping, location: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<any>, callback?: msRest.ServiceCallback<any>): Promise<Models.ContainerHostMappingsGetContainerHostMappingResponse> {
|
|
41
|
+
getContainerHostMapping(
|
|
42
|
+
resourceGroupName: string,
|
|
43
|
+
location: string,
|
|
44
|
+
containerHostMapping: ContainerHostMapping,
|
|
45
|
+
options?: ContainerHostMappingsGetContainerHostMappingOptionalParams
|
|
46
|
+
): Promise<ContainerHostMappingsGetContainerHostMappingResponse> {
|
|
52
47
|
return this.client.sendOperationRequest(
|
|
53
|
-
{
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
options
|
|
57
|
-
},
|
|
58
|
-
getContainerHostMappingOperationSpec,
|
|
59
|
-
callback) as Promise<Models.ContainerHostMappingsGetContainerHostMappingResponse>;
|
|
48
|
+
{ resourceGroupName, location, containerHostMapping, options },
|
|
49
|
+
getContainerHostMappingOperationSpec
|
|
50
|
+
);
|
|
60
51
|
}
|
|
61
52
|
}
|
|
62
|
-
|
|
63
53
|
// Operation Specifications
|
|
64
|
-
const serializer =
|
|
65
|
-
|
|
54
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
55
|
+
|
|
56
|
+
const getContainerHostMappingOperationSpec: coreClient.OperationSpec = {
|
|
57
|
+
path:
|
|
58
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/locations/{location}/checkContainerHostMapping",
|
|
66
59
|
httpMethod: "POST",
|
|
67
|
-
path: "providers/Microsoft.DevSpaces/locations/{location}/checkContainerHostMapping",
|
|
68
|
-
urlParameters: [
|
|
69
|
-
Parameters.location
|
|
70
|
-
],
|
|
71
|
-
queryParameters: [
|
|
72
|
-
Parameters.apiVersion
|
|
73
|
-
],
|
|
74
|
-
headerParameters: [
|
|
75
|
-
Parameters.acceptLanguage
|
|
76
|
-
],
|
|
77
|
-
requestBody: {
|
|
78
|
-
parameterPath: "containerHostMapping",
|
|
79
|
-
mapper: {
|
|
80
|
-
...Mappers.ContainerHostMapping,
|
|
81
|
-
required: true
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
60
|
responses: {
|
|
85
61
|
200: {
|
|
86
|
-
bodyMapper:
|
|
87
|
-
serializedName: "parsedResponse",
|
|
88
|
-
type: {
|
|
89
|
-
name: "Object"
|
|
90
|
-
}
|
|
91
|
-
}
|
|
62
|
+
bodyMapper: Mappers.ContainerHostMapping
|
|
92
63
|
},
|
|
64
|
+
204: {},
|
|
93
65
|
default: {
|
|
94
|
-
bodyMapper: Mappers.
|
|
66
|
+
bodyMapper: Mappers.DevSpacesErrorResponse
|
|
95
67
|
}
|
|
96
68
|
},
|
|
69
|
+
requestBody: Parameters.containerHostMapping,
|
|
70
|
+
queryParameters: [Parameters.apiVersion],
|
|
71
|
+
urlParameters: [
|
|
72
|
+
Parameters.$host,
|
|
73
|
+
Parameters.subscriptionId,
|
|
74
|
+
Parameters.resourceGroupName,
|
|
75
|
+
Parameters.location
|
|
76
|
+
],
|
|
77
|
+
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
78
|
+
mediaType: "json",
|
|
97
79
|
serializer
|
|
98
80
|
};
|