Skip to content

Commit e44bc6b

Browse files
author
Dylan-FMK
committed
JSON file cleanup
1 parent d4d5f42 commit e44bc6b

7 files changed

Lines changed: 56 additions & 34 deletions

.openapi-generator-ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
#docs/*.md
2222
# Then explicitly reverse the ignore rule for a single file:
2323
#!docs/README.md
24+
README.md

README.md

Lines changed: 44 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -51,25 +51,47 @@ ruby -Ilib script.rb
5151

5252
## Getting Started
5353

54+
1. Find and note your company AndDone Developer settings
55+
1. Login to (UAT) https://portal.uat.anddone.com/ (Production) https://portal.anddone.com/
56+
2. In the left menu, click "Developer" then "API Keys"
57+
3. Your xApiKey will be the API Key
58+
4. Your xAppKey will be the App Key
59+
2. Find your Origin by opening a browser and browse to: https://www.whatsmyip.org/ Your origin will be your IP Address
60+
3. Create a settings file to contain AndDone specific settings
61+
1. Rename config.example.json to config.json
62+
2. Input your API key, App key, and origin into the appropriate key values of config.json
63+
5464
Please follow the [installation](#installation) procedure and then run the following code:
5565

5666
```ruby
5767
# Load the gem
68+
require 'json'
5869
require 'openapi_client'
5970

60-
api_instance = OpenapiClient::SecureAutopayEnrollmentApi.new
61-
x_api_key = 'x_api_key_example' # String | an authorization header
62-
x_app_key = 'x_app_key_example' # String | an authorization header
63-
x_version = 8.14 # Float | x-version
64-
origin = 'origin_example' # String | origin
65-
auto_pay_enrollment_request = OpenapiClient::AutoPayEnrollmentRequest.new({quote_key: 'quote_key_example', payment_intent_id: 'payment_intent_id_example', email_address: 'email_address_example', process_method: 'NotDefined'}) # AutoPayEnrollmentRequest | Autopay Enrollment Detail
71+
# Setup authorization
72+
OpenapiClient.configure do |config|
73+
74+
end
75+
76+
api_instance = OpenapiClient::SecureEmbeddedPremiumFinanceApi.new
77+
78+
file = File.read('./config.json')
79+
config = JSON.parse(file)
80+
x_api_key = config['x_api_key']
81+
x_app_key = config['x_app_key']
82+
x_version = config['x_version']
83+
origin = config['origin']
84+
85+
opts = {
86+
pf_policy_update_request_dto: OpenapiClient::PFPolicyUpdateRequestDTO.new({quote_key: 37, premium: 3.56, category: 'category_example', new_policy_number: 'new_policy_number_example'}) # PFPolicyUpdateRequestDTO | Signature Request details
87+
}
6688

6789
begin
68-
#This API is used for Autopay Enrollment.
69-
result = api_instance.secure_autopayenrollment_post(x_api_key, x_app_key, x_version, origin, auto_pay_enrollment_request)
90+
#This API is will update the policy number
91+
result = api_instance.secure_epf_merchants_quotes_policy_put(x_api_key, x_app_key, x_version, origin, opts)
7092
p result
7193
rescue OpenapiClient::ApiError => e
72-
puts "Exception when calling SecureAutopayEnrollmentApi->secure_autopayenrollment_post: #{e}"
94+
puts "Exception when calling SecureEmbeddedPremiumFinanceApi->secure_epf_merchants_quotes_policy_put: #{e}"
7395
end
7496

7597
```
@@ -80,7 +102,6 @@ All URIs are relative to *https://api.uat.anddone.com*
80102

81103
Class | Method | HTTP request | Description
82104
------------ | ------------- | ------------- | -------------
83-
*OpenapiClient::SecureAutopayEnrollmentApi* | [**secure_autopayenrollment_post**](docs/SecureAutopayEnrollmentApi.md#secure_autopayenrollment_post) | **POST** /secure/autopayenrollment | This API is used for Autopay Enrollment.
84105
*OpenapiClient::SecureEmbeddedPremiumFinanceApi* | [**secure_epf_merchants_quotes_policy_put**](docs/SecureEmbeddedPremiumFinanceApi.md#secure_epf_merchants_quotes_policy_put) | **PUT** /secure/epf/merchants/quotes/policy | This API is will update the policy number
85106
*OpenapiClient::SecureEmbeddedPremiumFinanceApi* | [**secure_epf_quotes_booking_put**](docs/SecureEmbeddedPremiumFinanceApi.md#secure_epf_quotes_booking_put) | **PUT** /secure/epf/quotes/booking | This API will update PFA to book a quote.
86107
*OpenapiClient::SecureEmbeddedPremiumFinanceApi* | [**secure_epf_quotes_captureesign_put**](docs/SecureEmbeddedPremiumFinanceApi.md#secure_epf_quotes_captureesign_put) | **PUT** /secure/epf/quotes/captureesign | This API will eSign the pfa with insured name.
@@ -91,10 +112,11 @@ Class | Method | HTTP request | Description
91112
*OpenapiClient::SecureEmbeddedPremiumFinanceEndorsementsApi* | [**secure_epf_endorsements_post**](docs/SecureEmbeddedPremiumFinanceEndorsementsApi.md#secure_epf_endorsements_post) | **POST** /secure/epf/endorsements | This API will do a check of eligibility of account
92113
*OpenapiClient::SecureEmbeddedPremiumFinanceEndorsementsApi* | [**secure_epf_quote_endorsement_booking_put**](docs/SecureEmbeddedPremiumFinanceEndorsementsApi.md#secure_epf_quote_endorsement_booking_put) | **PUT** /secure/epf/quote/endorsement/booking | This API will update PFA to book a endorsement quote.
93114
*OpenapiClient::SecureEmbeddedPremiumFinanceEndorsementsApi* | [**secure_epf_quote_endorsement_post**](docs/SecureEmbeddedPremiumFinanceEndorsementsApi.md#secure_epf_quote_endorsement_post) | **POST** /secure/epf/quote/endorsement | This API will do return a quote for an existing policy or new policy for an existing account
115+
*OpenapiClient::SecureOrumApi* | [**secure_bankaccounts_details_post**](docs/SecureOrumApi.md#secure_bankaccounts_details_post) | **POST** /secure/bankaccounts/details | This API will request for verified bank account.
116+
*OpenapiClient::SecureOrumApi* | [**secure_bankaccounts_verify_post**](docs/SecureOrumApi.md#secure_bankaccounts_verify_post) | **POST** /secure/bankaccounts/verify | This API will request for account verification.
94117
*OpenapiClient::SecureOutboundPaymentsApi* | [**vendorapi_secure_outbound_payments_timelines_post**](docs/SecureOutboundPaymentsApi.md#vendorapi_secure_outbound_payments_timelines_post) | **POST** /vendorapi/secure/outboundPayments/timelines | This API gets outbound payment timelines
95118
*OpenapiClient::SecureOutboundPaymentsApi* | [**vendorapi_secure_outboundpayments_cancel_post**](docs/SecureOutboundPaymentsApi.md#vendorapi_secure_outboundpayments_cancel_post) | **POST** /vendorapi/secure/outboundpayments/cancel | This API cancel outbound payment request
96119
*OpenapiClient::SecureOutboundPaymentsApi* | [**vendorapi_secure_outboundpayments_detail_post**](docs/SecureOutboundPaymentsApi.md#vendorapi_secure_outboundpayments_detail_post) | **POST** /vendorapi/secure/outboundpayments/detail | This API fetch outbound payment by paymentId
97-
*OpenapiClient::SecureOutboundPaymentsApi* | [**vendorapi_secure_outboundpayments_image_post**](docs/SecureOutboundPaymentsApi.md#vendorapi_secure_outboundpayments_image_post) | **POST** /vendorapi/secure/outboundpayments/image | This API gets outbound payment JPG image in Base64 string format
98120
*OpenapiClient::SecureOutboundPaymentsApi* | [**vendorapi_secure_outboundpayments_post**](docs/SecureOutboundPaymentsApi.md#vendorapi_secure_outboundpayments_post) | **POST** /vendorapi/secure/outboundpayments | This API creates outbound payment request
99121
*OpenapiClient::SecureOutboundPaymentsApi* | [**vendorapi_secure_outboundpayments_search_post**](docs/SecureOutboundPaymentsApi.md#vendorapi_secure_outboundpayments_search_post) | **POST** /vendorapi/secure/outboundpayments/search | This API gets all outbound payment
100122
*OpenapiClient::SecurePaymentBatchingApi* | [**secure_batches_details_post**](docs/SecurePaymentBatchingApi.md#secure_batches_details_post) | **POST** /secure/batches/details | This API is used for getting Secure Payment Batch Details
@@ -138,8 +160,6 @@ Class | Method | HTTP request | Description
138160

139161
## Documentation for Models
140162

141-
- [OpenapiClient::AutoPayEnrollmentRequest](docs/AutoPayEnrollmentRequest.md)
142-
- [OpenapiClient::AutoPayEnrollmentResponse](docs/AutoPayEnrollmentResponse.md)
143163
- [OpenapiClient::BankDetailDto](docs/BankDetailDto.md)
144164
- [OpenapiClient::CancelPaymentRequestDTO](docs/CancelPaymentRequestDTO.md)
145165
- [OpenapiClient::DataDto](docs/DataDto.md)
@@ -148,14 +168,15 @@ Class | Method | HTTP request | Description
148168
- [OpenapiClient::HeadingDto](docs/HeadingDto.md)
149169
- [OpenapiClient::MerchantTransactionEntityResponse](docs/MerchantTransactionEntityResponse.md)
150170
- [OpenapiClient::MerchantTransactionEntityResponseDataInner](docs/MerchantTransactionEntityResponseDataInner.md)
151-
- [OpenapiClient::OutboundPaymentImageResponseDTO](docs/OutboundPaymentImageResponseDTO.md)
152171
- [OpenapiClient::OutboundPaymentTimelineResponseDTOInner](docs/OutboundPaymentTimelineResponseDTOInner.md)
153172
- [OpenapiClient::PFCheckEndorsementsRequest](docs/PFCheckEndorsementsRequest.md)
154173
- [OpenapiClient::PFCheckEndorsementsResponse](docs/PFCheckEndorsementsResponse.md)
155174
- [OpenapiClient::PFCheckEndorsementsResponseItem](docs/PFCheckEndorsementsResponseItem.md)
156175
- [OpenapiClient::PFCheckEndorsementsResponseItemPoliciesInner](docs/PFCheckEndorsementsResponseItemPoliciesInner.md)
157176
- [OpenapiClient::PFEndorsementRequest](docs/PFEndorsementRequest.md)
158177
- [OpenapiClient::PFEndorsementRequestQuote](docs/PFEndorsementRequestQuote.md)
178+
- [OpenapiClient::PFEndorsementRequestQuoteAgent](docs/PFEndorsementRequestQuoteAgent.md)
179+
- [OpenapiClient::PFEndorsementRequestQuoteAgentAddress](docs/PFEndorsementRequestQuoteAgentAddress.md)
159180
- [OpenapiClient::PFEndorsementRequestQuoteCommunication](docs/PFEndorsementRequestQuoteCommunication.md)
160181
- [OpenapiClient::PFEndorsementRequestQuoteDetails](docs/PFEndorsementRequestQuoteDetails.md)
161182
- [OpenapiClient::PFEndorsementRequestQuoteDetailsRecurringACH](docs/PFEndorsementRequestQuoteDetailsRecurringACH.md)
@@ -189,8 +210,6 @@ Class | Method | HTTP request | Description
189210
- [OpenapiClient::PFLiteQuoteByPaymentLinkResponsePoliciesInner](docs/PFLiteQuoteByPaymentLinkResponsePoliciesInner.md)
190211
- [OpenapiClient::PFLiteQuoteByPaymentLinkResponsePoliciesInnerCarrier](docs/PFLiteQuoteByPaymentLinkResponsePoliciesInnerCarrier.md)
191212
- [OpenapiClient::PFLiteSecureQuoteRequest](docs/PFLiteSecureQuoteRequest.md)
192-
- [OpenapiClient::PFLiteSecureQuoteRequestAgent](docs/PFLiteSecureQuoteRequestAgent.md)
193-
- [OpenapiClient::PFLiteSecureQuoteRequestAgentAddress](docs/PFLiteSecureQuoteRequestAgentAddress.md)
194213
- [OpenapiClient::PFLiteSecureQuoteRequestInsured](docs/PFLiteSecureQuoteRequestInsured.md)
195214
- [OpenapiClient::PFLiteSecureQuoteRequestInsuredAddress](docs/PFLiteSecureQuoteRequestInsuredAddress.md)
196215
- [OpenapiClient::PFLiteSecureQuoteRequestMerchant](docs/PFLiteSecureQuoteRequestMerchant.md)
@@ -225,10 +244,8 @@ Class | Method | HTTP request | Description
225244
- [OpenapiClient::PaymentIntentRequestSplitsInner](docs/PaymentIntentRequestSplitsInner.md)
226245
- [OpenapiClient::PaymentIntentResponse](docs/PaymentIntentResponse.md)
227246
- [OpenapiClient::PaymentIntentResponseCustomersInner](docs/PaymentIntentResponseCustomersInner.md)
228-
- [OpenapiClient::PaymentIntentResponseIntent](docs/PaymentIntentResponseIntent.md)
229247
- [OpenapiClient::PaymentLinkExpiresResponse](docs/PaymentLinkExpiresResponse.md)
230248
- [OpenapiClient::PaymentLinkRequest](docs/PaymentLinkRequest.md)
231-
- [OpenapiClient::PaymentLinkRequestReferenceDataListInner](docs/PaymentLinkRequestReferenceDataListInner.md)
232249
- [OpenapiClient::PaymentLinkRequestSettings](docs/PaymentLinkRequestSettings.md)
233250
- [OpenapiClient::PaymentLinkRequestSettingsIntent](docs/PaymentLinkRequestSettingsIntent.md)
234251
- [OpenapiClient::PaymentLinkResponse](docs/PaymentLinkResponse.md)
@@ -251,6 +268,7 @@ Class | Method | HTTP request | Description
251268
- [OpenapiClient::PaymentTimeLineRequestDto](docs/PaymentTimeLineRequestDto.md)
252269
- [OpenapiClient::QuoteRequest](docs/QuoteRequest.md)
253270
- [OpenapiClient::QuoteRequestAgent](docs/QuoteRequestAgent.md)
271+
- [OpenapiClient::QuoteRequestAgentAddress](docs/QuoteRequestAgentAddress.md)
254272
- [OpenapiClient::QuoteRequestDetails](docs/QuoteRequestDetails.md)
255273
- [OpenapiClient::QuoteRequestInsured](docs/QuoteRequestInsured.md)
256274
- [OpenapiClient::QuoteRequestInsuredAddress](docs/QuoteRequestInsuredAddress.md)
@@ -266,7 +284,6 @@ Class | Method | HTTP request | Description
266284
- [OpenapiClient::SecureBatchExecuteRequest](docs/SecureBatchExecuteRequest.md)
267285
- [OpenapiClient::SecureCancelledTransactionResponse](docs/SecureCancelledTransactionResponse.md)
268286
- [OpenapiClient::SecureMerchantTokenShortResponse](docs/SecureMerchantTokenShortResponse.md)
269-
- [OpenapiClient::SecurePFQuoteBookingRequest](docs/SecurePFQuoteBookingRequest.md)
270287
- [OpenapiClient::SecurePaymentBatchDetailsRequest](docs/SecurePaymentBatchDetailsRequest.md)
271288
- [OpenapiClient::SecurePaymentDetailsRequest](docs/SecurePaymentDetailsRequest.md)
272289
- [OpenapiClient::SecurePaymentLinkRequest](docs/SecurePaymentLinkRequest.md)
@@ -297,18 +314,17 @@ Class | Method | HTTP request | Description
297314
- [OpenapiClient::TokenLinkResponseDataInner](docs/TokenLinkResponseDataInner.md)
298315
- [OpenapiClient::TokenLinkSecureRequest](docs/TokenLinkSecureRequest.md)
299316
- [OpenapiClient::TokenLinkSecureRequestCustomersInner](docs/TokenLinkSecureRequestCustomersInner.md)
317+
- [OpenapiClient::TokenLinkSecureRequestIntent](docs/TokenLinkSecureRequestIntent.md)
300318
- [OpenapiClient::TokenRequest](docs/TokenRequest.md)
301319
- [OpenapiClient::TransactionDetailResponse](docs/TransactionDetailResponse.md)
302320
- [OpenapiClient::TransactionDetailResponseSplitsInner](docs/TransactionDetailResponseSplitsInner.md)
303321
- [OpenapiClient::TransactionDetailResponseTenderInfo](docs/TransactionDetailResponseTenderInfo.md)
304322
- [OpenapiClient::TransactionPaymentResponse](docs/TransactionPaymentResponse.md)
305323
- [OpenapiClient::TransactionPaymentResponseAchTenderInfo](docs/TransactionPaymentResponseAchTenderInfo.md)
306-
- [OpenapiClient::TransactionPaymentResponseAchTenderInfoCommissionType](docs/TransactionPaymentResponseAchTenderInfoCommissionType.md)
307324
- [OpenapiClient::TransactionPaymentResponseBillingContact](docs/TransactionPaymentResponseBillingContact.md)
308325
- [OpenapiClient::TransactionPaymentResponseBillingContactAddress](docs/TransactionPaymentResponseBillingContactAddress.md)
309326
- [OpenapiClient::TransactionPaymentResponseBillingContactName](docs/TransactionPaymentResponseBillingContactName.md)
310327
- [OpenapiClient::TransactionPaymentResponseCcTenderInfo](docs/TransactionPaymentResponseCcTenderInfo.md)
311-
- [OpenapiClient::TransactionPaymentResponseRefundOrigin](docs/TransactionPaymentResponseRefundOrigin.md)
312328
- [OpenapiClient::TransactionPaymentResponseRefundTransactions](docs/TransactionPaymentResponseRefundTransactions.md)
313329
- [OpenapiClient::TransactionPaymentResponseRefundTransactionsDataInner](docs/TransactionPaymentResponseRefundTransactionsDataInner.md)
314330
- [OpenapiClient::TransactionPaymentResponseTransactionEntitySplitResponsesInner](docs/TransactionPaymentResponseTransactionEntitySplitResponsesInner.md)
@@ -323,20 +339,25 @@ Class | Method | HTTP request | Description
323339
- [OpenapiClient::VendorResponseDTOTemplate](docs/VendorResponseDTOTemplate.md)
324340
- [OpenapiClient::VendorResponseDTOVerificationResultsInner](docs/VendorResponseDTOVerificationResultsInner.md)
325341
- [OpenapiClient::VendorTimelineResponseListInner](docs/VendorTimelineResponseListInner.md)
342+
- [OpenapiClient::VerificationEntityRequest](docs/VerificationEntityRequest.md)
343+
- [OpenapiClient::VerifyBankAccountRequest](docs/VerifyBankAccountRequest.md)
344+
- [OpenapiClient::VerifyBankAccountRequestBankAccountEntity](docs/VerifyBankAccountRequestBankAccountEntity.md)
345+
- [OpenapiClient::VerifyBankAccountResponse](docs/VerifyBankAccountResponse.md)
346+
- [OpenapiClient::VerifyBankAccountResponseHttpResponse](docs/VerifyBankAccountResponseHttpResponse.md)
326347

327348

328349
## Documentation for Authorization
329350

330351

331352
Authentication schemes defined for the API:
332-
### api-key
353+
### x-api-key
333354

334355

335356
- **Type**: API key
336357
- **API key parameter name**: x-api-key
337358
- **Location**: HTTP header
338359

339-
### app-key
360+
### x-app-key
340361

341362

342363
- **Type**: API key

spec/api/api_explorer_spec.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66

77
OpenapiClient.configure do |config|
8-
config.api_key['x-api-key'] = 'T3Hj93GzbuhMLiNQg/yJ/yNArhFJeEHoSLyFZ9IBQkY='
9-
config.api_key['x-app-key'] = 'bdYqRMdn'
8+
config.api_key['x-api-key'] = 'YOUR_API_KEY'
9+
config.api_key['x-app-key'] = 'YOUR_APP_KEY'
1010
end
1111

1212
api_instance = OpenapiClient::SecurePaymentsApi.new
13-
x_api_key = 'T3Hj93GzbuhMLiNQg/yJ/yNArhFJeEHoSLyFZ9IBQkY='
14-
x_app_key = 'bdYqRMdn'
13+
x_api_key = 'YOUR_API_KEY'
14+
x_app_key = 'YOUR_APP_KEY'
1515
x_version = "2.3"
1616
origin = '73.164.237.28'
1717

spec/api/embedded_premium_finance_endorsements_api_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
],
6363
insured: PFEndorsementRequestQuoteInsured.new(
6464
AgentCustomerNumber: "Suyash",
65-
Email: "dylan.smith@fmkagency.com",
65+
Email: "test@test.com",
6666
CareOf: "",
6767
Address: PFEndorsementRequestQuoteInsuredAddress.new(
6868
Name: "Sam",

spec/api/secure_embedded_premium_finance_api_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
Insured: OpenapiClient::QuoteRequestInsured.new(
4141
UniqueId: x_app_key,
4242
AgentCustomerNumber: "Suyash",
43-
Email: "dylan.smith@fmkagency.com",
43+
Email: "test@test.com",
4444
CareOf: "",
4545
Address: OpenapiClient::QuoteRequestInsuredAddress.new(
4646
Name: "Sam",
@@ -54,7 +54,7 @@
5454
),
5555
Agent: OpenapiClient::QuoteRequestAgent.new(
5656
UniqueID: x_app_key,
57-
Email: "dylan.smith@fmkagency.com",
57+
Email: "test@test.com",
5858
Address: OpenapiClient::QuoteRequestInsuredAddress.new(
5959
Name: "Insurance Agency",
6060
Address1: "PO Box 486",

spec/api/secure_payments_api_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
# Setup authorization
1818
OpenapiClient.configure do |config|
1919
# Configure API key authorization: x-api-key
20-
config.api_key['x-api-key'] = 'T3Hj93GzbuhMLiNQg/yJ/yNArhFJeEHoSLyFZ9IBQkY='
20+
config.api_key['x-api-key'] = 'YOUR_API_KEY'
2121
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2222
# config.api_key_prefix['x-api-key'] = 'Bearer'
2323
# Configure faraday connection
2424
config.configure_faraday_connection { |connection| 'YOUR CONNECTION CONFIG PROC' }
2525

2626
# Configure API key authorization: x-app-key
27-
config.api_key['x-app-key'] = 'bdYqRMdn'
27+
config.api_key['x-app-key'] = 'YOUR_APP_KEY'
2828
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2929
# config.api_key_prefix['x-app-key'] = 'Bearer'
3030
# Configure faraday connection

spec/api/secure_reports_api_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
# Please update as you see appropriate
1919
OpenapiClient.configure do |config|
2020
# Configure API key authorization: x-api-key
21-
config.api_key['x-api-key'] = 'T3Hj93GzbuhMLiNQg/yJ/yNArhFJeEHoSLyFZ9IBQkY='
21+
config.api_key['x-api-key'] = 'YOUR_API_KEY'
2222
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2323
# config.api_key_prefix['x-api-key'] = 'Bearer'
2424
# Configure faraday connection
2525
config.configure_faraday_connection { |connection| 'YOUR CONNECTION CONFIG PROC' }
2626

2727
# Configure API key authorization: x-app-key
28-
config.api_key['x-app-key'] = 'bdYqRMdn'
28+
config.api_key['x-app-key'] = 'YOUR_APP_KEY'
2929
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3030
# config.api_key_prefix['x-app-key'] = 'Bearer'
3131
# Configure faraday connection

0 commit comments

Comments
 (0)