test-sdk-raza 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE +28 -0
- data/README.md +116 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/api_helper.rb +10 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/apis/base_api.rb +67 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/apis/m5_gbi_device_actions_api.rb +91 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/apis/oauth_authorization_api.rb +44 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/client.rb +80 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/configuration.rb +116 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/exceptions/api_exception.rb +21 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/exceptions/m5_gbi_rest_error_response_exception.rb +52 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/exceptions/oauth_provider_exception.rb +64 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/http/api_response.rb +19 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/http/auth/thingspace_oauth.rb +133 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/http/auth/vz_m2_m_session_token.rb +42 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/http/http_call_back.rb +10 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/http/http_method_enum.rb +10 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/http/http_request.rb +10 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/http/http_response.rb +10 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/http/proxy_settings.rb +13 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/logging/configuration/api_logging_configuration.rb +114 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/logging/sdk_logger.rb +17 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/base_model.rb +110 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/group_name.rb +85 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbi_address.rb +154 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbi_carrier_information.rb +86 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbi_customer_name.rb +125 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbi_request_response.rb +76 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbiaccount_nameobject.rb +228 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbiactivate_request.rb +146 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbiaddress_andcustomerinfo.rb +87 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbiaddress_andcustomerinfo2.rb +87 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbiattribute1.rb +84 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbiattribute2.rb +95 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbichange_request.rb +126 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbidevice_detailsresponse.rb +95 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbidevice_id.rb +76 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbidevice_id1.rb +95 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbidevice_idarray.rb +88 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbidevice_idarray2.rb +95 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbikey_value1.rb +95 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbiprimary_placeofuse.rb +96 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/oauth_provider_error.rb +45 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/models/oauth_token.rb +96 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/utilities/date_time_helper.rb +11 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/utilities/file_wrapper.rb +28 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi/utilities/union_type_lookup.rb +85 -0
- data/lib/api_endpoints_for5_g_business_internet5_g_bi.rb +110 -0
- metadata +132 -0
@@ -0,0 +1,96 @@
|
|
1
|
+
# api_endpoints_for5_g_business_internet5_g_bi
|
2
|
+
#
|
3
|
+
# This file was automatically
|
4
|
+
# generated by APIMATIC v3.0 ( https://www.apimatic.io ).
|
5
|
+
|
6
|
+
module ApiEndpointsFor5GBusinessInternet5GBi
|
7
|
+
# OAuth 2 Authorization endpoint response
|
8
|
+
class OauthToken < BaseModel
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# Access token
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :access_token
|
15
|
+
|
16
|
+
# Type of access token
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :token_type
|
19
|
+
|
20
|
+
# Time in seconds before the access token expires
|
21
|
+
# @return [Integer]
|
22
|
+
attr_accessor :expires_in
|
23
|
+
|
24
|
+
# List of scopes granted
|
25
|
+
# This is a space-delimited list of strings.
|
26
|
+
# @return [String]
|
27
|
+
attr_accessor :scope
|
28
|
+
|
29
|
+
# Time of token expiry as unix timestamp (UTC)
|
30
|
+
# @return [Integer]
|
31
|
+
attr_accessor :expiry
|
32
|
+
|
33
|
+
# Refresh token
|
34
|
+
# Used to get a new access token when it expires.
|
35
|
+
# @return [String]
|
36
|
+
attr_accessor :refresh_token
|
37
|
+
|
38
|
+
# A mapping from model property names to API property names.
|
39
|
+
def self.names
|
40
|
+
@_hash = {} if @_hash.nil?
|
41
|
+
@_hash['access_token'] = 'access_token'
|
42
|
+
@_hash['token_type'] = 'token_type'
|
43
|
+
@_hash['expires_in'] = 'expires_in'
|
44
|
+
@_hash['scope'] = 'scope'
|
45
|
+
@_hash['expiry'] = 'expiry'
|
46
|
+
@_hash['refresh_token'] = 'refresh_token'
|
47
|
+
@_hash
|
48
|
+
end
|
49
|
+
|
50
|
+
# An array for optional fields
|
51
|
+
def self.optionals
|
52
|
+
%w[
|
53
|
+
expires_in
|
54
|
+
scope
|
55
|
+
expiry
|
56
|
+
refresh_token
|
57
|
+
]
|
58
|
+
end
|
59
|
+
|
60
|
+
# An array for nullable fields
|
61
|
+
def self.nullables
|
62
|
+
[]
|
63
|
+
end
|
64
|
+
|
65
|
+
def initialize(access_token:, token_type:, expires_in: SKIP, scope: SKIP,
|
66
|
+
expiry: SKIP, refresh_token: SKIP)
|
67
|
+
@access_token = access_token
|
68
|
+
@token_type = token_type
|
69
|
+
@expires_in = expires_in unless expires_in == SKIP
|
70
|
+
@scope = scope unless scope == SKIP
|
71
|
+
@expiry = expiry unless expiry == SKIP
|
72
|
+
@refresh_token = refresh_token unless refresh_token == SKIP
|
73
|
+
end
|
74
|
+
|
75
|
+
# Creates an instance of the object from a hash.
|
76
|
+
def self.from_hash(hash)
|
77
|
+
return nil unless hash
|
78
|
+
|
79
|
+
# Extract variables from the hash.
|
80
|
+
access_token = hash.key?('access_token') ? hash['access_token'] : nil
|
81
|
+
token_type = hash.key?('token_type') ? hash['token_type'] : nil
|
82
|
+
expires_in = hash.key?('expires_in') ? hash['expires_in'] : SKIP
|
83
|
+
scope = hash.key?('scope') ? hash['scope'] : SKIP
|
84
|
+
expiry = hash.key?('expiry') ? hash['expiry'] : SKIP
|
85
|
+
refresh_token = hash.key?('refresh_token') ? hash['refresh_token'] : SKIP
|
86
|
+
|
87
|
+
# Create object from extracted values.
|
88
|
+
OauthToken.new(access_token: access_token,
|
89
|
+
token_type: token_type,
|
90
|
+
expires_in: expires_in,
|
91
|
+
scope: scope,
|
92
|
+
expiry: expiry,
|
93
|
+
refresh_token: refresh_token)
|
94
|
+
end
|
95
|
+
end
|
96
|
+
end
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# api_endpoints_for5_g_business_internet5_g_bi
|
2
|
+
#
|
3
|
+
# This file was automatically
|
4
|
+
# generated by APIMATIC v3.0 ( https://www.apimatic.io ).
|
5
|
+
|
6
|
+
require 'date'
|
7
|
+
module ApiEndpointsFor5GBusinessInternet5GBi
|
8
|
+
# A utility that supports dateTime conversion to different formats
|
9
|
+
class DateTimeHelper < CoreLibrary::DateTimeHelper
|
10
|
+
end
|
11
|
+
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# api_endpoints_for5_g_business_internet5_g_bi
|
2
|
+
#
|
3
|
+
# This file was automatically
|
4
|
+
# generated by APIMATIC v3.0 ( https://www.apimatic.io ).
|
5
|
+
|
6
|
+
module ApiEndpointsFor5GBusinessInternet5GBi
|
7
|
+
# A utility to allow users to set the content-type for files
|
8
|
+
class FileWrapper < CoreLibrary::FileWrapper
|
9
|
+
# The constructor.
|
10
|
+
# @param [File] file The file to be sent in the request.
|
11
|
+
# @param [string] content_type The content type of the provided file.
|
12
|
+
def initialize(file, content_type: 'application/octet-stream')
|
13
|
+
super
|
14
|
+
end
|
15
|
+
|
16
|
+
# Provides a human-readable string representation of the object.
|
17
|
+
def to_s
|
18
|
+
class_name = self.class.name.split('::').last
|
19
|
+
"<#{class_name} file: #{@file}, content_type: #{@content_type}>"
|
20
|
+
end
|
21
|
+
|
22
|
+
# Provides a debugging-friendly string with detailed object information.
|
23
|
+
def to_inspect
|
24
|
+
class_name = self.class.name.split('::').last
|
25
|
+
"<#{class_name} file: #{@file.inspect}, content_type: #{@content_type.inspect}>"
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,85 @@
|
|
1
|
+
# api_endpoints_for5_g_business_internet5_g_bi
|
2
|
+
#
|
3
|
+
# This file was automatically
|
4
|
+
# generated by APIMATIC v3.0 ( https://www.apimatic.io ).
|
5
|
+
|
6
|
+
module ApiEndpointsFor5GBusinessInternet5GBi
|
7
|
+
# The `UnionTypeLookUp` class serves as a utility class for
|
8
|
+
# storing and managing type combinator templates. It acts as a container for the templates
|
9
|
+
# used in handling various oneof/anyof instances within the sdk.
|
10
|
+
class UnionTypeLookUp
|
11
|
+
include CoreLibrary
|
12
|
+
# rubocop:disable Lint/RedundantCopDisableDirective, Style/HashSyntax, Layout/FirstArgumentIndentation
|
13
|
+
def self.union_types
|
14
|
+
{
|
15
|
+
:M5GbichangeRequestDeviceListWithServiceAddress => AnyOf.new(
|
16
|
+
[
|
17
|
+
LeafType.new(M5GbideviceIdarray2),
|
18
|
+
LeafType.new(M5GbiaddressAndcustomerinfo2)
|
19
|
+
],
|
20
|
+
UnionTypeContext.new(
|
21
|
+
is_array: true,
|
22
|
+
is_optional: true
|
23
|
+
)
|
24
|
+
),
|
25
|
+
|
26
|
+
:M5GbiactivateRequestDeviceListWithServiceAddress => AnyOf.new(
|
27
|
+
[
|
28
|
+
LeafType.new(M5GbideviceIdarray),
|
29
|
+
LeafType.new(M5GbiaddressAndcustomerinfo)
|
30
|
+
],
|
31
|
+
UnionTypeContext.new(
|
32
|
+
is_array: true,
|
33
|
+
is_optional: true
|
34
|
+
)
|
35
|
+
),
|
36
|
+
|
37
|
+
:M5GbiaccountNameobjectCustomFields => AnyOf.new(
|
38
|
+
[
|
39
|
+
LeafType.new(M5GbikeyValue1)
|
40
|
+
],
|
41
|
+
UnionTypeContext.new(
|
42
|
+
is_array: true,
|
43
|
+
is_optional: true
|
44
|
+
)
|
45
|
+
),
|
46
|
+
|
47
|
+
:M5GbiaccountNameobjectDeviceIds => AnyOf.new(
|
48
|
+
[
|
49
|
+
LeafType.new(M5GbideviceId1)
|
50
|
+
],
|
51
|
+
UnionTypeContext.new(
|
52
|
+
is_array: true,
|
53
|
+
is_optional: true
|
54
|
+
)
|
55
|
+
),
|
56
|
+
|
57
|
+
:M5GbiaccountNameobjectExtendedAttributes => AnyOf.new(
|
58
|
+
[
|
59
|
+
LeafType.new(M5Gbiattribute1),
|
60
|
+
LeafType.new(M5Gbiattribute2)
|
61
|
+
],
|
62
|
+
UnionTypeContext.new(
|
63
|
+
is_array: true,
|
64
|
+
is_optional: true
|
65
|
+
)
|
66
|
+
),
|
67
|
+
|
68
|
+
:M5GbideviceIdarrayDeviceId => AnyOf.new(
|
69
|
+
[
|
70
|
+
LeafType.new(M5GbideviceId1)
|
71
|
+
],
|
72
|
+
UnionTypeContext.new(
|
73
|
+
is_array: true,
|
74
|
+
is_optional: true
|
75
|
+
)
|
76
|
+
)
|
77
|
+
}
|
78
|
+
end
|
79
|
+
# rubocop:enable Lint/RedundantCopDisableDirective, Style/HashSyntax, Layout/FirstArgumentIndentation
|
80
|
+
|
81
|
+
def self.get(name)
|
82
|
+
UnionTypeLookUp.union_types[name]
|
83
|
+
end
|
84
|
+
end
|
85
|
+
end
|
@@ -0,0 +1,110 @@
|
|
1
|
+
# api_endpoints_for5_g_business_internet5_g_bi
|
2
|
+
#
|
3
|
+
# This file was automatically
|
4
|
+
# generated by APIMATIC v3.0 ( https://www.apimatic.io ).
|
5
|
+
|
6
|
+
require 'date'
|
7
|
+
require 'json'
|
8
|
+
|
9
|
+
require 'apimatic_core_interfaces'
|
10
|
+
require 'apimatic_core'
|
11
|
+
require 'apimatic_faraday_client_adapter'
|
12
|
+
|
13
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/api_helper'
|
14
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/client'
|
15
|
+
|
16
|
+
# Utilities
|
17
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/utilities/' \
|
18
|
+
'file_wrapper'
|
19
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/utilities/' \
|
20
|
+
'date_time_helper'
|
21
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/utilities/' \
|
22
|
+
'union_type_lookup'
|
23
|
+
|
24
|
+
# Http
|
25
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/http/' \
|
26
|
+
'api_response'
|
27
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/http/' \
|
28
|
+
'http_call_back'
|
29
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/http/' \
|
30
|
+
'http_method_enum'
|
31
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/http/' \
|
32
|
+
'http_request'
|
33
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/http/' \
|
34
|
+
'http_response'
|
35
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/http/' \
|
36
|
+
'proxy_settings'
|
37
|
+
|
38
|
+
|
39
|
+
# Logger
|
40
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/logging/' \
|
41
|
+
'configuration/api_logging_configuration'
|
42
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/logging/' \
|
43
|
+
'sdk_logger'
|
44
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/http/auth/' \
|
45
|
+
'thingspace_oauth'
|
46
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/http/auth/' \
|
47
|
+
'vz_m2_m_session_token'
|
48
|
+
|
49
|
+
# Models
|
50
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
51
|
+
'base_model'
|
52
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
53
|
+
'm5_gbichange_request'
|
54
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
55
|
+
'm5_gbiactivate_request'
|
56
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
57
|
+
'm5_gbiaccount_nameobject'
|
58
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
59
|
+
'm5_gbikey_value1'
|
60
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
61
|
+
'm5_gbidevice_id1'
|
62
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
63
|
+
'm5_gbiattribute1'
|
64
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
65
|
+
'm5_gbiattribute2'
|
66
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
67
|
+
'm5_gbiaddress_andcustomerinfo'
|
68
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
69
|
+
'm5_gbiaddress_andcustomerinfo2'
|
70
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
71
|
+
'm5_gbidevice_id'
|
72
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
73
|
+
'm5_gbidevice_idarray'
|
74
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
75
|
+
'm5_gbidevice_idarray2'
|
76
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
77
|
+
'm5_gbi_request_response'
|
78
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
79
|
+
'm5_gbidevice_detailsresponse'
|
80
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
81
|
+
'm5_gbi_address'
|
82
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
83
|
+
'm5_gbi_carrier_information'
|
84
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
85
|
+
'm5_gbi_customer_name'
|
86
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
87
|
+
'm5_gbiprimary_placeofuse'
|
88
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
89
|
+
'group_name'
|
90
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
91
|
+
'oauth_token'
|
92
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/models/' \
|
93
|
+
'oauth_provider_error'
|
94
|
+
|
95
|
+
# Exceptions
|
96
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/exceptions/' \
|
97
|
+
'api_exception'
|
98
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/exceptions/' \
|
99
|
+
'm5_gbi_rest_error_response_exception'
|
100
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/exceptions/' \
|
101
|
+
'oauth_provider_exception'
|
102
|
+
|
103
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/configuration'
|
104
|
+
|
105
|
+
# Controllers
|
106
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/apis/base_api'
|
107
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/apis/' \
|
108
|
+
'm5_gbi_device_actions_api'
|
109
|
+
require_relative 'api_endpoints_for5_g_business_internet5_g_bi/apis/' \
|
110
|
+
'oauth_authorization_api'
|
metadata
ADDED
@@ -0,0 +1,132 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: test-sdk-raza
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Raza
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2025-09-26 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: apimatic_core_interfaces
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 0.2.2
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 0.2.2
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: apimatic_core
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 0.3.19
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: 0.3.19
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: apimatic_faraday_client_adapter
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: 0.1.6
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: 0.1.6
|
55
|
+
description: Testing the API
|
56
|
+
email:
|
57
|
+
- raza.zarif@apimatic.io
|
58
|
+
executables: []
|
59
|
+
extensions: []
|
60
|
+
extra_rdoc_files: []
|
61
|
+
files:
|
62
|
+
- LICENSE
|
63
|
+
- README.md
|
64
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi.rb
|
65
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/api_helper.rb
|
66
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/apis/base_api.rb
|
67
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/apis/m5_gbi_device_actions_api.rb
|
68
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/apis/oauth_authorization_api.rb
|
69
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/client.rb
|
70
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/configuration.rb
|
71
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/exceptions/api_exception.rb
|
72
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/exceptions/m5_gbi_rest_error_response_exception.rb
|
73
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/exceptions/oauth_provider_exception.rb
|
74
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/http/api_response.rb
|
75
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/http/auth/thingspace_oauth.rb
|
76
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/http/auth/vz_m2_m_session_token.rb
|
77
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/http/http_call_back.rb
|
78
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/http/http_method_enum.rb
|
79
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/http/http_request.rb
|
80
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/http/http_response.rb
|
81
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/http/proxy_settings.rb
|
82
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/logging/configuration/api_logging_configuration.rb
|
83
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/logging/sdk_logger.rb
|
84
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/base_model.rb
|
85
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/group_name.rb
|
86
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbi_address.rb
|
87
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbi_carrier_information.rb
|
88
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbi_customer_name.rb
|
89
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbi_request_response.rb
|
90
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbiaccount_nameobject.rb
|
91
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbiactivate_request.rb
|
92
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbiaddress_andcustomerinfo.rb
|
93
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbiaddress_andcustomerinfo2.rb
|
94
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbiattribute1.rb
|
95
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbiattribute2.rb
|
96
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbichange_request.rb
|
97
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbidevice_detailsresponse.rb
|
98
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbidevice_id.rb
|
99
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbidevice_id1.rb
|
100
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbidevice_idarray.rb
|
101
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbidevice_idarray2.rb
|
102
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbikey_value1.rb
|
103
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/m5_gbiprimary_placeofuse.rb
|
104
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/oauth_provider_error.rb
|
105
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/models/oauth_token.rb
|
106
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/utilities/date_time_helper.rb
|
107
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/utilities/file_wrapper.rb
|
108
|
+
- lib/api_endpoints_for5_g_business_internet5_g_bi/utilities/union_type_lookup.rb
|
109
|
+
homepage: https://google.com
|
110
|
+
licenses:
|
111
|
+
- MIT
|
112
|
+
metadata: {}
|
113
|
+
post_install_message:
|
114
|
+
rdoc_options: []
|
115
|
+
require_paths:
|
116
|
+
- lib
|
117
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
118
|
+
requirements:
|
119
|
+
- - ">="
|
120
|
+
- !ruby/object:Gem::Version
|
121
|
+
version: '2.6'
|
122
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
123
|
+
requirements:
|
124
|
+
- - ">="
|
125
|
+
- !ruby/object:Gem::Version
|
126
|
+
version: '0'
|
127
|
+
requirements: []
|
128
|
+
rubygems_version: 3.1.6
|
129
|
+
signing_key:
|
130
|
+
specification_version: 4
|
131
|
+
summary: Test SDK for Ruby
|
132
|
+
test_files: []
|