speakeasy_client_sdk_ruby 2.2.2 → 3.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.
- checksums.yaml +4 -4
- data/lib/{sdk → speakeasy_client_sdk}/apiendpoints.rb +48 -39
- data/lib/{sdk → speakeasy_client_sdk}/apis.rb +37 -30
- data/lib/{sdk → speakeasy_client_sdk}/embeds.rb +17 -13
- data/lib/{sdk → speakeasy_client_sdk}/metadata.rb +19 -15
- data/lib/speakeasy_client_sdk/models/operations/deleteapi_request.rb +27 -0
- data/lib/speakeasy_client_sdk/models/operations/deleteapi_response.rb +33 -0
- data/lib/speakeasy_client_sdk/models/operations/deleteapiendpoint_request.rb +30 -0
- data/lib/speakeasy_client_sdk/models/operations/deleteapiendpoint_response.rb +33 -0
- data/lib/speakeasy_client_sdk/models/operations/deleteschema_request.rb +30 -0
- data/lib/speakeasy_client_sdk/models/operations/deleteschema_response.rb +33 -0
- data/lib/speakeasy_client_sdk/models/operations/deleteversionmetadata_request.rb +33 -0
- data/lib/speakeasy_client_sdk/models/operations/deleteversionmetadata_response.rb +33 -0
- data/lib/speakeasy_client_sdk/models/operations/downloadschema_request.rb +27 -0
- data/lib/speakeasy_client_sdk/models/operations/downloadschema_response.rb +39 -0
- data/lib/speakeasy_client_sdk/models/operations/downloadschemarevision_request.rb +30 -0
- data/lib/speakeasy_client_sdk/models/operations/downloadschemarevision_response.rb +39 -0
- data/lib/speakeasy_client_sdk/models/operations/file.rb +27 -0
- data/lib/speakeasy_client_sdk/models/operations/findapiendpoint_request.rb +30 -0
- data/lib/speakeasy_client_sdk/models/operations/findapiendpoint_response.rb +36 -0
- data/lib/speakeasy_client_sdk/models/operations/generateopenapispec_request.rb +27 -0
- data/lib/speakeasy_client_sdk/models/operations/generateopenapispec_response.rb +36 -0
- data/lib/speakeasy_client_sdk/models/operations/generateopenapispecforapiendpoint_request.rb +30 -0
- data/lib/speakeasy_client_sdk/models/operations/generateopenapispecforapiendpoint_response.rb +36 -0
- data/lib/speakeasy_client_sdk/models/operations/generatepostmancollection_request.rb +27 -0
- data/lib/speakeasy_client_sdk/models/operations/generatepostmancollection_response.rb +36 -0
- data/lib/speakeasy_client_sdk/models/operations/generatepostmancollectionforapiendpoint_request.rb +30 -0
- data/lib/speakeasy_client_sdk/models/operations/generatepostmancollectionforapiendpoint_response.rb +36 -0
- data/lib/speakeasy_client_sdk/models/operations/generaterequestpostmancollection_request.rb +24 -0
- data/lib/speakeasy_client_sdk/models/operations/generaterequestpostmancollection_response.rb +36 -0
- data/lib/speakeasy_client_sdk/models/operations/getallapiendpoints_request.rb +24 -0
- data/lib/speakeasy_client_sdk/models/operations/getallapiendpoints_response.rb +36 -0
- data/lib/speakeasy_client_sdk/models/operations/getallapiversions_request.rb +30 -0
- data/lib/speakeasy_client_sdk/models/operations/getallapiversions_response.rb +36 -0
- data/lib/speakeasy_client_sdk/models/operations/getallforversionapiendpoints_request.rb +27 -0
- data/lib/speakeasy_client_sdk/models/operations/getallforversionapiendpoints_response.rb +36 -0
- data/lib/speakeasy_client_sdk/models/operations/getapiendpoint_request.rb +30 -0
- data/lib/speakeasy_client_sdk/models/operations/getapiendpoint_response.rb +36 -0
- data/lib/speakeasy_client_sdk/models/operations/getapis_request.rb +27 -0
- data/lib/speakeasy_client_sdk/models/operations/getapis_response.rb +36 -0
- data/lib/speakeasy_client_sdk/models/operations/getembedaccesstoken_request.rb +30 -0
- data/lib/speakeasy_client_sdk/models/operations/getembedaccesstoken_response.rb +36 -0
- data/lib/{sdk/models/operations/getplugins.rb → speakeasy_client_sdk/models/operations/getplugins_response.rb} +7 -9
- data/lib/speakeasy_client_sdk/models/operations/getrequestfromeventlog_request.rb +24 -0
- data/lib/speakeasy_client_sdk/models/operations/getrequestfromeventlog_response.rb +36 -0
- data/lib/speakeasy_client_sdk/models/operations/getschema_request.rb +27 -0
- data/lib/speakeasy_client_sdk/models/operations/getschema_response.rb +36 -0
- data/lib/speakeasy_client_sdk/models/operations/getschemadiff_request.rb +33 -0
- data/lib/speakeasy_client_sdk/models/operations/getschemadiff_response.rb +36 -0
- data/lib/speakeasy_client_sdk/models/operations/getschemarevision_request.rb +30 -0
- data/lib/speakeasy_client_sdk/models/operations/getschemarevision_response.rb +36 -0
- data/lib/speakeasy_client_sdk/models/operations/getschemas_request.rb +27 -0
- data/lib/speakeasy_client_sdk/models/operations/getschemas_response.rb +36 -0
- data/lib/{sdk/models/operations/getvalidembedaccesstokens.rb → speakeasy_client_sdk/models/operations/getvalidembedaccesstokens_response.rb} +7 -9
- data/lib/speakeasy_client_sdk/models/operations/getversionmetadata_request.rb +27 -0
- data/lib/speakeasy_client_sdk/models/operations/getversionmetadata_response.rb +36 -0
- data/lib/speakeasy_client_sdk/models/operations/insertversionmetadata_request.rb +30 -0
- data/lib/speakeasy_client_sdk/models/operations/insertversionmetadata_response.rb +36 -0
- data/lib/speakeasy_client_sdk/models/operations/op.rb +24 -0
- data/lib/speakeasy_client_sdk/models/operations/queryeventlog_request.rb +24 -0
- data/lib/speakeasy_client_sdk/models/operations/queryeventlog_response.rb +36 -0
- data/lib/speakeasy_client_sdk/models/operations/queryparam_op.rb +24 -0
- data/lib/speakeasy_client_sdk/models/operations/registerschema_request.rb +30 -0
- data/lib/speakeasy_client_sdk/models/operations/registerschema_requestbody.rb +24 -0
- data/lib/speakeasy_client_sdk/models/operations/registerschema_response.rb +33 -0
- data/lib/speakeasy_client_sdk/models/operations/revokeembedaccesstoken_request.rb +24 -0
- data/lib/speakeasy_client_sdk/models/operations/revokeembedaccesstoken_response.rb +33 -0
- data/lib/speakeasy_client_sdk/models/operations/runplugin_request.rb +27 -0
- data/lib/speakeasy_client_sdk/models/operations/runplugin_response.rb +36 -0
- data/lib/speakeasy_client_sdk/models/operations/upsertapi_request.rb +27 -0
- data/lib/speakeasy_client_sdk/models/operations/upsertapi_response.rb +36 -0
- data/lib/speakeasy_client_sdk/models/operations/upsertapiendpoint_request.rb +33 -0
- data/lib/speakeasy_client_sdk/models/operations/upsertapiendpoint_response.rb +36 -0
- data/lib/{sdk/models/operations/upsertplugin.rb → speakeasy_client_sdk/models/operations/upsertplugin_response.rb} +7 -10
- data/lib/{sdk/models/operations/validateapikey.rb → speakeasy_client_sdk/models/operations/validateapikey_response.rb} +6 -8
- data/lib/speakeasy_client_sdk/models/operations.rb +79 -0
- data/lib/{sdk → speakeasy_client_sdk}/models/shared/api.rb +9 -10
- data/lib/{sdk → speakeasy_client_sdk}/models/shared/api_input.rb +6 -7
- data/lib/speakeasy_client_sdk/models/shared/apiendpoint.rb +54 -0
- data/lib/{sdk → speakeasy_client_sdk}/models/shared/apiendpoint_input.rb +8 -9
- data/lib/speakeasy_client_sdk/models/shared/boundedrequest.rb +63 -0
- data/lib/{sdk → speakeasy_client_sdk}/models/shared/embedaccesstokenresponse.rb +3 -4
- data/lib/speakeasy_client_sdk/models/shared/embedtoken.rb +51 -0
- data/lib/{sdk → speakeasy_client_sdk}/models/shared/error.rb +4 -5
- data/lib/{sdk → speakeasy_client_sdk}/models/shared/filter.rb +5 -6
- data/lib/{sdk → speakeasy_client_sdk}/models/shared/filters.rb +6 -7
- data/lib/{sdk → speakeasy_client_sdk}/models/shared/generateopenapispecdiff.rb +4 -5
- data/lib/speakeasy_client_sdk/models/shared/plugin.rb +42 -0
- data/lib/{sdk → speakeasy_client_sdk}/models/shared/requestmetadata.rb +4 -5
- data/lib/speakeasy_client_sdk/models/shared/schema.rb +39 -0
- data/lib/speakeasy_client_sdk/models/shared/schemadiff.rb +30 -0
- data/lib/{sdk → speakeasy_client_sdk}/models/shared/security.rb +3 -4
- data/lib/{sdk → speakeasy_client_sdk}/models/shared/unboundedrequest.rb +7 -8
- data/lib/speakeasy_client_sdk/models/shared/valuechange.rb +27 -0
- data/lib/speakeasy_client_sdk/models/shared/versionmetadata.rb +39 -0
- data/lib/{sdk → speakeasy_client_sdk}/models/shared/versionmetadata_input.rb +4 -5
- data/lib/speakeasy_client_sdk/models/shared.rb +29 -0
- data/lib/{sdk → speakeasy_client_sdk}/plugins.rb +18 -14
- data/lib/{sdk → speakeasy_client_sdk}/requests.rb +19 -15
- data/lib/{sdk → speakeasy_client_sdk}/schemas.rb +46 -37
- data/lib/{sdk → speakeasy_client_sdk}/sdk.rb +3 -3
- data/lib/{sdk → speakeasy_client_sdk}/sdkconfiguration.rb +5 -5
- data/lib/{sdk → speakeasy_client_sdk}/utils/utils.rb +2 -2
- data/lib/speakeasy_client_sdk_ruby.rb +13 -66
- metadata +105 -67
- data/lib/sdk/models/operations/deleteapi.rb +0 -52
- data/lib/sdk/models/operations/deleteapiendpoint.rb +0 -55
- data/lib/sdk/models/operations/deleteschema.rb +0 -55
- data/lib/sdk/models/operations/deleteversionmetadata.rb +0 -58
- data/lib/sdk/models/operations/downloadschema.rb +0 -58
- data/lib/sdk/models/operations/downloadschemarevision.rb +0 -61
- data/lib/sdk/models/operations/findapiendpoint.rb +0 -59
- data/lib/sdk/models/operations/generateopenapispec.rb +0 -56
- data/lib/sdk/models/operations/generateopenapispecforapiendpoint.rb +0 -59
- data/lib/sdk/models/operations/generatepostmancollection.rb +0 -55
- data/lib/sdk/models/operations/generatepostmancollectionforapiendpoint.rb +0 -58
- data/lib/sdk/models/operations/generaterequestpostmancollection.rb +0 -52
- data/lib/sdk/models/operations/getallapiendpoints.rb +0 -52
- data/lib/sdk/models/operations/getallapiversions.rb +0 -72
- data/lib/sdk/models/operations/getallforversionapiendpoints.rb +0 -55
- data/lib/sdk/models/operations/getapiendpoint.rb +0 -59
- data/lib/sdk/models/operations/getapis.rb +0 -69
- data/lib/sdk/models/operations/getembedaccesstoken.rb +0 -60
- data/lib/sdk/models/operations/getrequestfromeventlog.rb +0 -53
- data/lib/sdk/models/operations/getschema.rb +0 -56
- data/lib/sdk/models/operations/getschemadiff.rb +0 -62
- data/lib/sdk/models/operations/getschemarevision.rb +0 -59
- data/lib/sdk/models/operations/getschemas.rb +0 -55
- data/lib/sdk/models/operations/getversionmetadata.rb +0 -55
- data/lib/sdk/models/operations/insertversionmetadata.rb +0 -59
- data/lib/sdk/models/operations/queryeventlog.rb +0 -53
- data/lib/sdk/models/operations/registerschema.rb +0 -86
- data/lib/sdk/models/operations/revokeembedaccesstoken.rb +0 -49
- data/lib/sdk/models/operations/runplugin.rb +0 -56
- data/lib/sdk/models/operations/upsertapi.rb +0 -56
- data/lib/sdk/models/operations/upsertapiendpoint.rb +0 -62
- data/lib/sdk/models/shared/apiendpoint.rb +0 -55
- data/lib/sdk/models/shared/boundedrequest.rb +0 -64
- data/lib/sdk/models/shared/embedtoken.rb +0 -52
- data/lib/sdk/models/shared/plugin.rb +0 -43
- data/lib/sdk/models/shared/schema.rb +0 -40
- data/lib/sdk/models/shared/schemadiff.rb +0 -48
- data/lib/sdk/models/shared/versionmetadata.rb +0 -40
- /data/lib/{sdk → speakeasy_client_sdk}/utils/metadata_fields.rb +0 -0
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
require 'sorbet-runtime'
|
|
7
|
-
require 'faraday'
|
|
8
|
-
require_relative '../shared/error'
|
|
9
|
-
|
|
10
|
-
module SpeakeasyClientSDK
|
|
11
|
-
module Operations
|
|
12
|
-
|
|
13
|
-
class DeleteApiRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
# The ID of the Api to delete.
|
|
17
|
-
field :api_id, String, { 'path_param': { 'field_name': 'apiID', 'style': 'simple', 'explode': false } }
|
|
18
|
-
# The version ID of the Api to delete.
|
|
19
|
-
field :version_id, String, { 'path_param': { 'field_name': 'versionID', 'style': 'simple', 'explode': false } }
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
sig { params(api_id: String, version_id: String).void }
|
|
23
|
-
def initialize(api_id: nil, version_id: nil)
|
|
24
|
-
@api_id = api_id
|
|
25
|
-
@version_id = version_id
|
|
26
|
-
end
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
class DeleteApiResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
31
|
-
extend T::Sig
|
|
32
|
-
|
|
33
|
-
# HTTP response content type for this operation
|
|
34
|
-
field :content_type, String
|
|
35
|
-
# Raw HTTP response; suitable for custom response parsing
|
|
36
|
-
field :raw_response, Faraday::Response
|
|
37
|
-
# HTTP response status code for this operation
|
|
38
|
-
field :status_code, Integer
|
|
39
|
-
# Default error response
|
|
40
|
-
field :error, T.nilable(Shared::Error)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, error: T.nilable(Shared::Error)).void }
|
|
44
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, error: nil)
|
|
45
|
-
@content_type = content_type
|
|
46
|
-
@raw_response = raw_response
|
|
47
|
-
@status_code = status_code
|
|
48
|
-
@error = error
|
|
49
|
-
end
|
|
50
|
-
end
|
|
51
|
-
end
|
|
52
|
-
end
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
require 'sorbet-runtime'
|
|
7
|
-
require 'faraday'
|
|
8
|
-
require_relative '../shared/error'
|
|
9
|
-
|
|
10
|
-
module SpeakeasyClientSDK
|
|
11
|
-
module Operations
|
|
12
|
-
|
|
13
|
-
class DeleteApiEndpointRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
# The ID of the ApiEndpoint to delete.
|
|
17
|
-
field :api_endpoint_id, String, { 'path_param': { 'field_name': 'apiEndpointID', 'style': 'simple', 'explode': false } }
|
|
18
|
-
# The ID of the Api the ApiEndpoint belongs to.
|
|
19
|
-
field :api_id, String, { 'path_param': { 'field_name': 'apiID', 'style': 'simple', 'explode': false } }
|
|
20
|
-
# The version ID of the Api the ApiEndpoint belongs to.
|
|
21
|
-
field :version_id, String, { 'path_param': { 'field_name': 'versionID', 'style': 'simple', 'explode': false } }
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
sig { params(api_endpoint_id: String, api_id: String, version_id: String).void }
|
|
25
|
-
def initialize(api_endpoint_id: nil, api_id: nil, version_id: nil)
|
|
26
|
-
@api_endpoint_id = api_endpoint_id
|
|
27
|
-
@api_id = api_id
|
|
28
|
-
@version_id = version_id
|
|
29
|
-
end
|
|
30
|
-
end
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
class DeleteApiEndpointResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
34
|
-
extend T::Sig
|
|
35
|
-
|
|
36
|
-
# HTTP response content type for this operation
|
|
37
|
-
field :content_type, String
|
|
38
|
-
# Raw HTTP response; suitable for custom response parsing
|
|
39
|
-
field :raw_response, Faraday::Response
|
|
40
|
-
# HTTP response status code for this operation
|
|
41
|
-
field :status_code, Integer
|
|
42
|
-
# Default error response
|
|
43
|
-
field :error, T.nilable(Shared::Error)
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, error: T.nilable(Shared::Error)).void }
|
|
47
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, error: nil)
|
|
48
|
-
@content_type = content_type
|
|
49
|
-
@raw_response = raw_response
|
|
50
|
-
@status_code = status_code
|
|
51
|
-
@error = error
|
|
52
|
-
end
|
|
53
|
-
end
|
|
54
|
-
end
|
|
55
|
-
end
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
require 'sorbet-runtime'
|
|
7
|
-
require 'faraday'
|
|
8
|
-
require_relative '../shared/error'
|
|
9
|
-
|
|
10
|
-
module SpeakeasyClientSDK
|
|
11
|
-
module Operations
|
|
12
|
-
|
|
13
|
-
class DeleteSchemaRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
# The ID of the Api to delete schemas for.
|
|
17
|
-
field :api_id, String, { 'path_param': { 'field_name': 'apiID', 'style': 'simple', 'explode': false } }
|
|
18
|
-
# The revision ID of the schema to delete.
|
|
19
|
-
field :revision_id, String, { 'path_param': { 'field_name': 'revisionID', 'style': 'simple', 'explode': false } }
|
|
20
|
-
# The version ID of the Api to delete metadata for.
|
|
21
|
-
field :version_id, String, { 'path_param': { 'field_name': 'versionID', 'style': 'simple', 'explode': false } }
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
sig { params(api_id: String, revision_id: String, version_id: String).void }
|
|
25
|
-
def initialize(api_id: nil, revision_id: nil, version_id: nil)
|
|
26
|
-
@api_id = api_id
|
|
27
|
-
@revision_id = revision_id
|
|
28
|
-
@version_id = version_id
|
|
29
|
-
end
|
|
30
|
-
end
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
class DeleteSchemaResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
34
|
-
extend T::Sig
|
|
35
|
-
|
|
36
|
-
# HTTP response content type for this operation
|
|
37
|
-
field :content_type, String
|
|
38
|
-
# Raw HTTP response; suitable for custom response parsing
|
|
39
|
-
field :raw_response, Faraday::Response
|
|
40
|
-
# HTTP response status code for this operation
|
|
41
|
-
field :status_code, Integer
|
|
42
|
-
# Default error response
|
|
43
|
-
field :error, T.nilable(Shared::Error)
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, error: T.nilable(Shared::Error)).void }
|
|
47
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, error: nil)
|
|
48
|
-
@content_type = content_type
|
|
49
|
-
@raw_response = raw_response
|
|
50
|
-
@status_code = status_code
|
|
51
|
-
@error = error
|
|
52
|
-
end
|
|
53
|
-
end
|
|
54
|
-
end
|
|
55
|
-
end
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
require 'sorbet-runtime'
|
|
7
|
-
require 'faraday'
|
|
8
|
-
require_relative '../shared/error'
|
|
9
|
-
|
|
10
|
-
module SpeakeasyClientSDK
|
|
11
|
-
module Operations
|
|
12
|
-
|
|
13
|
-
class DeleteVersionMetadataRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
# The ID of the Api to delete metadata for.
|
|
17
|
-
field :api_id, String, { 'path_param': { 'field_name': 'apiID', 'style': 'simple', 'explode': false } }
|
|
18
|
-
# The key of the metadata to delete.
|
|
19
|
-
field :meta_key, String, { 'path_param': { 'field_name': 'metaKey', 'style': 'simple', 'explode': false } }
|
|
20
|
-
# The value of the metadata to delete.
|
|
21
|
-
field :meta_value, String, { 'path_param': { 'field_name': 'metaValue', 'style': 'simple', 'explode': false } }
|
|
22
|
-
# The version ID of the Api to delete metadata for.
|
|
23
|
-
field :version_id, String, { 'path_param': { 'field_name': 'versionID', 'style': 'simple', 'explode': false } }
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
sig { params(api_id: String, meta_key: String, meta_value: String, version_id: String).void }
|
|
27
|
-
def initialize(api_id: nil, meta_key: nil, meta_value: nil, version_id: nil)
|
|
28
|
-
@api_id = api_id
|
|
29
|
-
@meta_key = meta_key
|
|
30
|
-
@meta_value = meta_value
|
|
31
|
-
@version_id = version_id
|
|
32
|
-
end
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
class DeleteVersionMetadataResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
37
|
-
extend T::Sig
|
|
38
|
-
|
|
39
|
-
# HTTP response content type for this operation
|
|
40
|
-
field :content_type, String
|
|
41
|
-
# Raw HTTP response; suitable for custom response parsing
|
|
42
|
-
field :raw_response, Faraday::Response
|
|
43
|
-
# HTTP response status code for this operation
|
|
44
|
-
field :status_code, Integer
|
|
45
|
-
# Default error response
|
|
46
|
-
field :error, T.nilable(Shared::Error)
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, error: T.nilable(Shared::Error)).void }
|
|
50
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, error: nil)
|
|
51
|
-
@content_type = content_type
|
|
52
|
-
@raw_response = raw_response
|
|
53
|
-
@status_code = status_code
|
|
54
|
-
@error = error
|
|
55
|
-
end
|
|
56
|
-
end
|
|
57
|
-
end
|
|
58
|
-
end
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
require 'sorbet-runtime'
|
|
7
|
-
require 'faraday'
|
|
8
|
-
require_relative '../shared/error'
|
|
9
|
-
|
|
10
|
-
module SpeakeasyClientSDK
|
|
11
|
-
module Operations
|
|
12
|
-
|
|
13
|
-
class DownloadSchemaRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
# The ID of the Api to download the schema for.
|
|
17
|
-
field :api_id, String, { 'path_param': { 'field_name': 'apiID', 'style': 'simple', 'explode': false } }
|
|
18
|
-
# The version ID of the Api to delete metadata for.
|
|
19
|
-
field :version_id, String, { 'path_param': { 'field_name': 'versionID', 'style': 'simple', 'explode': false } }
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
sig { params(api_id: String, version_id: String).void }
|
|
23
|
-
def initialize(api_id: nil, version_id: nil)
|
|
24
|
-
@api_id = api_id
|
|
25
|
-
@version_id = version_id
|
|
26
|
-
end
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
class DownloadSchemaResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
31
|
-
extend T::Sig
|
|
32
|
-
|
|
33
|
-
# HTTP response content type for this operation
|
|
34
|
-
field :content_type, String
|
|
35
|
-
# Raw HTTP response; suitable for custom response parsing
|
|
36
|
-
field :raw_response, Faraday::Response
|
|
37
|
-
# HTTP response status code for this operation
|
|
38
|
-
field :status_code, Integer
|
|
39
|
-
# OK
|
|
40
|
-
field :two_hundred_application_json_schema, T.nilable(String)
|
|
41
|
-
# OK
|
|
42
|
-
field :two_hundred_application_x_yaml_schema, T.nilable(String)
|
|
43
|
-
# Default error response
|
|
44
|
-
field :error, T.nilable(Shared::Error)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, two_hundred_application_json_schema: T.nilable(String), two_hundred_application_x_yaml_schema: T.nilable(String), error: T.nilable(Shared::Error)).void }
|
|
48
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, two_hundred_application_json_schema: nil, two_hundred_application_x_yaml_schema: nil, error: nil)
|
|
49
|
-
@content_type = content_type
|
|
50
|
-
@raw_response = raw_response
|
|
51
|
-
@status_code = status_code
|
|
52
|
-
@two_hundred_application_json_schema = two_hundred_application_json_schema
|
|
53
|
-
@two_hundred_application_x_yaml_schema = two_hundred_application_x_yaml_schema
|
|
54
|
-
@error = error
|
|
55
|
-
end
|
|
56
|
-
end
|
|
57
|
-
end
|
|
58
|
-
end
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
require 'sorbet-runtime'
|
|
7
|
-
require 'faraday'
|
|
8
|
-
require_relative '../shared/error'
|
|
9
|
-
|
|
10
|
-
module SpeakeasyClientSDK
|
|
11
|
-
module Operations
|
|
12
|
-
|
|
13
|
-
class DownloadSchemaRevisionRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
# The ID of the Api to retrieve schemas for.
|
|
17
|
-
field :api_id, String, { 'path_param': { 'field_name': 'apiID', 'style': 'simple', 'explode': false } }
|
|
18
|
-
# The revision ID of the schema to retrieve.
|
|
19
|
-
field :revision_id, String, { 'path_param': { 'field_name': 'revisionID', 'style': 'simple', 'explode': false } }
|
|
20
|
-
# The version ID of the Api to delete metadata for.
|
|
21
|
-
field :version_id, String, { 'path_param': { 'field_name': 'versionID', 'style': 'simple', 'explode': false } }
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
sig { params(api_id: String, revision_id: String, version_id: String).void }
|
|
25
|
-
def initialize(api_id: nil, revision_id: nil, version_id: nil)
|
|
26
|
-
@api_id = api_id
|
|
27
|
-
@revision_id = revision_id
|
|
28
|
-
@version_id = version_id
|
|
29
|
-
end
|
|
30
|
-
end
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
class DownloadSchemaRevisionResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
34
|
-
extend T::Sig
|
|
35
|
-
|
|
36
|
-
# HTTP response content type for this operation
|
|
37
|
-
field :content_type, String
|
|
38
|
-
# Raw HTTP response; suitable for custom response parsing
|
|
39
|
-
field :raw_response, Faraday::Response
|
|
40
|
-
# HTTP response status code for this operation
|
|
41
|
-
field :status_code, Integer
|
|
42
|
-
# OK
|
|
43
|
-
field :two_hundred_application_json_schema, T.nilable(String)
|
|
44
|
-
# OK
|
|
45
|
-
field :two_hundred_application_x_yaml_schema, T.nilable(String)
|
|
46
|
-
# Default error response
|
|
47
|
-
field :error, T.nilable(Shared::Error)
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, two_hundred_application_json_schema: T.nilable(String), two_hundred_application_x_yaml_schema: T.nilable(String), error: T.nilable(Shared::Error)).void }
|
|
51
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, two_hundred_application_json_schema: nil, two_hundred_application_x_yaml_schema: nil, error: nil)
|
|
52
|
-
@content_type = content_type
|
|
53
|
-
@raw_response = raw_response
|
|
54
|
-
@status_code = status_code
|
|
55
|
-
@two_hundred_application_json_schema = two_hundred_application_json_schema
|
|
56
|
-
@two_hundred_application_x_yaml_schema = two_hundred_application_x_yaml_schema
|
|
57
|
-
@error = error
|
|
58
|
-
end
|
|
59
|
-
end
|
|
60
|
-
end
|
|
61
|
-
end
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
require 'sorbet-runtime'
|
|
7
|
-
require 'faraday'
|
|
8
|
-
require_relative '../shared/apiendpoint'
|
|
9
|
-
require_relative '../shared/error'
|
|
10
|
-
|
|
11
|
-
module SpeakeasyClientSDK
|
|
12
|
-
module Operations
|
|
13
|
-
|
|
14
|
-
class FindApiEndpointRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
15
|
-
extend T::Sig
|
|
16
|
-
|
|
17
|
-
# The ID of the Api the ApiEndpoint belongs to.
|
|
18
|
-
field :api_id, String, { 'path_param': { 'field_name': 'apiID', 'style': 'simple', 'explode': false } }
|
|
19
|
-
# The displayName of the ApiEndpoint to find (set by operationId from OpenAPI schema).
|
|
20
|
-
field :display_name, String, { 'path_param': { 'field_name': 'displayName', 'style': 'simple', 'explode': false } }
|
|
21
|
-
# The version ID of the Api the ApiEndpoint belongs to.
|
|
22
|
-
field :version_id, String, { 'path_param': { 'field_name': 'versionID', 'style': 'simple', 'explode': false } }
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
sig { params(api_id: String, display_name: String, version_id: String).void }
|
|
26
|
-
def initialize(api_id: nil, display_name: nil, version_id: nil)
|
|
27
|
-
@api_id = api_id
|
|
28
|
-
@display_name = display_name
|
|
29
|
-
@version_id = version_id
|
|
30
|
-
end
|
|
31
|
-
end
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
class FindApiEndpointResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
35
|
-
extend T::Sig
|
|
36
|
-
|
|
37
|
-
# HTTP response content type for this operation
|
|
38
|
-
field :content_type, String
|
|
39
|
-
# Raw HTTP response; suitable for custom response parsing
|
|
40
|
-
field :raw_response, Faraday::Response
|
|
41
|
-
# HTTP response status code for this operation
|
|
42
|
-
field :status_code, Integer
|
|
43
|
-
# OK
|
|
44
|
-
field :api_endpoint, T.nilable(Shared::ApiEndpoint)
|
|
45
|
-
# Default error response
|
|
46
|
-
field :error, T.nilable(Shared::Error)
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, api_endpoint: T.nilable(Shared::ApiEndpoint), error: T.nilable(Shared::Error)).void }
|
|
50
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, api_endpoint: nil, error: nil)
|
|
51
|
-
@content_type = content_type
|
|
52
|
-
@raw_response = raw_response
|
|
53
|
-
@status_code = status_code
|
|
54
|
-
@api_endpoint = api_endpoint
|
|
55
|
-
@error = error
|
|
56
|
-
end
|
|
57
|
-
end
|
|
58
|
-
end
|
|
59
|
-
end
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
require 'sorbet-runtime'
|
|
7
|
-
require 'faraday'
|
|
8
|
-
require_relative '../shared/error'
|
|
9
|
-
require_relative '../shared/generateopenapispecdiff'
|
|
10
|
-
|
|
11
|
-
module SpeakeasyClientSDK
|
|
12
|
-
module Operations
|
|
13
|
-
|
|
14
|
-
class GenerateOpenApiSpecRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
15
|
-
extend T::Sig
|
|
16
|
-
|
|
17
|
-
# The ID of the Api to generate an OpenAPI specification for.
|
|
18
|
-
field :api_id, String, { 'path_param': { 'field_name': 'apiID', 'style': 'simple', 'explode': false } }
|
|
19
|
-
# The version ID of the Api to generate an OpenAPI specification for.
|
|
20
|
-
field :version_id, String, { 'path_param': { 'field_name': 'versionID', 'style': 'simple', 'explode': false } }
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
sig { params(api_id: String, version_id: String).void }
|
|
24
|
-
def initialize(api_id: nil, version_id: nil)
|
|
25
|
-
@api_id = api_id
|
|
26
|
-
@version_id = version_id
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
class GenerateOpenApiSpecResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
32
|
-
extend T::Sig
|
|
33
|
-
|
|
34
|
-
# HTTP response content type for this operation
|
|
35
|
-
field :content_type, String
|
|
36
|
-
# Raw HTTP response; suitable for custom response parsing
|
|
37
|
-
field :raw_response, Faraday::Response
|
|
38
|
-
# HTTP response status code for this operation
|
|
39
|
-
field :status_code, Integer
|
|
40
|
-
# Default error response
|
|
41
|
-
field :error, T.nilable(Shared::Error)
|
|
42
|
-
# OK
|
|
43
|
-
field :generate_open_api_spec_diff, T.nilable(Shared::GenerateOpenApiSpecDiff)
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, error: T.nilable(Shared::Error), generate_open_api_spec_diff: T.nilable(Shared::GenerateOpenApiSpecDiff)).void }
|
|
47
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, error: nil, generate_open_api_spec_diff: nil)
|
|
48
|
-
@content_type = content_type
|
|
49
|
-
@raw_response = raw_response
|
|
50
|
-
@status_code = status_code
|
|
51
|
-
@error = error
|
|
52
|
-
@generate_open_api_spec_diff = generate_open_api_spec_diff
|
|
53
|
-
end
|
|
54
|
-
end
|
|
55
|
-
end
|
|
56
|
-
end
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
require 'sorbet-runtime'
|
|
7
|
-
require 'faraday'
|
|
8
|
-
require_relative '../shared/error'
|
|
9
|
-
require_relative '../shared/generateopenapispecdiff'
|
|
10
|
-
|
|
11
|
-
module SpeakeasyClientSDK
|
|
12
|
-
module Operations
|
|
13
|
-
|
|
14
|
-
class GenerateOpenApiSpecForApiEndpointRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
15
|
-
extend T::Sig
|
|
16
|
-
|
|
17
|
-
# The ID of the ApiEndpoint to generate an OpenAPI specification for.
|
|
18
|
-
field :api_endpoint_id, String, { 'path_param': { 'field_name': 'apiEndpointID', 'style': 'simple', 'explode': false } }
|
|
19
|
-
# The ID of the Api to generate an OpenAPI specification for.
|
|
20
|
-
field :api_id, String, { 'path_param': { 'field_name': 'apiID', 'style': 'simple', 'explode': false } }
|
|
21
|
-
# The version ID of the Api to generate an OpenAPI specification for.
|
|
22
|
-
field :version_id, String, { 'path_param': { 'field_name': 'versionID', 'style': 'simple', 'explode': false } }
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
sig { params(api_endpoint_id: String, api_id: String, version_id: String).void }
|
|
26
|
-
def initialize(api_endpoint_id: nil, api_id: nil, version_id: nil)
|
|
27
|
-
@api_endpoint_id = api_endpoint_id
|
|
28
|
-
@api_id = api_id
|
|
29
|
-
@version_id = version_id
|
|
30
|
-
end
|
|
31
|
-
end
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
class GenerateOpenApiSpecForApiEndpointResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
35
|
-
extend T::Sig
|
|
36
|
-
|
|
37
|
-
# HTTP response content type for this operation
|
|
38
|
-
field :content_type, String
|
|
39
|
-
# Raw HTTP response; suitable for custom response parsing
|
|
40
|
-
field :raw_response, Faraday::Response
|
|
41
|
-
# HTTP response status code for this operation
|
|
42
|
-
field :status_code, Integer
|
|
43
|
-
# Default error response
|
|
44
|
-
field :error, T.nilable(Shared::Error)
|
|
45
|
-
# OK
|
|
46
|
-
field :generate_open_api_spec_diff, T.nilable(Shared::GenerateOpenApiSpecDiff)
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, error: T.nilable(Shared::Error), generate_open_api_spec_diff: T.nilable(Shared::GenerateOpenApiSpecDiff)).void }
|
|
50
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, error: nil, generate_open_api_spec_diff: nil)
|
|
51
|
-
@content_type = content_type
|
|
52
|
-
@raw_response = raw_response
|
|
53
|
-
@status_code = status_code
|
|
54
|
-
@error = error
|
|
55
|
-
@generate_open_api_spec_diff = generate_open_api_spec_diff
|
|
56
|
-
end
|
|
57
|
-
end
|
|
58
|
-
end
|
|
59
|
-
end
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
require 'sorbet-runtime'
|
|
7
|
-
require 'faraday'
|
|
8
|
-
require_relative '../shared/error'
|
|
9
|
-
|
|
10
|
-
module SpeakeasyClientSDK
|
|
11
|
-
module Operations
|
|
12
|
-
|
|
13
|
-
class GeneratePostmanCollectionRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
# The ID of the Api to generate a Postman collection for.
|
|
17
|
-
field :api_id, String, { 'path_param': { 'field_name': 'apiID', 'style': 'simple', 'explode': false } }
|
|
18
|
-
# The version ID of the Api to generate a Postman collection for.
|
|
19
|
-
field :version_id, String, { 'path_param': { 'field_name': 'versionID', 'style': 'simple', 'explode': false } }
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
sig { params(api_id: String, version_id: String).void }
|
|
23
|
-
def initialize(api_id: nil, version_id: nil)
|
|
24
|
-
@api_id = api_id
|
|
25
|
-
@version_id = version_id
|
|
26
|
-
end
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
class GeneratePostmanCollectionResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
31
|
-
extend T::Sig
|
|
32
|
-
|
|
33
|
-
# HTTP response content type for this operation
|
|
34
|
-
field :content_type, String
|
|
35
|
-
# Raw HTTP response; suitable for custom response parsing
|
|
36
|
-
field :raw_response, Faraday::Response
|
|
37
|
-
# HTTP response status code for this operation
|
|
38
|
-
field :status_code, Integer
|
|
39
|
-
# Default error response
|
|
40
|
-
field :error, T.nilable(Shared::Error)
|
|
41
|
-
# OK
|
|
42
|
-
field :postman_collection, T.nilable(String)
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, error: T.nilable(Shared::Error), postman_collection: T.nilable(String)).void }
|
|
46
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, error: nil, postman_collection: nil)
|
|
47
|
-
@content_type = content_type
|
|
48
|
-
@raw_response = raw_response
|
|
49
|
-
@status_code = status_code
|
|
50
|
-
@error = error
|
|
51
|
-
@postman_collection = postman_collection
|
|
52
|
-
end
|
|
53
|
-
end
|
|
54
|
-
end
|
|
55
|
-
end
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
require 'sorbet-runtime'
|
|
7
|
-
require 'faraday'
|
|
8
|
-
require_relative '../shared/error'
|
|
9
|
-
|
|
10
|
-
module SpeakeasyClientSDK
|
|
11
|
-
module Operations
|
|
12
|
-
|
|
13
|
-
class GeneratePostmanCollectionForApiEndpointRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
# The ID of the ApiEndpoint to generate a Postman collection for.
|
|
17
|
-
field :api_endpoint_id, String, { 'path_param': { 'field_name': 'apiEndpointID', 'style': 'simple', 'explode': false } }
|
|
18
|
-
# The ID of the Api to generate a Postman collection for.
|
|
19
|
-
field :api_id, String, { 'path_param': { 'field_name': 'apiID', 'style': 'simple', 'explode': false } }
|
|
20
|
-
# The version ID of the Api to generate a Postman collection for.
|
|
21
|
-
field :version_id, String, { 'path_param': { 'field_name': 'versionID', 'style': 'simple', 'explode': false } }
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
sig { params(api_endpoint_id: String, api_id: String, version_id: String).void }
|
|
25
|
-
def initialize(api_endpoint_id: nil, api_id: nil, version_id: nil)
|
|
26
|
-
@api_endpoint_id = api_endpoint_id
|
|
27
|
-
@api_id = api_id
|
|
28
|
-
@version_id = version_id
|
|
29
|
-
end
|
|
30
|
-
end
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
class GeneratePostmanCollectionForApiEndpointResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
|
34
|
-
extend T::Sig
|
|
35
|
-
|
|
36
|
-
# HTTP response content type for this operation
|
|
37
|
-
field :content_type, String
|
|
38
|
-
# Raw HTTP response; suitable for custom response parsing
|
|
39
|
-
field :raw_response, Faraday::Response
|
|
40
|
-
# HTTP response status code for this operation
|
|
41
|
-
field :status_code, Integer
|
|
42
|
-
# Default error response
|
|
43
|
-
field :error, T.nilable(Shared::Error)
|
|
44
|
-
# OK
|
|
45
|
-
field :postman_collection, T.nilable(String)
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, error: T.nilable(Shared::Error), postman_collection: T.nilable(String)).void }
|
|
49
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, error: nil, postman_collection: nil)
|
|
50
|
-
@content_type = content_type
|
|
51
|
-
@raw_response = raw_response
|
|
52
|
-
@status_code = status_code
|
|
53
|
-
@error = error
|
|
54
|
-
@postman_collection = postman_collection
|
|
55
|
-
end
|
|
56
|
-
end
|
|
57
|
-
end
|
|
58
|
-
end
|