From 333cf22d5cd2519e7eae648f154f51798cd252dc Mon Sep 17 00:00:00 2001 From: NamSor SAS Date: Sun, 24 Nov 2019 12:51:56 +0100 Subject: [PATCH] Minor update --- README.md | 11 +- docs/APIClassifierOut.md | 14 ++ docs/APIClassifierTaxonomyOut.md | 11 + docs/APIClassifiersStatusOut.md | 11 + docs/AdminApi.md | 138 ++++++++-- docs/FirstLastNameOriginedOut.md | 2 + docs/FirstLastNameUSRaceEthnicityOut.md | 2 + docs/PersonalApi.md | 8 +- docs/PersonalNameGenderedOut.md | 1 + docs/PersonalNameGeoOut.md | 3 + openapi_client/__init__.py | 5 +- openapi_client/api/admin_api.py | 238 +++++++++++++++--- openapi_client/api/chinese_api.py | 2 +- openapi_client/api/personal_api.py | 14 +- openapi_client/api/social_api.py | 2 +- openapi_client/api_client.py | 2 +- openapi_client/configuration.py | 4 +- openapi_client/models/__init__.py | 5 +- .../models/api_billing_period_usage_out.py | 2 +- openapi_client/models/api_classifier_out.py | 217 ++++++++++++++++ .../models/api_classifier_taxonomy_out.py | 139 ++++++++++ .../models/api_classifiers_status_out.py | 139 ++++++++++ openapi_client/models/api_counter_v2_out.py | 2 +- openapi_client/models/api_key_out.py | 2 +- openapi_client/models/api_period_usage_out.py | 2 +- openapi_client/models/api_plan_out.py | 2 +- .../models/api_plan_subscription_out.py | 2 +- openapi_client/models/api_plans_out.py | 2 +- openapi_client/models/api_service_out.py | 2 +- openapi_client/models/api_services_out.py | 2 +- .../models/api_usage_aggregated_out.py | 2 +- .../batch_first_last_name_diasporaed_out.py | 2 +- .../models/batch_first_last_name_gender_in.py | 2 +- .../batch_first_last_name_gendered_out.py | 2 +- .../models/batch_first_last_name_geo_in.py | 2 +- .../batch_first_last_name_geo_zipped_in.py | 2 +- .../models/batch_first_last_name_in.py | 2 +- .../batch_first_last_name_origined_out.py | 2 +- .../batch_first_last_name_phone_coded_out.py | 2 +- ...tch_first_last_name_phone_number_geo_in.py | 2 +- .../batch_first_last_name_phone_number_in.py | 2 +- ...h_first_last_name_us_race_ethnicity_out.py | 2 +- ...batch_match_personal_first_last_name_in.py | 2 +- .../models/batch_name_match_candidates_out.py | 2 +- .../models/batch_name_matched_out.py | 2 +- .../models/batch_parsed_full_name_geo_in.py | 2 +- .../models/batch_parsed_full_name_in.py | 2 +- .../batch_personal_name_gendered_out.py | 2 +- .../models/batch_personal_name_geo_in.py | 2 +- .../models/batch_personal_name_geo_out.py | 2 +- .../models/batch_personal_name_in.py | 2 +- .../models/batch_personal_name_parsed_out.py | 2 +- openapi_client/models/billing_history_out.py | 2 +- openapi_client/models/billing_info_in_out.py | 2 +- .../models/classifier_metrics_out.py | 2 +- openapi_client/models/currencies_out.py | 2 +- openapi_client/models/deploy_ui_out.py | 2 +- .../models/expected_class_metrics_out.py | 2 +- openapi_client/models/feedback_loop_out.py | 2 +- .../models/first_last_name_diasporaed_out.py | 2 +- .../models/first_last_name_gender_in.py | 2 +- .../models/first_last_name_gendered_out.py | 2 +- .../models/first_last_name_geo_in.py | 2 +- .../models/first_last_name_geo_zipped_in.py | 2 +- openapi_client/models/first_last_name_in.py | 2 +- .../models/first_last_name_origined_out.py | 60 ++++- openapi_client/models/first_last_name_out.py | 2 +- .../models/first_last_name_phone_coded_out.py | 2 +- .../first_last_name_phone_number_geo_in.py | 2 +- .../models/first_last_name_phone_number_in.py | 2 +- .../first_last_name_us_race_ethnicity_out.py | 60 ++++- openapi_client/models/inline_object.py | 2 +- openapi_client/models/invoice_item_out.py | 2 +- openapi_client/models/invoice_out.py | 2 +- .../match_personal_first_last_name_in.py | 2 +- openapi_client/models/nam_sor_counter_out.py | 2 +- .../models/name_match_candidate_out.py | 2 +- .../models/name_match_candidates_out.py | 2 +- openapi_client/models/name_matched_out.py | 2 +- .../models/parsed_full_name_geo_in.py | 2 +- openapi_client/models/parsed_full_name_in.py | 2 +- .../models/personal_name_gendered_out.py | 34 ++- openapi_client/models/personal_name_geo_in.py | 2 +- .../models/personal_name_geo_out.py | 88 ++++++- openapi_client/models/personal_name_in.py | 2 +- .../models/personal_name_parsed_out.py | 2 +- openapi_client/models/romanized_name_out.py | 2 +- openapi_client/models/software_version_out.py | 2 +- .../models/source_detailed_metrics_out.py | 2 +- openapi_client/models/source_metrics_out.py | 2 +- openapi_client/models/stripe_card_out.py | 2 +- openapi_client/models/stripe_customer_out.py | 2 +- openapi_client/models/system_metrics_out.py | 2 +- openapi_client/models/user_info_out.py | 2 +- openapi_client/rest.py | 2 +- setup.py | 2 +- test/test_admin_api.py | 20 +- test/test_api_billing_period_usage_out.py | 2 +- test/test_api_classifier_out.py | 40 +++ test/test_api_classifier_taxonomy_out.py | 40 +++ test/test_api_classifiers_status_out.py | 40 +++ test/test_api_counter_v2_out.py | 2 +- test/test_api_key_out.py | 2 +- test/test_api_period_usage_out.py | 2 +- test/test_api_plan_out.py | 2 +- test/test_api_plan_subscription_out.py | 2 +- test/test_api_plans_out.py | 2 +- test/test_api_service_out.py | 2 +- test/test_api_services_out.py | 2 +- test/test_api_usage_aggregated_out.py | 2 +- ...st_batch_first_last_name_diasporaed_out.py | 2 +- test/test_batch_first_last_name_gender_in.py | 2 +- ...test_batch_first_last_name_gendered_out.py | 2 +- test/test_batch_first_last_name_geo_in.py | 2 +- ...est_batch_first_last_name_geo_zipped_in.py | 2 +- test/test_batch_first_last_name_in.py | 2 +- ...test_batch_first_last_name_origined_out.py | 2 +- ...t_batch_first_last_name_phone_coded_out.py | 2 +- ...tch_first_last_name_phone_number_geo_in.py | 2 +- ...t_batch_first_last_name_phone_number_in.py | 2 +- ...h_first_last_name_us_race_ethnicity_out.py | 2 +- ...batch_match_personal_first_last_name_in.py | 2 +- test/test_batch_name_match_candidates_out.py | 2 +- test/test_batch_name_matched_out.py | 2 +- test/test_batch_parsed_full_name_geo_in.py | 2 +- test/test_batch_parsed_full_name_in.py | 2 +- test/test_batch_personal_name_gendered_out.py | 2 +- test/test_batch_personal_name_geo_in.py | 2 +- test/test_batch_personal_name_geo_out.py | 2 +- test/test_batch_personal_name_in.py | 2 +- test/test_batch_personal_name_parsed_out.py | 2 +- test/test_billing_history_out.py | 2 +- test/test_billing_info_in_out.py | 2 +- test/test_chinese_api.py | 2 +- test/test_classifier_metrics_out.py | 2 +- test/test_currencies_out.py | 2 +- test/test_deploy_ui_out.py | 2 +- test/test_expected_class_metrics_out.py | 2 +- test/test_feedback_loop_out.py | 2 +- test/test_first_last_name_diasporaed_out.py | 2 +- test/test_first_last_name_gender_in.py | 2 +- test/test_first_last_name_gendered_out.py | 2 +- test/test_first_last_name_geo_in.py | 2 +- test/test_first_last_name_geo_zipped_in.py | 2 +- test/test_first_last_name_in.py | 2 +- test/test_first_last_name_origined_out.py | 2 +- test/test_first_last_name_out.py | 2 +- test/test_first_last_name_phone_coded_out.py | 2 +- ...est_first_last_name_phone_number_geo_in.py | 2 +- test/test_first_last_name_phone_number_in.py | 2 +- ...t_first_last_name_us_race_ethnicity_out.py | 2 +- test/test_inline_object.py | 2 +- test/test_invoice_item_out.py | 2 +- test/test_invoice_out.py | 2 +- .../test_match_personal_first_last_name_in.py | 2 +- test/test_nam_sor_counter_out.py | 2 +- test/test_name_match_candidate_out.py | 2 +- test/test_name_match_candidates_out.py | 2 +- test/test_name_matched_out.py | 2 +- test/test_parsed_full_name_geo_in.py | 2 +- test/test_parsed_full_name_in.py | 2 +- test/test_personal_api.py | 2 +- test/test_personal_name_gendered_out.py | 2 +- test/test_personal_name_geo_in.py | 2 +- test/test_personal_name_geo_out.py | 2 +- test/test_personal_name_in.py | 2 +- test/test_personal_name_parsed_out.py | 2 +- test/test_romanized_name_out.py | 2 +- test/test_social_api.py | 2 +- test/test_software_version_out.py | 2 +- test/test_source_detailed_metrics_out.py | 2 +- test/test_source_metrics_out.py | 2 +- test/test_stripe_card_out.py | 2 +- test/test_stripe_customer_out.py | 2 +- test/test_system_metrics_out.py | 2 +- test/test_user_info_out.py | 2 +- 176 files changed, 1412 insertions(+), 232 deletions(-) create mode 100644 docs/APIClassifierOut.md create mode 100644 docs/APIClassifierTaxonomyOut.md create mode 100644 docs/APIClassifiersStatusOut.md create mode 100644 openapi_client/models/api_classifier_out.py create mode 100644 openapi_client/models/api_classifier_taxonomy_out.py create mode 100644 openapi_client/models/api_classifiers_status_out.py create mode 100644 test/test_api_classifier_out.py create mode 100644 test/test_api_classifier_taxonomy_out.py create mode 100644 test/test_api_classifiers_status_out.py diff --git a/README.md b/README.md index 03aab0b..f947a11 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or e This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 2.0.6 +- API version: 2.0.7 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit [http://www.namsor.com/](http://www.namsor.com/) @@ -81,11 +81,12 @@ Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- *AdminApi* | [**add_credits**](docs/AdminApi.md#add_credits) | **GET** /api2/json/addCredits/{apiKey}/{usageCredits}/{userMessage} | Add usage credits to an API Key. *AdminApi* | [**anonymize**](docs/AdminApi.md#anonymize) | **GET** /api2/json/anonymize/{source}/{anonymized} | Activate/deactivate anonymization for a source. +*AdminApi* | [**api_status**](docs/AdminApi.md#api_status) | **GET** /api2/json/apiStatus | Prints the current status of the classifiers. *AdminApi* | [**api_usage**](docs/AdminApi.md#api_usage) | **GET** /api2/json/apiUsage | Print current API usage. *AdminApi* | [**api_usage_history**](docs/AdminApi.md#api_usage_history) | **GET** /api2/json/apiUsageHistory | Print historical API usage. *AdminApi* | [**api_usage_history_aggregate**](docs/AdminApi.md#api_usage_history_aggregate) | **GET** /api2/json/apiUsageHistoryAggregate | Print historical API usage (in an aggregated view, by service, by day/hour/min). -*AdminApi* | [**available_plans**](docs/AdminApi.md#available_plans) | **GET** /api2/json/availablePlans | List all available plans in the default currency (usd). -*AdminApi* | [**available_plans1**](docs/AdminApi.md#available_plans1) | **GET** /api2/json/availablePlans/{token} | List all available plans in the user's preferred currency. +*AdminApi* | [**available_plans**](docs/AdminApi.md#available_plans) | **GET** /api2/json/availablePlans/{token} | List all available plans in the user's preferred currency. +*AdminApi* | [**available_plans1**](docs/AdminApi.md#available_plans1) | **GET** /api2/json/availablePlans | List all available plans in the default currency (usd). *AdminApi* | [**available_services**](docs/AdminApi.md#available_services) | **GET** /api2/json/apiServices | List of API services and usage cost in Units (default is 1=ONE Unit). *AdminApi* | [**billing_currencies**](docs/AdminApi.md#billing_currencies) | **GET** /api2/json/billingCurrencies | List possible currency options for billing (USD, EUR, GBP, ...) *AdminApi* | [**billing_history**](docs/AdminApi.md#billing_history) | **GET** /api2/json/billingHistory/{token} | Read the history billing information (invoices paid via Stripe or manually). @@ -110,6 +111,7 @@ Class | Method | HTTP request | Description *AdminApi* | [**stripe_connect**](docs/AdminApi.md#stripe_connect) | **GET** /api2/json/stripeConnect | Connects a Stripe Account. *AdminApi* | [**subscribe_plan**](docs/AdminApi.md#subscribe_plan) | **GET** /api2/json/subscribePlan/{planName}/{token} | Subscribe to a give API plan, using the user's preferred or default currency. *AdminApi* | [**subscribe_plan_on_behalf**](docs/AdminApi.md#subscribe_plan_on_behalf) | **GET** /api2/json/subscribePlanOnBehalf/{planName}/{apiKey} | Subscribe to a give API plan, using the user's preferred or default currency (admin only). +*AdminApi* | [**taxonomy_classes**](docs/AdminApi.md#taxonomy_classes) | **GET** /api2/json/taxonomyClasses/{classifierName} | Print the taxonomy classes valid for the given classifier. *AdminApi* | [**update_billing_info**](docs/AdminApi.md#update_billing_info) | **POST** /api2/json/updateBillingInfo/{token} | Sets or update the billing information (company name, address, phone, vat ID) *AdminApi* | [**update_limit**](docs/AdminApi.md#update_limit) | **GET** /api2/json/updateLimit/{usageLimit}/{hardOrSoft}/{token} | Modifies the hard/soft limit on the API plan's overages (default is 0$ soft limit). *AdminApi* | [**update_payment_default**](docs/AdminApi.md#update_payment_default) | **GET** /api2/json/updatePaymentDefault/{defautSourceId}/{token} | Update the default Stripe card associated with the current google auth session token. @@ -165,6 +167,9 @@ Class | Method | HTTP request | Description ## Documentation For Models - [APIBillingPeriodUsageOut](docs/APIBillingPeriodUsageOut.md) + - [APIClassifierOut](docs/APIClassifierOut.md) + - [APIClassifierTaxonomyOut](docs/APIClassifierTaxonomyOut.md) + - [APIClassifiersStatusOut](docs/APIClassifiersStatusOut.md) - [APICounterV2Out](docs/APICounterV2Out.md) - [APIKeyOut](docs/APIKeyOut.md) - [APIPeriodUsageOut](docs/APIPeriodUsageOut.md) diff --git a/docs/APIClassifierOut.md b/docs/APIClassifierOut.md new file mode 100644 index 0000000..4a06be0 --- /dev/null +++ b/docs/APIClassifierOut.md @@ -0,0 +1,14 @@ +# APIClassifierOut + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**classifier_name** | **str** | | [optional] +**serving** | **bool** | | [optional] +**learning** | **bool** | | [optional] +**shutting_down** | **bool** | | [optional] +**probability_calibrated** | **bool** | | [optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/APIClassifierTaxonomyOut.md b/docs/APIClassifierTaxonomyOut.md new file mode 100644 index 0000000..a5b97d0 --- /dev/null +++ b/docs/APIClassifierTaxonomyOut.md @@ -0,0 +1,11 @@ +# APIClassifierTaxonomyOut + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**classifier_name** | **str** | | [optional] +**taxonomy_classes** | **list[str]** | | [optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/APIClassifiersStatusOut.md b/docs/APIClassifiersStatusOut.md new file mode 100644 index 0000000..532ef2c --- /dev/null +++ b/docs/APIClassifiersStatusOut.md @@ -0,0 +1,11 @@ +# APIClassifiersStatusOut + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**software_version** | [**SoftwareVersionOut**](SoftwareVersionOut.md) | | [optional] +**classifiers** | [**list[APIClassifierOut]**](APIClassifierOut.md) | | [optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/AdminApi.md b/docs/AdminApi.md index f272cd0..3530540 100644 --- a/docs/AdminApi.md +++ b/docs/AdminApi.md @@ -6,11 +6,12 @@ Method | HTTP request | Description ------------- | ------------- | ------------- [**add_credits**](AdminApi.md#add_credits) | **GET** /api2/json/addCredits/{apiKey}/{usageCredits}/{userMessage} | Add usage credits to an API Key. [**anonymize**](AdminApi.md#anonymize) | **GET** /api2/json/anonymize/{source}/{anonymized} | Activate/deactivate anonymization for a source. +[**api_status**](AdminApi.md#api_status) | **GET** /api2/json/apiStatus | Prints the current status of the classifiers. [**api_usage**](AdminApi.md#api_usage) | **GET** /api2/json/apiUsage | Print current API usage. [**api_usage_history**](AdminApi.md#api_usage_history) | **GET** /api2/json/apiUsageHistory | Print historical API usage. [**api_usage_history_aggregate**](AdminApi.md#api_usage_history_aggregate) | **GET** /api2/json/apiUsageHistoryAggregate | Print historical API usage (in an aggregated view, by service, by day/hour/min). -[**available_plans**](AdminApi.md#available_plans) | **GET** /api2/json/availablePlans | List all available plans in the default currency (usd). -[**available_plans1**](AdminApi.md#available_plans1) | **GET** /api2/json/availablePlans/{token} | List all available plans in the user's preferred currency. +[**available_plans**](AdminApi.md#available_plans) | **GET** /api2/json/availablePlans/{token} | List all available plans in the user's preferred currency. +[**available_plans1**](AdminApi.md#available_plans1) | **GET** /api2/json/availablePlans | List all available plans in the default currency (usd). [**available_services**](AdminApi.md#available_services) | **GET** /api2/json/apiServices | List of API services and usage cost in Units (default is 1=ONE Unit). [**billing_currencies**](AdminApi.md#billing_currencies) | **GET** /api2/json/billingCurrencies | List possible currency options for billing (USD, EUR, GBP, ...) [**billing_history**](AdminApi.md#billing_history) | **GET** /api2/json/billingHistory/{token} | Read the history billing information (invoices paid via Stripe or manually). @@ -35,6 +36,7 @@ Method | HTTP request | Description [**stripe_connect**](AdminApi.md#stripe_connect) | **GET** /api2/json/stripeConnect | Connects a Stripe Account. [**subscribe_plan**](AdminApi.md#subscribe_plan) | **GET** /api2/json/subscribePlan/{planName}/{token} | Subscribe to a give API plan, using the user's preferred or default currency. [**subscribe_plan_on_behalf**](AdminApi.md#subscribe_plan_on_behalf) | **GET** /api2/json/subscribePlanOnBehalf/{planName}/{apiKey} | Subscribe to a give API plan, using the user's preferred or default currency (admin only). +[**taxonomy_classes**](AdminApi.md#taxonomy_classes) | **GET** /api2/json/taxonomyClasses/{classifierName} | Print the taxonomy classes valid for the given classifier. [**update_billing_info**](AdminApi.md#update_billing_info) | **POST** /api2/json/updateBillingInfo/{token} | Sets or update the billing information (company name, address, phone, vat ID) [**update_limit**](AdminApi.md#update_limit) | **GET** /api2/json/updateLimit/{usageLimit}/{hardOrSoft}/{token} | Modifies the hard/soft limit on the API plan's overages (default is 0$ soft limit). [**update_payment_default**](AdminApi.md#update_payment_default) | **GET** /api2/json/updatePaymentDefault/{defautSourceId}/{token} | Update the default Stripe card associated with the current google auth session token. @@ -157,6 +159,56 @@ void (empty response body) [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +# **api_status** +> APIPlansOut api_status() + +Prints the current status of the classifiers. + +### Example + +* Api Key Authentication (api_key): +```python +from __future__ import print_function +import time +import openapi_client +from openapi_client.rest import ApiException +from pprint import pprint + +# Configure API key authorization: api_key +configuration = openapi_client.Configuration() +configuration.api_key['X-API-KEY'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['X-API-KEY'] = 'Bearer' + +# create an instance of the API class +api_instance = openapi_client.AdminApi(openapi_client.ApiClient(configuration)) + +try: + # Prints the current status of the classifiers. + api_response = api_instance.api_status() + pprint(api_response) +except ApiException as e: + print("Exception when calling AdminApi->api_status: %s\n" % e) +``` + +### Parameters +This endpoint does not need any parameter. + +### Return type + +[**APIPlansOut**](APIPlansOut.md) + +### Authorization + +[api_key](../README.md#api_key) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + # **api_usage** > APIPeriodUsageOut api_usage() @@ -308,9 +360,9 @@ This endpoint does not need any parameter. [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **available_plans** -> APIPlansOut available_plans() +> APIPlansOut available_plans(token) -List all available plans in the default currency (usd). +List all available plans in the user's preferred currency. ### Example @@ -330,17 +382,21 @@ configuration.api_key['X-API-KEY'] = 'YOUR_API_KEY' # create an instance of the API class api_instance = openapi_client.AdminApi(openapi_client.ApiClient(configuration)) +token = 'token_example' # str | try: - # List all available plans in the default currency (usd). - api_response = api_instance.available_plans() + # List all available plans in the user's preferred currency. + api_response = api_instance.available_plans(token) pprint(api_response) except ApiException as e: print("Exception when calling AdminApi->available_plans: %s\n" % e) ``` ### Parameters -This endpoint does not need any parameter. + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **token** | **str**| | ### Return type @@ -358,9 +414,9 @@ This endpoint does not need any parameter. [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **available_plans1** -> APIPlansOut available_plans1(token) +> APIPlansOut available_plans1() -List all available plans in the user's preferred currency. +List all available plans in the default currency (usd). ### Example @@ -380,21 +436,17 @@ configuration.api_key['X-API-KEY'] = 'YOUR_API_KEY' # create an instance of the API class api_instance = openapi_client.AdminApi(openapi_client.ApiClient(configuration)) -token = 'token_example' # str | try: - # List all available plans in the user's preferred currency. - api_response = api_instance.available_plans1(token) + # List all available plans in the default currency (usd). + api_response = api_instance.available_plans1() pprint(api_response) except ApiException as e: print("Exception when calling AdminApi->available_plans1: %s\n" % e) ``` ### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **token** | **str**| | +This endpoint does not need any parameter. ### Return type @@ -1678,6 +1730,60 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +# **taxonomy_classes** +> APIPlansOut taxonomy_classes(classifier_name) + +Print the taxonomy classes valid for the given classifier. + +### Example + +* Api Key Authentication (api_key): +```python +from __future__ import print_function +import time +import openapi_client +from openapi_client.rest import ApiException +from pprint import pprint + +# Configure API key authorization: api_key +configuration = openapi_client.Configuration() +configuration.api_key['X-API-KEY'] = 'YOUR_API_KEY' +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['X-API-KEY'] = 'Bearer' + +# create an instance of the API class +api_instance = openapi_client.AdminApi(openapi_client.ApiClient(configuration)) +classifier_name = 'classifier_name_example' # str | + +try: + # Print the taxonomy classes valid for the given classifier. + api_response = api_instance.taxonomy_classes(classifier_name) + pprint(api_response) +except ApiException as e: + print("Exception when calling AdminApi->taxonomy_classes: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **classifier_name** | **str**| | + +### Return type + +[**APIPlansOut**](APIPlansOut.md) + +### Authorization + +[api_key](../README.md#api_key) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + # **update_billing_info** > BillingInfoInOut update_billing_info(token, billing_info_in_out=billing_info_in_out) diff --git a/docs/FirstLastNameOriginedOut.md b/docs/FirstLastNameOriginedOut.md index 0bcb0da..5c4a121 100644 --- a/docs/FirstLastNameOriginedOut.md +++ b/docs/FirstLastNameOriginedOut.md @@ -13,6 +13,8 @@ Name | Type | Description | Notes **region_origin** | **str** | Most likely region of Origin (based on countryOrigin ISO2 code) | [optional] **top_region_origin** | **str** | Most likely region of Origin (based on countryOrigin ISO2 code) | [optional] **sub_region_origin** | **str** | Most likely region of Origin (based on countryOrigin ISO2 code) | [optional] +**probability_calibrated** | **float** | | [optional] +**probability_alt_calibrated** | **float** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/FirstLastNameUSRaceEthnicityOut.md b/docs/FirstLastNameUSRaceEthnicityOut.md index 5ccc62a..6350dc4 100644 --- a/docs/FirstLastNameUSRaceEthnicityOut.md +++ b/docs/FirstLastNameUSRaceEthnicityOut.md @@ -10,6 +10,8 @@ Name | Type | Description | Notes **race_ethnicity** | **str** | Most likely US 'race'/ethnicity | [optional] **score** | **float** | Compatibility to NamSor_v1 Origin score value | [optional] **race_ethnicities_top** | **list[str]** | List 'race'/ethnicities | [optional] +**probability_calibrated** | **float** | | [optional] +**probability_alt_calibrated** | **float** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/PersonalApi.md b/docs/PersonalApi.md index 2ebaec0..7b25c21 100644 --- a/docs/PersonalApi.md +++ b/docs/PersonalApi.md @@ -361,7 +361,7 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **gender_full** -> FirstLastNameGenderedOut gender_full(full_name) +> PersonalNameGenderedOut gender_full(full_name) Infer the likely gender of a full name, ex. John H. Smith @@ -401,7 +401,7 @@ Name | Type | Description | Notes ### Return type -[**FirstLastNameGenderedOut**](FirstLastNameGenderedOut.md) +[**PersonalNameGenderedOut**](PersonalNameGenderedOut.md) ### Authorization @@ -469,7 +469,7 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **gender_full_geo** -> FirstLastNameGenderedOut gender_full_geo(full_name, country_iso2) +> PersonalNameGenderedOut gender_full_geo(full_name, country_iso2) Infer the likely gender of a full name, given a local context (ISO2 country code). @@ -511,7 +511,7 @@ Name | Type | Description | Notes ### Return type -[**FirstLastNameGenderedOut**](FirstLastNameGenderedOut.md) +[**PersonalNameGenderedOut**](PersonalNameGenderedOut.md) ### Authorization diff --git a/docs/PersonalNameGenderedOut.md b/docs/PersonalNameGenderedOut.md index 440a8bf..2087d13 100644 --- a/docs/PersonalNameGenderedOut.md +++ b/docs/PersonalNameGenderedOut.md @@ -8,6 +8,7 @@ Name | Type | Description | Notes **likely_gender** | **str** | Most likely gender | [optional] **gender_scale** | **float** | Compatibility to NamSor_v1 Gender Scale M[-1..U..+1]F value | [optional] **score** | **float** | | [optional] +**probability_calibrated** | **float** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/PersonalNameGeoOut.md b/docs/PersonalNameGeoOut.md index 3305331..adf844f 100644 --- a/docs/PersonalNameGeoOut.md +++ b/docs/PersonalNameGeoOut.md @@ -11,6 +11,9 @@ Name | Type | Description | Notes **region** | **str** | | [optional] **top_region** | **str** | | [optional] **sub_region** | **str** | | [optional] +**countries_top** | **list[str]** | List countries (top 10) | [optional] +**probability_calibrated** | **float** | | [optional] +**probability_alt_calibrated** | **float** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/openapi_client/__init__.py b/openapi_client/__init__.py index ae22542..b0922b9 100644 --- a/openapi_client/__init__.py +++ b/openapi_client/__init__.py @@ -7,7 +7,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ @@ -28,6 +28,9 @@ from openapi_client.configuration import Configuration # import models into sdk package from openapi_client.models.api_billing_period_usage_out import APIBillingPeriodUsageOut +from openapi_client.models.api_classifier_out import APIClassifierOut +from openapi_client.models.api_classifier_taxonomy_out import APIClassifierTaxonomyOut +from openapi_client.models.api_classifiers_status_out import APIClassifiersStatusOut from openapi_client.models.api_counter_v2_out import APICounterV2Out from openapi_client.models.api_key_out import APIKeyOut from openapi_client.models.api_period_usage_out import APIPeriodUsageOut diff --git a/openapi_client/api/admin_api.py b/openapi_client/api/admin_api.py index 29f3566..880da52 100644 --- a/openapi_client/api/admin_api.py +++ b/openapi_client/api/admin_api.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ @@ -241,6 +241,92 @@ def anonymize_with_http_info(self, source, anonymized, **kwargs): # noqa: E501 _request_timeout=local_var_params.get('_request_timeout'), collection_formats=collection_formats) + def api_status(self, **kwargs): # noqa: E501 + """Prints the current status of the classifiers. # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.api_status(async_req=True) + >>> result = thread.get() + + :param async_req bool + :return: APIPlansOut + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('async_req'): + return self.api_status_with_http_info(**kwargs) # noqa: E501 + else: + (data) = self.api_status_with_http_info(**kwargs) # noqa: E501 + return data + + def api_status_with_http_info(self, **kwargs): # noqa: E501 + """Prints the current status of the classifiers. # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.api_status_with_http_info(async_req=True) + >>> result = thread.get() + + :param async_req bool + :return: APIPlansOut + If the method is called asynchronously, + returns the request thread. + """ + + local_var_params = locals() + + all_params = [] # noqa: E501 + all_params.append('async_req') + all_params.append('_return_http_data_only') + all_params.append('_preload_content') + all_params.append('_request_timeout') + + for key, val in six.iteritems(local_var_params['kwargs']): + if key not in all_params: + raise TypeError( + "Got an unexpected keyword argument '%s'" + " to method api_status" % key + ) + local_var_params[key] = val + del local_var_params['kwargs'] + + collection_formats = {} + + path_params = {} + + query_params = [] + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + # HTTP header `Accept` + header_params['Accept'] = self.api_client.select_header_accept( + ['application/json']) # noqa: E501 + + # Authentication setting + auth_settings = ['api_key'] # noqa: E501 + + return self.api_client.call_api( + '/api2/json/apiStatus', 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='APIPlansOut', # noqa: E501 + auth_settings=auth_settings, + async_req=local_var_params.get('async_req'), + _return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501 + _preload_content=local_var_params.get('_preload_content', True), + _request_timeout=local_var_params.get('_request_timeout'), + collection_formats=collection_formats) + def api_usage(self, **kwargs): # noqa: E501 """Print current API usage. # noqa: E501 @@ -499,35 +585,37 @@ def api_usage_history_aggregate_with_http_info(self, **kwargs): # noqa: E501 _request_timeout=local_var_params.get('_request_timeout'), collection_formats=collection_formats) - def available_plans(self, **kwargs): # noqa: E501 - """List all available plans in the default currency (usd). # noqa: E501 + def available_plans(self, token, **kwargs): # noqa: E501 + """List all available plans in the user's preferred currency. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.available_plans(async_req=True) + >>> thread = api.available_plans(token, async_req=True) >>> result = thread.get() :param async_req bool + :param str token: (required) :return: APIPlansOut If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('async_req'): - return self.available_plans_with_http_info(**kwargs) # noqa: E501 + return self.available_plans_with_http_info(token, **kwargs) # noqa: E501 else: - (data) = self.available_plans_with_http_info(**kwargs) # noqa: E501 + (data) = self.available_plans_with_http_info(token, **kwargs) # noqa: E501 return data - def available_plans_with_http_info(self, **kwargs): # noqa: E501 - """List all available plans in the default currency (usd). # noqa: E501 + def available_plans_with_http_info(self, token, **kwargs): # noqa: E501 + """List all available plans in the user's preferred currency. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.available_plans_with_http_info(async_req=True) + >>> thread = api.available_plans_with_http_info(token, async_req=True) >>> result = thread.get() :param async_req bool + :param str token: (required) :return: APIPlansOut If the method is called asynchronously, returns the request thread. @@ -535,7 +623,7 @@ def available_plans_with_http_info(self, **kwargs): # noqa: E501 local_var_params = locals() - all_params = [] # noqa: E501 + all_params = ['token'] # noqa: E501 all_params.append('async_req') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -549,10 +637,16 @@ def available_plans_with_http_info(self, **kwargs): # noqa: E501 ) local_var_params[key] = val del local_var_params['kwargs'] + # verify the required parameter 'token' is set + if ('token' not in local_var_params or + local_var_params['token'] is None): + raise ValueError("Missing the required parameter `token` when calling `available_plans`") # noqa: E501 collection_formats = {} path_params = {} + if 'token' in local_var_params: + path_params['token'] = local_var_params['token'] # noqa: E501 query_params = [] @@ -570,7 +664,7 @@ def available_plans_with_http_info(self, **kwargs): # noqa: E501 auth_settings = ['api_key'] # noqa: E501 return self.api_client.call_api( - '/api2/json/availablePlans', 'GET', + '/api2/json/availablePlans/{token}', 'GET', path_params, query_params, header_params, @@ -585,37 +679,35 @@ def available_plans_with_http_info(self, **kwargs): # noqa: E501 _request_timeout=local_var_params.get('_request_timeout'), collection_formats=collection_formats) - def available_plans1(self, token, **kwargs): # noqa: E501 - """List all available plans in the user's preferred currency. # noqa: E501 + def available_plans1(self, **kwargs): # noqa: E501 + """List all available plans in the default currency (usd). # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.available_plans1(token, async_req=True) + >>> thread = api.available_plans1(async_req=True) >>> result = thread.get() :param async_req bool - :param str token: (required) :return: APIPlansOut If the method is called asynchronously, returns the request thread. """ kwargs['_return_http_data_only'] = True if kwargs.get('async_req'): - return self.available_plans1_with_http_info(token, **kwargs) # noqa: E501 + return self.available_plans1_with_http_info(**kwargs) # noqa: E501 else: - (data) = self.available_plans1_with_http_info(token, **kwargs) # noqa: E501 + (data) = self.available_plans1_with_http_info(**kwargs) # noqa: E501 return data - def available_plans1_with_http_info(self, token, **kwargs): # noqa: E501 - """List all available plans in the user's preferred currency. # noqa: E501 + def available_plans1_with_http_info(self, **kwargs): # noqa: E501 + """List all available plans in the default currency (usd). # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.available_plans1_with_http_info(token, async_req=True) + >>> thread = api.available_plans1_with_http_info(async_req=True) >>> result = thread.get() :param async_req bool - :param str token: (required) :return: APIPlansOut If the method is called asynchronously, returns the request thread. @@ -623,7 +715,7 @@ def available_plans1_with_http_info(self, token, **kwargs): # noqa: E501 local_var_params = locals() - all_params = ['token'] # noqa: E501 + all_params = [] # noqa: E501 all_params.append('async_req') all_params.append('_return_http_data_only') all_params.append('_preload_content') @@ -637,16 +729,10 @@ def available_plans1_with_http_info(self, token, **kwargs): # noqa: E501 ) local_var_params[key] = val del local_var_params['kwargs'] - # verify the required parameter 'token' is set - if ('token' not in local_var_params or - local_var_params['token'] is None): - raise ValueError("Missing the required parameter `token` when calling `available_plans1`") # noqa: E501 collection_formats = {} path_params = {} - if 'token' in local_var_params: - path_params['token'] = local_var_params['token'] # noqa: E501 query_params = [] @@ -664,7 +750,7 @@ def available_plans1_with_http_info(self, token, **kwargs): # noqa: E501 auth_settings = ['api_key'] # noqa: E501 return self.api_client.call_api( - '/api2/json/availablePlans/{token}', 'GET', + '/api2/json/availablePlans', 'GET', path_params, query_params, header_params, @@ -2871,6 +2957,100 @@ def subscribe_plan_on_behalf_with_http_info(self, plan_name, api_key, **kwargs): _request_timeout=local_var_params.get('_request_timeout'), collection_formats=collection_formats) + def taxonomy_classes(self, classifier_name, **kwargs): # noqa: E501 + """Print the taxonomy classes valid for the given classifier. # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.taxonomy_classes(classifier_name, async_req=True) + >>> result = thread.get() + + :param async_req bool + :param str classifier_name: (required) + :return: APIPlansOut + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('async_req'): + return self.taxonomy_classes_with_http_info(classifier_name, **kwargs) # noqa: E501 + else: + (data) = self.taxonomy_classes_with_http_info(classifier_name, **kwargs) # noqa: E501 + return data + + def taxonomy_classes_with_http_info(self, classifier_name, **kwargs): # noqa: E501 + """Print the taxonomy classes valid for the given classifier. # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.taxonomy_classes_with_http_info(classifier_name, async_req=True) + >>> result = thread.get() + + :param async_req bool + :param str classifier_name: (required) + :return: APIPlansOut + If the method is called asynchronously, + returns the request thread. + """ + + local_var_params = locals() + + all_params = ['classifier_name'] # noqa: E501 + all_params.append('async_req') + all_params.append('_return_http_data_only') + all_params.append('_preload_content') + all_params.append('_request_timeout') + + for key, val in six.iteritems(local_var_params['kwargs']): + if key not in all_params: + raise TypeError( + "Got an unexpected keyword argument '%s'" + " to method taxonomy_classes" % key + ) + local_var_params[key] = val + del local_var_params['kwargs'] + # verify the required parameter 'classifier_name' is set + if ('classifier_name' not in local_var_params or + local_var_params['classifier_name'] is None): + raise ValueError("Missing the required parameter `classifier_name` when calling `taxonomy_classes`") # noqa: E501 + + collection_formats = {} + + path_params = {} + if 'classifier_name' in local_var_params: + path_params['classifierName'] = local_var_params['classifier_name'] # noqa: E501 + + query_params = [] + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + # HTTP header `Accept` + header_params['Accept'] = self.api_client.select_header_accept( + ['application/json']) # noqa: E501 + + # Authentication setting + auth_settings = ['api_key'] # noqa: E501 + + return self.api_client.call_api( + '/api2/json/taxonomyClasses/{classifierName}', 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='APIPlansOut', # noqa: E501 + auth_settings=auth_settings, + async_req=local_var_params.get('async_req'), + _return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501 + _preload_content=local_var_params.get('_preload_content', True), + _request_timeout=local_var_params.get('_request_timeout'), + collection_formats=collection_formats) + def update_billing_info(self, token, **kwargs): # noqa: E501 """Sets or update the billing information (company name, address, phone, vat ID) # noqa: E501 diff --git a/openapi_client/api/chinese_api.py b/openapi_client/api/chinese_api.py index dc110c1..fe11242 100644 --- a/openapi_client/api/chinese_api.py +++ b/openapi_client/api/chinese_api.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/api/personal_api.py b/openapi_client/api/personal_api.py index 9c2e35b..41b6109 100644 --- a/openapi_client/api/personal_api.py +++ b/openapi_client/api/personal_api.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ @@ -631,7 +631,7 @@ def gender_full(self, full_name, **kwargs): # noqa: E501 :param async_req bool :param str full_name: (required) - :return: FirstLastNameGenderedOut + :return: PersonalNameGenderedOut If the method is called asynchronously, returns the request thread. """ @@ -652,7 +652,7 @@ def gender_full_with_http_info(self, full_name, **kwargs): # noqa: E501 :param async_req bool :param str full_name: (required) - :return: FirstLastNameGenderedOut + :return: PersonalNameGenderedOut If the method is called asynchronously, returns the request thread. """ @@ -707,7 +707,7 @@ def gender_full_with_http_info(self, full_name, **kwargs): # noqa: E501 body=body_params, post_params=form_params, files=local_var_files, - response_type='FirstLastNameGenderedOut', # noqa: E501 + response_type='PersonalNameGenderedOut', # noqa: E501 auth_settings=auth_settings, async_req=local_var_params.get('async_req'), _return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501 @@ -820,7 +820,7 @@ def gender_full_geo(self, full_name, country_iso2, **kwargs): # noqa: E501 :param async_req bool :param str full_name: (required) :param str country_iso2: (required) - :return: FirstLastNameGenderedOut + :return: PersonalNameGenderedOut If the method is called asynchronously, returns the request thread. """ @@ -842,7 +842,7 @@ def gender_full_geo_with_http_info(self, full_name, country_iso2, **kwargs): # :param async_req bool :param str full_name: (required) :param str country_iso2: (required) - :return: FirstLastNameGenderedOut + :return: PersonalNameGenderedOut If the method is called asynchronously, returns the request thread. """ @@ -903,7 +903,7 @@ def gender_full_geo_with_http_info(self, full_name, country_iso2, **kwargs): # body=body_params, post_params=form_params, files=local_var_files, - response_type='FirstLastNameGenderedOut', # noqa: E501 + response_type='PersonalNameGenderedOut', # noqa: E501 auth_settings=auth_settings, async_req=local_var_params.get('async_req'), _return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501 diff --git a/openapi_client/api/social_api.py b/openapi_client/api/social_api.py index 95b8013..560dd50 100644 --- a/openapi_client/api/social_api.py +++ b/openapi_client/api/social_api.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/api_client.py b/openapi_client/api_client.py index 5e58774..b3ae79b 100644 --- a/openapi_client/api_client.py +++ b/openapi_client/api_client.py @@ -4,7 +4,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/configuration.py b/openapi_client/configuration.py index ad3c236..75bc977 100644 --- a/openapi_client/configuration.py +++ b/openapi_client/configuration.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ @@ -231,6 +231,6 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 2.0.6\n"\ + "Version of the API: 2.0.7\n"\ "SDK Package Version: 1.0.0".\ format(env=sys.platform, pyversion=sys.version) diff --git a/openapi_client/models/__init__.py b/openapi_client/models/__init__.py index ea9393b..74f0181 100644 --- a/openapi_client/models/__init__.py +++ b/openapi_client/models/__init__.py @@ -6,7 +6,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ @@ -16,6 +16,9 @@ # import models into model package from openapi_client.models.api_billing_period_usage_out import APIBillingPeriodUsageOut +from openapi_client.models.api_classifier_out import APIClassifierOut +from openapi_client.models.api_classifier_taxonomy_out import APIClassifierTaxonomyOut +from openapi_client.models.api_classifiers_status_out import APIClassifiersStatusOut from openapi_client.models.api_counter_v2_out import APICounterV2Out from openapi_client.models.api_key_out import APIKeyOut from openapi_client.models.api_period_usage_out import APIPeriodUsageOut diff --git a/openapi_client/models/api_billing_period_usage_out.py b/openapi_client/models/api_billing_period_usage_out.py index b2e7139..16f913c 100644 --- a/openapi_client/models/api_billing_period_usage_out.py +++ b/openapi_client/models/api_billing_period_usage_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/api_classifier_out.py b/openapi_client/models/api_classifier_out.py new file mode 100644 index 0000000..8b7003e --- /dev/null +++ b/openapi_client/models/api_classifier_out.py @@ -0,0 +1,217 @@ +# coding: utf-8 + +""" + NamSor API v2 + + NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 + + OpenAPI spec version: 2.0.7 + Contact: contact@namsor.com + Generated by: https://openapi-generator.tech +""" + + +import pprint +import re # noqa: F401 + +import six + + +class APIClassifierOut(object): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + """ + + """ + Attributes: + openapi_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + openapi_types = { + 'classifier_name': 'str', + 'serving': 'bool', + 'learning': 'bool', + 'shutting_down': 'bool', + 'probability_calibrated': 'bool' + } + + attribute_map = { + 'classifier_name': 'classifierName', + 'serving': 'serving', + 'learning': 'learning', + 'shutting_down': 'shuttingDown', + 'probability_calibrated': 'probabilityCalibrated' + } + + def __init__(self, classifier_name=None, serving=None, learning=None, shutting_down=None, probability_calibrated=None): # noqa: E501 + """APIClassifierOut - a model defined in OpenAPI""" # noqa: E501 + + self._classifier_name = None + self._serving = None + self._learning = None + self._shutting_down = None + self._probability_calibrated = None + self.discriminator = None + + if classifier_name is not None: + self.classifier_name = classifier_name + if serving is not None: + self.serving = serving + if learning is not None: + self.learning = learning + if shutting_down is not None: + self.shutting_down = shutting_down + if probability_calibrated is not None: + self.probability_calibrated = probability_calibrated + + @property + def classifier_name(self): + """Gets the classifier_name of this APIClassifierOut. # noqa: E501 + + + :return: The classifier_name of this APIClassifierOut. # noqa: E501 + :rtype: str + """ + return self._classifier_name + + @classifier_name.setter + def classifier_name(self, classifier_name): + """Sets the classifier_name of this APIClassifierOut. + + + :param classifier_name: The classifier_name of this APIClassifierOut. # noqa: E501 + :type: str + """ + + self._classifier_name = classifier_name + + @property + def serving(self): + """Gets the serving of this APIClassifierOut. # noqa: E501 + + + :return: The serving of this APIClassifierOut. # noqa: E501 + :rtype: bool + """ + return self._serving + + @serving.setter + def serving(self, serving): + """Sets the serving of this APIClassifierOut. + + + :param serving: The serving of this APIClassifierOut. # noqa: E501 + :type: bool + """ + + self._serving = serving + + @property + def learning(self): + """Gets the learning of this APIClassifierOut. # noqa: E501 + + + :return: The learning of this APIClassifierOut. # noqa: E501 + :rtype: bool + """ + return self._learning + + @learning.setter + def learning(self, learning): + """Sets the learning of this APIClassifierOut. + + + :param learning: The learning of this APIClassifierOut. # noqa: E501 + :type: bool + """ + + self._learning = learning + + @property + def shutting_down(self): + """Gets the shutting_down of this APIClassifierOut. # noqa: E501 + + + :return: The shutting_down of this APIClassifierOut. # noqa: E501 + :rtype: bool + """ + return self._shutting_down + + @shutting_down.setter + def shutting_down(self, shutting_down): + """Sets the shutting_down of this APIClassifierOut. + + + :param shutting_down: The shutting_down of this APIClassifierOut. # noqa: E501 + :type: bool + """ + + self._shutting_down = shutting_down + + @property + def probability_calibrated(self): + """Gets the probability_calibrated of this APIClassifierOut. # noqa: E501 + + + :return: The probability_calibrated of this APIClassifierOut. # noqa: E501 + :rtype: bool + """ + return self._probability_calibrated + + @probability_calibrated.setter + def probability_calibrated(self, probability_calibrated): + """Sets the probability_calibrated of this APIClassifierOut. + + + :param probability_calibrated: The probability_calibrated of this APIClassifierOut. # noqa: E501 + :type: bool + """ + + self._probability_calibrated = probability_calibrated + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.openapi_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, APIClassifierOut): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/openapi_client/models/api_classifier_taxonomy_out.py b/openapi_client/models/api_classifier_taxonomy_out.py new file mode 100644 index 0000000..2f6e17b --- /dev/null +++ b/openapi_client/models/api_classifier_taxonomy_out.py @@ -0,0 +1,139 @@ +# coding: utf-8 + +""" + NamSor API v2 + + NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 + + OpenAPI spec version: 2.0.7 + Contact: contact@namsor.com + Generated by: https://openapi-generator.tech +""" + + +import pprint +import re # noqa: F401 + +import six + + +class APIClassifierTaxonomyOut(object): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + """ + + """ + Attributes: + openapi_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + openapi_types = { + 'classifier_name': 'str', + 'taxonomy_classes': 'list[str]' + } + + attribute_map = { + 'classifier_name': 'classifierName', + 'taxonomy_classes': 'taxonomyClasses' + } + + def __init__(self, classifier_name=None, taxonomy_classes=None): # noqa: E501 + """APIClassifierTaxonomyOut - a model defined in OpenAPI""" # noqa: E501 + + self._classifier_name = None + self._taxonomy_classes = None + self.discriminator = None + + if classifier_name is not None: + self.classifier_name = classifier_name + if taxonomy_classes is not None: + self.taxonomy_classes = taxonomy_classes + + @property + def classifier_name(self): + """Gets the classifier_name of this APIClassifierTaxonomyOut. # noqa: E501 + + + :return: The classifier_name of this APIClassifierTaxonomyOut. # noqa: E501 + :rtype: str + """ + return self._classifier_name + + @classifier_name.setter + def classifier_name(self, classifier_name): + """Sets the classifier_name of this APIClassifierTaxonomyOut. + + + :param classifier_name: The classifier_name of this APIClassifierTaxonomyOut. # noqa: E501 + :type: str + """ + + self._classifier_name = classifier_name + + @property + def taxonomy_classes(self): + """Gets the taxonomy_classes of this APIClassifierTaxonomyOut. # noqa: E501 + + + :return: The taxonomy_classes of this APIClassifierTaxonomyOut. # noqa: E501 + :rtype: list[str] + """ + return self._taxonomy_classes + + @taxonomy_classes.setter + def taxonomy_classes(self, taxonomy_classes): + """Sets the taxonomy_classes of this APIClassifierTaxonomyOut. + + + :param taxonomy_classes: The taxonomy_classes of this APIClassifierTaxonomyOut. # noqa: E501 + :type: list[str] + """ + + self._taxonomy_classes = taxonomy_classes + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.openapi_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, APIClassifierTaxonomyOut): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/openapi_client/models/api_classifiers_status_out.py b/openapi_client/models/api_classifiers_status_out.py new file mode 100644 index 0000000..6c2e353 --- /dev/null +++ b/openapi_client/models/api_classifiers_status_out.py @@ -0,0 +1,139 @@ +# coding: utf-8 + +""" + NamSor API v2 + + NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 + + OpenAPI spec version: 2.0.7 + Contact: contact@namsor.com + Generated by: https://openapi-generator.tech +""" + + +import pprint +import re # noqa: F401 + +import six + + +class APIClassifiersStatusOut(object): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + """ + + """ + Attributes: + openapi_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + openapi_types = { + 'software_version': 'SoftwareVersionOut', + 'classifiers': 'list[APIClassifierOut]' + } + + attribute_map = { + 'software_version': 'softwareVersion', + 'classifiers': 'classifiers' + } + + def __init__(self, software_version=None, classifiers=None): # noqa: E501 + """APIClassifiersStatusOut - a model defined in OpenAPI""" # noqa: E501 + + self._software_version = None + self._classifiers = None + self.discriminator = None + + if software_version is not None: + self.software_version = software_version + if classifiers is not None: + self.classifiers = classifiers + + @property + def software_version(self): + """Gets the software_version of this APIClassifiersStatusOut. # noqa: E501 + + + :return: The software_version of this APIClassifiersStatusOut. # noqa: E501 + :rtype: SoftwareVersionOut + """ + return self._software_version + + @software_version.setter + def software_version(self, software_version): + """Sets the software_version of this APIClassifiersStatusOut. + + + :param software_version: The software_version of this APIClassifiersStatusOut. # noqa: E501 + :type: SoftwareVersionOut + """ + + self._software_version = software_version + + @property + def classifiers(self): + """Gets the classifiers of this APIClassifiersStatusOut. # noqa: E501 + + + :return: The classifiers of this APIClassifiersStatusOut. # noqa: E501 + :rtype: list[APIClassifierOut] + """ + return self._classifiers + + @classifiers.setter + def classifiers(self, classifiers): + """Sets the classifiers of this APIClassifiersStatusOut. + + + :param classifiers: The classifiers of this APIClassifiersStatusOut. # noqa: E501 + :type: list[APIClassifierOut] + """ + + self._classifiers = classifiers + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.openapi_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, APIClassifiersStatusOut): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/openapi_client/models/api_counter_v2_out.py b/openapi_client/models/api_counter_v2_out.py index 9c3a264..1cbfd4b 100644 --- a/openapi_client/models/api_counter_v2_out.py +++ b/openapi_client/models/api_counter_v2_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/api_key_out.py b/openapi_client/models/api_key_out.py index d37d889..964ff4f 100644 --- a/openapi_client/models/api_key_out.py +++ b/openapi_client/models/api_key_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/api_period_usage_out.py b/openapi_client/models/api_period_usage_out.py index 665d713..dc81dca 100644 --- a/openapi_client/models/api_period_usage_out.py +++ b/openapi_client/models/api_period_usage_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/api_plan_out.py b/openapi_client/models/api_plan_out.py index aa0299a..2c74d78 100644 --- a/openapi_client/models/api_plan_out.py +++ b/openapi_client/models/api_plan_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/api_plan_subscription_out.py b/openapi_client/models/api_plan_subscription_out.py index 40b2286..f782a52 100644 --- a/openapi_client/models/api_plan_subscription_out.py +++ b/openapi_client/models/api_plan_subscription_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/api_plans_out.py b/openapi_client/models/api_plans_out.py index 1dfaec6..e29411c 100644 --- a/openapi_client/models/api_plans_out.py +++ b/openapi_client/models/api_plans_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/api_service_out.py b/openapi_client/models/api_service_out.py index 2d81948..db70a9d 100644 --- a/openapi_client/models/api_service_out.py +++ b/openapi_client/models/api_service_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/api_services_out.py b/openapi_client/models/api_services_out.py index 44bf2a3..d08cf26 100644 --- a/openapi_client/models/api_services_out.py +++ b/openapi_client/models/api_services_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/api_usage_aggregated_out.py b/openapi_client/models/api_usage_aggregated_out.py index 4e93525..7932ec4 100644 --- a/openapi_client/models/api_usage_aggregated_out.py +++ b/openapi_client/models/api_usage_aggregated_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_first_last_name_diasporaed_out.py b/openapi_client/models/batch_first_last_name_diasporaed_out.py index db60cae..8143811 100644 --- a/openapi_client/models/batch_first_last_name_diasporaed_out.py +++ b/openapi_client/models/batch_first_last_name_diasporaed_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_first_last_name_gender_in.py b/openapi_client/models/batch_first_last_name_gender_in.py index 5f12254..f496cb0 100644 --- a/openapi_client/models/batch_first_last_name_gender_in.py +++ b/openapi_client/models/batch_first_last_name_gender_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_first_last_name_gendered_out.py b/openapi_client/models/batch_first_last_name_gendered_out.py index 47db964..080fd59 100644 --- a/openapi_client/models/batch_first_last_name_gendered_out.py +++ b/openapi_client/models/batch_first_last_name_gendered_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_first_last_name_geo_in.py b/openapi_client/models/batch_first_last_name_geo_in.py index aa990c6..00bd5e9 100644 --- a/openapi_client/models/batch_first_last_name_geo_in.py +++ b/openapi_client/models/batch_first_last_name_geo_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_first_last_name_geo_zipped_in.py b/openapi_client/models/batch_first_last_name_geo_zipped_in.py index 1840d36..9451fad 100644 --- a/openapi_client/models/batch_first_last_name_geo_zipped_in.py +++ b/openapi_client/models/batch_first_last_name_geo_zipped_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_first_last_name_in.py b/openapi_client/models/batch_first_last_name_in.py index cbfce59..461a9dd 100644 --- a/openapi_client/models/batch_first_last_name_in.py +++ b/openapi_client/models/batch_first_last_name_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_first_last_name_origined_out.py b/openapi_client/models/batch_first_last_name_origined_out.py index 40d3f04..6db3113 100644 --- a/openapi_client/models/batch_first_last_name_origined_out.py +++ b/openapi_client/models/batch_first_last_name_origined_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_first_last_name_phone_coded_out.py b/openapi_client/models/batch_first_last_name_phone_coded_out.py index 8d255c8..48d4149 100644 --- a/openapi_client/models/batch_first_last_name_phone_coded_out.py +++ b/openapi_client/models/batch_first_last_name_phone_coded_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_first_last_name_phone_number_geo_in.py b/openapi_client/models/batch_first_last_name_phone_number_geo_in.py index 5f41a9e..5b7b440 100644 --- a/openapi_client/models/batch_first_last_name_phone_number_geo_in.py +++ b/openapi_client/models/batch_first_last_name_phone_number_geo_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_first_last_name_phone_number_in.py b/openapi_client/models/batch_first_last_name_phone_number_in.py index abb5385..4558b28 100644 --- a/openapi_client/models/batch_first_last_name_phone_number_in.py +++ b/openapi_client/models/batch_first_last_name_phone_number_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_first_last_name_us_race_ethnicity_out.py b/openapi_client/models/batch_first_last_name_us_race_ethnicity_out.py index 2675cc5..98f727a 100644 --- a/openapi_client/models/batch_first_last_name_us_race_ethnicity_out.py +++ b/openapi_client/models/batch_first_last_name_us_race_ethnicity_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_match_personal_first_last_name_in.py b/openapi_client/models/batch_match_personal_first_last_name_in.py index 0c1017b..97c0871 100644 --- a/openapi_client/models/batch_match_personal_first_last_name_in.py +++ b/openapi_client/models/batch_match_personal_first_last_name_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_name_match_candidates_out.py b/openapi_client/models/batch_name_match_candidates_out.py index 9887b1d..ad003e4 100644 --- a/openapi_client/models/batch_name_match_candidates_out.py +++ b/openapi_client/models/batch_name_match_candidates_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_name_matched_out.py b/openapi_client/models/batch_name_matched_out.py index ac1eb97..efd8aeb 100644 --- a/openapi_client/models/batch_name_matched_out.py +++ b/openapi_client/models/batch_name_matched_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_parsed_full_name_geo_in.py b/openapi_client/models/batch_parsed_full_name_geo_in.py index 1992fe3..7c1c5af 100644 --- a/openapi_client/models/batch_parsed_full_name_geo_in.py +++ b/openapi_client/models/batch_parsed_full_name_geo_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_parsed_full_name_in.py b/openapi_client/models/batch_parsed_full_name_in.py index 7f76a7d..6442230 100644 --- a/openapi_client/models/batch_parsed_full_name_in.py +++ b/openapi_client/models/batch_parsed_full_name_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_personal_name_gendered_out.py b/openapi_client/models/batch_personal_name_gendered_out.py index 93ff527..95404c0 100644 --- a/openapi_client/models/batch_personal_name_gendered_out.py +++ b/openapi_client/models/batch_personal_name_gendered_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_personal_name_geo_in.py b/openapi_client/models/batch_personal_name_geo_in.py index f810be8..314526e 100644 --- a/openapi_client/models/batch_personal_name_geo_in.py +++ b/openapi_client/models/batch_personal_name_geo_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_personal_name_geo_out.py b/openapi_client/models/batch_personal_name_geo_out.py index c927296..725ca91 100644 --- a/openapi_client/models/batch_personal_name_geo_out.py +++ b/openapi_client/models/batch_personal_name_geo_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_personal_name_in.py b/openapi_client/models/batch_personal_name_in.py index 998525a..9bd69fe 100644 --- a/openapi_client/models/batch_personal_name_in.py +++ b/openapi_client/models/batch_personal_name_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/batch_personal_name_parsed_out.py b/openapi_client/models/batch_personal_name_parsed_out.py index 8cdd85f..d5bc387 100644 --- a/openapi_client/models/batch_personal_name_parsed_out.py +++ b/openapi_client/models/batch_personal_name_parsed_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/billing_history_out.py b/openapi_client/models/billing_history_out.py index 20d0a51..67b6204 100644 --- a/openapi_client/models/billing_history_out.py +++ b/openapi_client/models/billing_history_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/billing_info_in_out.py b/openapi_client/models/billing_info_in_out.py index edb036e..fedb1ee 100644 --- a/openapi_client/models/billing_info_in_out.py +++ b/openapi_client/models/billing_info_in_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/classifier_metrics_out.py b/openapi_client/models/classifier_metrics_out.py index a6c154a..1d48ca0 100644 --- a/openapi_client/models/classifier_metrics_out.py +++ b/openapi_client/models/classifier_metrics_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/currencies_out.py b/openapi_client/models/currencies_out.py index 3651e47..3b7a2af 100644 --- a/openapi_client/models/currencies_out.py +++ b/openapi_client/models/currencies_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/deploy_ui_out.py b/openapi_client/models/deploy_ui_out.py index ba15ecf..bd891d0 100644 --- a/openapi_client/models/deploy_ui_out.py +++ b/openapi_client/models/deploy_ui_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/expected_class_metrics_out.py b/openapi_client/models/expected_class_metrics_out.py index cda4837..9befd20 100644 --- a/openapi_client/models/expected_class_metrics_out.py +++ b/openapi_client/models/expected_class_metrics_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/feedback_loop_out.py b/openapi_client/models/feedback_loop_out.py index 6753303..bbe8329 100644 --- a/openapi_client/models/feedback_loop_out.py +++ b/openapi_client/models/feedback_loop_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/first_last_name_diasporaed_out.py b/openapi_client/models/first_last_name_diasporaed_out.py index 966861c..61b0aa1 100644 --- a/openapi_client/models/first_last_name_diasporaed_out.py +++ b/openapi_client/models/first_last_name_diasporaed_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/first_last_name_gender_in.py b/openapi_client/models/first_last_name_gender_in.py index 14044cb..5b1e50f 100644 --- a/openapi_client/models/first_last_name_gender_in.py +++ b/openapi_client/models/first_last_name_gender_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/first_last_name_gendered_out.py b/openapi_client/models/first_last_name_gendered_out.py index df04493..bf1e284 100644 --- a/openapi_client/models/first_last_name_gendered_out.py +++ b/openapi_client/models/first_last_name_gendered_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/first_last_name_geo_in.py b/openapi_client/models/first_last_name_geo_in.py index 8b6ac0b..cac56a8 100644 --- a/openapi_client/models/first_last_name_geo_in.py +++ b/openapi_client/models/first_last_name_geo_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/first_last_name_geo_zipped_in.py b/openapi_client/models/first_last_name_geo_zipped_in.py index c75a8ab..ee2624b 100644 --- a/openapi_client/models/first_last_name_geo_zipped_in.py +++ b/openapi_client/models/first_last_name_geo_zipped_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/first_last_name_in.py b/openapi_client/models/first_last_name_in.py index 36c4a95..1765714 100644 --- a/openapi_client/models/first_last_name_in.py +++ b/openapi_client/models/first_last_name_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/first_last_name_origined_out.py b/openapi_client/models/first_last_name_origined_out.py index 72957ec..5ac3f79 100644 --- a/openapi_client/models/first_last_name_origined_out.py +++ b/openapi_client/models/first_last_name_origined_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ @@ -41,7 +41,9 @@ class FirstLastNameOriginedOut(object): 'score': 'float', 'region_origin': 'str', 'top_region_origin': 'str', - 'sub_region_origin': 'str' + 'sub_region_origin': 'str', + 'probability_calibrated': 'float', + 'probability_alt_calibrated': 'float' } attribute_map = { @@ -54,10 +56,12 @@ class FirstLastNameOriginedOut(object): 'score': 'score', 'region_origin': 'regionOrigin', 'top_region_origin': 'topRegionOrigin', - 'sub_region_origin': 'subRegionOrigin' + 'sub_region_origin': 'subRegionOrigin', + 'probability_calibrated': 'probabilityCalibrated', + 'probability_alt_calibrated': 'probabilityAltCalibrated' } - def __init__(self, id=None, first_name=None, last_name=None, country_origin=None, country_origin_alt=None, countries_origin_top=None, score=None, region_origin=None, top_region_origin=None, sub_region_origin=None): # noqa: E501 + def __init__(self, id=None, first_name=None, last_name=None, country_origin=None, country_origin_alt=None, countries_origin_top=None, score=None, region_origin=None, top_region_origin=None, sub_region_origin=None, probability_calibrated=None, probability_alt_calibrated=None): # noqa: E501 """FirstLastNameOriginedOut - a model defined in OpenAPI""" # noqa: E501 self._id = None @@ -70,6 +74,8 @@ def __init__(self, id=None, first_name=None, last_name=None, country_origin=None self._region_origin = None self._top_region_origin = None self._sub_region_origin = None + self._probability_calibrated = None + self._probability_alt_calibrated = None self.discriminator = None if id is not None: @@ -92,6 +98,10 @@ def __init__(self, id=None, first_name=None, last_name=None, country_origin=None self.top_region_origin = top_region_origin if sub_region_origin is not None: self.sub_region_origin = sub_region_origin + if probability_calibrated is not None: + self.probability_calibrated = probability_calibrated + if probability_alt_calibrated is not None: + self.probability_alt_calibrated = probability_alt_calibrated @property def id(self): @@ -317,6 +327,48 @@ def sub_region_origin(self, sub_region_origin): self._sub_region_origin = sub_region_origin + @property + def probability_calibrated(self): + """Gets the probability_calibrated of this FirstLastNameOriginedOut. # noqa: E501 + + + :return: The probability_calibrated of this FirstLastNameOriginedOut. # noqa: E501 + :rtype: float + """ + return self._probability_calibrated + + @probability_calibrated.setter + def probability_calibrated(self, probability_calibrated): + """Sets the probability_calibrated of this FirstLastNameOriginedOut. + + + :param probability_calibrated: The probability_calibrated of this FirstLastNameOriginedOut. # noqa: E501 + :type: float + """ + + self._probability_calibrated = probability_calibrated + + @property + def probability_alt_calibrated(self): + """Gets the probability_alt_calibrated of this FirstLastNameOriginedOut. # noqa: E501 + + + :return: The probability_alt_calibrated of this FirstLastNameOriginedOut. # noqa: E501 + :rtype: float + """ + return self._probability_alt_calibrated + + @probability_alt_calibrated.setter + def probability_alt_calibrated(self, probability_alt_calibrated): + """Sets the probability_alt_calibrated of this FirstLastNameOriginedOut. + + + :param probability_alt_calibrated: The probability_alt_calibrated of this FirstLastNameOriginedOut. # noqa: E501 + :type: float + """ + + self._probability_alt_calibrated = probability_alt_calibrated + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/openapi_client/models/first_last_name_out.py b/openapi_client/models/first_last_name_out.py index 174d334..09446b5 100644 --- a/openapi_client/models/first_last_name_out.py +++ b/openapi_client/models/first_last_name_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/first_last_name_phone_coded_out.py b/openapi_client/models/first_last_name_phone_coded_out.py index 5d2e4f0..d1a78a0 100644 --- a/openapi_client/models/first_last_name_phone_coded_out.py +++ b/openapi_client/models/first_last_name_phone_coded_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/first_last_name_phone_number_geo_in.py b/openapi_client/models/first_last_name_phone_number_geo_in.py index 84388b2..6c7c4e5 100644 --- a/openapi_client/models/first_last_name_phone_number_geo_in.py +++ b/openapi_client/models/first_last_name_phone_number_geo_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/first_last_name_phone_number_in.py b/openapi_client/models/first_last_name_phone_number_in.py index 20830e7..fbbd7d3 100644 --- a/openapi_client/models/first_last_name_phone_number_in.py +++ b/openapi_client/models/first_last_name_phone_number_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/first_last_name_us_race_ethnicity_out.py b/openapi_client/models/first_last_name_us_race_ethnicity_out.py index e6f856b..0ae5be2 100644 --- a/openapi_client/models/first_last_name_us_race_ethnicity_out.py +++ b/openapi_client/models/first_last_name_us_race_ethnicity_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ @@ -38,7 +38,9 @@ class FirstLastNameUSRaceEthnicityOut(object): 'race_ethnicity_alt': 'str', 'race_ethnicity': 'str', 'score': 'float', - 'race_ethnicities_top': 'list[str]' + 'race_ethnicities_top': 'list[str]', + 'probability_calibrated': 'float', + 'probability_alt_calibrated': 'float' } attribute_map = { @@ -48,10 +50,12 @@ class FirstLastNameUSRaceEthnicityOut(object): 'race_ethnicity_alt': 'raceEthnicityAlt', 'race_ethnicity': 'raceEthnicity', 'score': 'score', - 'race_ethnicities_top': 'raceEthnicitiesTop' + 'race_ethnicities_top': 'raceEthnicitiesTop', + 'probability_calibrated': 'probabilityCalibrated', + 'probability_alt_calibrated': 'probabilityAltCalibrated' } - def __init__(self, id=None, first_name=None, last_name=None, race_ethnicity_alt=None, race_ethnicity=None, score=None, race_ethnicities_top=None): # noqa: E501 + def __init__(self, id=None, first_name=None, last_name=None, race_ethnicity_alt=None, race_ethnicity=None, score=None, race_ethnicities_top=None, probability_calibrated=None, probability_alt_calibrated=None): # noqa: E501 """FirstLastNameUSRaceEthnicityOut - a model defined in OpenAPI""" # noqa: E501 self._id = None @@ -61,6 +65,8 @@ def __init__(self, id=None, first_name=None, last_name=None, race_ethnicity_alt= self._race_ethnicity = None self._score = None self._race_ethnicities_top = None + self._probability_calibrated = None + self._probability_alt_calibrated = None self.discriminator = None if id is not None: @@ -77,6 +83,10 @@ def __init__(self, id=None, first_name=None, last_name=None, race_ethnicity_alt= self.score = score if race_ethnicities_top is not None: self.race_ethnicities_top = race_ethnicities_top + if probability_calibrated is not None: + self.probability_calibrated = probability_calibrated + if probability_alt_calibrated is not None: + self.probability_alt_calibrated = probability_alt_calibrated @property def id(self): @@ -245,6 +255,48 @@ def race_ethnicities_top(self, race_ethnicities_top): self._race_ethnicities_top = race_ethnicities_top + @property + def probability_calibrated(self): + """Gets the probability_calibrated of this FirstLastNameUSRaceEthnicityOut. # noqa: E501 + + + :return: The probability_calibrated of this FirstLastNameUSRaceEthnicityOut. # noqa: E501 + :rtype: float + """ + return self._probability_calibrated + + @probability_calibrated.setter + def probability_calibrated(self, probability_calibrated): + """Sets the probability_calibrated of this FirstLastNameUSRaceEthnicityOut. + + + :param probability_calibrated: The probability_calibrated of this FirstLastNameUSRaceEthnicityOut. # noqa: E501 + :type: float + """ + + self._probability_calibrated = probability_calibrated + + @property + def probability_alt_calibrated(self): + """Gets the probability_alt_calibrated of this FirstLastNameUSRaceEthnicityOut. # noqa: E501 + + + :return: The probability_alt_calibrated of this FirstLastNameUSRaceEthnicityOut. # noqa: E501 + :rtype: float + """ + return self._probability_alt_calibrated + + @probability_alt_calibrated.setter + def probability_alt_calibrated(self, probability_alt_calibrated): + """Sets the probability_alt_calibrated of this FirstLastNameUSRaceEthnicityOut. + + + :param probability_alt_calibrated: The probability_alt_calibrated of this FirstLastNameUSRaceEthnicityOut. # noqa: E501 + :type: float + """ + + self._probability_alt_calibrated = probability_alt_calibrated + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/openapi_client/models/inline_object.py b/openapi_client/models/inline_object.py index 18fb0d8..27aa0c2 100644 --- a/openapi_client/models/inline_object.py +++ b/openapi_client/models/inline_object.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/invoice_item_out.py b/openapi_client/models/invoice_item_out.py index 047d578..a5eab4a 100644 --- a/openapi_client/models/invoice_item_out.py +++ b/openapi_client/models/invoice_item_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/invoice_out.py b/openapi_client/models/invoice_out.py index dff96dc..1d49b36 100644 --- a/openapi_client/models/invoice_out.py +++ b/openapi_client/models/invoice_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/match_personal_first_last_name_in.py b/openapi_client/models/match_personal_first_last_name_in.py index ba3d76f..c96b764 100644 --- a/openapi_client/models/match_personal_first_last_name_in.py +++ b/openapi_client/models/match_personal_first_last_name_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/nam_sor_counter_out.py b/openapi_client/models/nam_sor_counter_out.py index 65fe818..e17600e 100644 --- a/openapi_client/models/nam_sor_counter_out.py +++ b/openapi_client/models/nam_sor_counter_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/name_match_candidate_out.py b/openapi_client/models/name_match_candidate_out.py index 5622e26..e90543d 100644 --- a/openapi_client/models/name_match_candidate_out.py +++ b/openapi_client/models/name_match_candidate_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/name_match_candidates_out.py b/openapi_client/models/name_match_candidates_out.py index 69f4fab..738649b 100644 --- a/openapi_client/models/name_match_candidates_out.py +++ b/openapi_client/models/name_match_candidates_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/name_matched_out.py b/openapi_client/models/name_matched_out.py index 4a88c83..8f5be9f 100644 --- a/openapi_client/models/name_matched_out.py +++ b/openapi_client/models/name_matched_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/parsed_full_name_geo_in.py b/openapi_client/models/parsed_full_name_geo_in.py index 315a862..02e6f1a 100644 --- a/openapi_client/models/parsed_full_name_geo_in.py +++ b/openapi_client/models/parsed_full_name_geo_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/parsed_full_name_in.py b/openapi_client/models/parsed_full_name_in.py index 151c4c8..0d6f789 100644 --- a/openapi_client/models/parsed_full_name_in.py +++ b/openapi_client/models/parsed_full_name_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/personal_name_gendered_out.py b/openapi_client/models/personal_name_gendered_out.py index 83063fe..5ae82de 100644 --- a/openapi_client/models/personal_name_gendered_out.py +++ b/openapi_client/models/personal_name_gendered_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ @@ -36,7 +36,8 @@ class PersonalNameGenderedOut(object): 'name': 'str', 'likely_gender': 'str', 'gender_scale': 'float', - 'score': 'float' + 'score': 'float', + 'probability_calibrated': 'float' } attribute_map = { @@ -44,10 +45,11 @@ class PersonalNameGenderedOut(object): 'name': 'name', 'likely_gender': 'likelyGender', 'gender_scale': 'genderScale', - 'score': 'score' + 'score': 'score', + 'probability_calibrated': 'probabilityCalibrated' } - def __init__(self, id=None, name=None, likely_gender=None, gender_scale=None, score=None): # noqa: E501 + def __init__(self, id=None, name=None, likely_gender=None, gender_scale=None, score=None, probability_calibrated=None): # noqa: E501 """PersonalNameGenderedOut - a model defined in OpenAPI""" # noqa: E501 self._id = None @@ -55,6 +57,7 @@ def __init__(self, id=None, name=None, likely_gender=None, gender_scale=None, sc self._likely_gender = None self._gender_scale = None self._score = None + self._probability_calibrated = None self.discriminator = None if id is not None: @@ -67,6 +70,8 @@ def __init__(self, id=None, name=None, likely_gender=None, gender_scale=None, sc self.gender_scale = gender_scale if score is not None: self.score = score + if probability_calibrated is not None: + self.probability_calibrated = probability_calibrated @property def id(self): @@ -183,6 +188,27 @@ def score(self, score): self._score = score + @property + def probability_calibrated(self): + """Gets the probability_calibrated of this PersonalNameGenderedOut. # noqa: E501 + + + :return: The probability_calibrated of this PersonalNameGenderedOut. # noqa: E501 + :rtype: float + """ + return self._probability_calibrated + + @probability_calibrated.setter + def probability_calibrated(self, probability_calibrated): + """Sets the probability_calibrated of this PersonalNameGenderedOut. + + + :param probability_calibrated: The probability_calibrated of this PersonalNameGenderedOut. # noqa: E501 + :type: float + """ + + self._probability_calibrated = probability_calibrated + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/openapi_client/models/personal_name_geo_in.py b/openapi_client/models/personal_name_geo_in.py index 115d190..d3a39b2 100644 --- a/openapi_client/models/personal_name_geo_in.py +++ b/openapi_client/models/personal_name_geo_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/personal_name_geo_out.py b/openapi_client/models/personal_name_geo_out.py index 020f7ca..05cc4bf 100644 --- a/openapi_client/models/personal_name_geo_out.py +++ b/openapi_client/models/personal_name_geo_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ @@ -39,7 +39,10 @@ class PersonalNameGeoOut(object): 'country_alt': 'str', 'region': 'str', 'top_region': 'str', - 'sub_region': 'str' + 'sub_region': 'str', + 'countries_top': 'list[str]', + 'probability_calibrated': 'float', + 'probability_alt_calibrated': 'float' } attribute_map = { @@ -50,10 +53,13 @@ class PersonalNameGeoOut(object): 'country_alt': 'countryAlt', 'region': 'region', 'top_region': 'topRegion', - 'sub_region': 'subRegion' + 'sub_region': 'subRegion', + 'countries_top': 'countriesTop', + 'probability_calibrated': 'probabilityCalibrated', + 'probability_alt_calibrated': 'probabilityAltCalibrated' } - def __init__(self, id=None, name=None, score=None, country=None, country_alt=None, region=None, top_region=None, sub_region=None): # noqa: E501 + def __init__(self, id=None, name=None, score=None, country=None, country_alt=None, region=None, top_region=None, sub_region=None, countries_top=None, probability_calibrated=None, probability_alt_calibrated=None): # noqa: E501 """PersonalNameGeoOut - a model defined in OpenAPI""" # noqa: E501 self._id = None @@ -64,6 +70,9 @@ def __init__(self, id=None, name=None, score=None, country=None, country_alt=Non self._region = None self._top_region = None self._sub_region = None + self._countries_top = None + self._probability_calibrated = None + self._probability_alt_calibrated = None self.discriminator = None if id is not None: @@ -82,6 +91,12 @@ def __init__(self, id=None, name=None, score=None, country=None, country_alt=Non self.top_region = top_region if sub_region is not None: self.sub_region = sub_region + if countries_top is not None: + self.countries_top = countries_top + if probability_calibrated is not None: + self.probability_calibrated = probability_calibrated + if probability_alt_calibrated is not None: + self.probability_alt_calibrated = probability_alt_calibrated @property def id(self): @@ -251,6 +266,71 @@ def sub_region(self, sub_region): self._sub_region = sub_region + @property + def countries_top(self): + """Gets the countries_top of this PersonalNameGeoOut. # noqa: E501 + + List countries (top 10) # noqa: E501 + + :return: The countries_top of this PersonalNameGeoOut. # noqa: E501 + :rtype: list[str] + """ + return self._countries_top + + @countries_top.setter + def countries_top(self, countries_top): + """Sets the countries_top of this PersonalNameGeoOut. + + List countries (top 10) # noqa: E501 + + :param countries_top: The countries_top of this PersonalNameGeoOut. # noqa: E501 + :type: list[str] + """ + + self._countries_top = countries_top + + @property + def probability_calibrated(self): + """Gets the probability_calibrated of this PersonalNameGeoOut. # noqa: E501 + + + :return: The probability_calibrated of this PersonalNameGeoOut. # noqa: E501 + :rtype: float + """ + return self._probability_calibrated + + @probability_calibrated.setter + def probability_calibrated(self, probability_calibrated): + """Sets the probability_calibrated of this PersonalNameGeoOut. + + + :param probability_calibrated: The probability_calibrated of this PersonalNameGeoOut. # noqa: E501 + :type: float + """ + + self._probability_calibrated = probability_calibrated + + @property + def probability_alt_calibrated(self): + """Gets the probability_alt_calibrated of this PersonalNameGeoOut. # noqa: E501 + + + :return: The probability_alt_calibrated of this PersonalNameGeoOut. # noqa: E501 + :rtype: float + """ + return self._probability_alt_calibrated + + @probability_alt_calibrated.setter + def probability_alt_calibrated(self, probability_alt_calibrated): + """Sets the probability_alt_calibrated of this PersonalNameGeoOut. + + + :param probability_alt_calibrated: The probability_alt_calibrated of this PersonalNameGeoOut. # noqa: E501 + :type: float + """ + + self._probability_alt_calibrated = probability_alt_calibrated + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/openapi_client/models/personal_name_in.py b/openapi_client/models/personal_name_in.py index 5768bdf..3cae2cb 100644 --- a/openapi_client/models/personal_name_in.py +++ b/openapi_client/models/personal_name_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/personal_name_parsed_out.py b/openapi_client/models/personal_name_parsed_out.py index ee51dad..3eb2fda 100644 --- a/openapi_client/models/personal_name_parsed_out.py +++ b/openapi_client/models/personal_name_parsed_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/romanized_name_out.py b/openapi_client/models/romanized_name_out.py index 77a20c9..0856990 100644 --- a/openapi_client/models/romanized_name_out.py +++ b/openapi_client/models/romanized_name_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/software_version_out.py b/openapi_client/models/software_version_out.py index b6728b6..73903e5 100644 --- a/openapi_client/models/software_version_out.py +++ b/openapi_client/models/software_version_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/source_detailed_metrics_out.py b/openapi_client/models/source_detailed_metrics_out.py index ff01eef..8eb5f26 100644 --- a/openapi_client/models/source_detailed_metrics_out.py +++ b/openapi_client/models/source_detailed_metrics_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/source_metrics_out.py b/openapi_client/models/source_metrics_out.py index a35bbaa..3e4397a 100644 --- a/openapi_client/models/source_metrics_out.py +++ b/openapi_client/models/source_metrics_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/stripe_card_out.py b/openapi_client/models/stripe_card_out.py index eba01d8..47d20c4 100644 --- a/openapi_client/models/stripe_card_out.py +++ b/openapi_client/models/stripe_card_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/stripe_customer_out.py b/openapi_client/models/stripe_customer_out.py index 2add283..b187426 100644 --- a/openapi_client/models/stripe_customer_out.py +++ b/openapi_client/models/stripe_customer_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/system_metrics_out.py b/openapi_client/models/system_metrics_out.py index 56686ee..062e7bb 100644 --- a/openapi_client/models/system_metrics_out.py +++ b/openapi_client/models/system_metrics_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/models/user_info_out.py b/openapi_client/models/user_info_out.py index 7d239af..ad0f21a 100644 --- a/openapi_client/models/user_info_out.py +++ b/openapi_client/models/user_info_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/openapi_client/rest.py b/openapi_client/rest.py index 56adac2..8fb40d6 100644 --- a/openapi_client/rest.py +++ b/openapi_client/rest.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/setup.py b/setup.py index 297ffb8..bf327f3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_admin_api.py b/test/test_admin_api.py index c0f0e68..a1a4a86 100644 --- a/test/test_admin_api.py +++ b/test/test_admin_api.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ @@ -43,6 +43,13 @@ def test_anonymize(self): """ pass + def test_api_status(self): + """Test case for api_status + + Prints the current status of the classifiers. # noqa: E501 + """ + pass + def test_api_usage(self): """Test case for api_usage @@ -67,14 +74,14 @@ def test_api_usage_history_aggregate(self): def test_available_plans(self): """Test case for available_plans - List all available plans in the default currency (usd). # noqa: E501 + List all available plans in the user's preferred currency. # noqa: E501 """ pass def test_available_plans1(self): """Test case for available_plans1 - List all available plans in the user's preferred currency. # noqa: E501 + List all available plans in the default currency (usd). # noqa: E501 """ pass @@ -246,6 +253,13 @@ def test_subscribe_plan_on_behalf(self): """ pass + def test_taxonomy_classes(self): + """Test case for taxonomy_classes + + Print the taxonomy classes valid for the given classifier. # noqa: E501 + """ + pass + def test_update_billing_info(self): """Test case for update_billing_info diff --git a/test/test_api_billing_period_usage_out.py b/test/test_api_billing_period_usage_out.py index 21cf805..4b55cd9 100644 --- a/test/test_api_billing_period_usage_out.py +++ b/test/test_api_billing_period_usage_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_api_classifier_out.py b/test/test_api_classifier_out.py new file mode 100644 index 0000000..0f75d14 --- /dev/null +++ b/test/test_api_classifier_out.py @@ -0,0 +1,40 @@ +# coding: utf-8 + +""" + NamSor API v2 + + NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 + + OpenAPI spec version: 2.0.7 + Contact: contact@namsor.com + Generated by: https://openapi-generator.tech +""" + + +from __future__ import absolute_import + +import unittest + +import openapi_client +from openapi_client.models.api_classifier_out import APIClassifierOut # noqa: E501 +from openapi_client.rest import ApiException + + +class TestAPIClassifierOut(unittest.TestCase): + """APIClassifierOut unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testAPIClassifierOut(self): + """Test APIClassifierOut""" + # FIXME: construct object with mandatory attributes with example values + # model = openapi_client.models.api_classifier_out.APIClassifierOut() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_api_classifier_taxonomy_out.py b/test/test_api_classifier_taxonomy_out.py new file mode 100644 index 0000000..dac48c7 --- /dev/null +++ b/test/test_api_classifier_taxonomy_out.py @@ -0,0 +1,40 @@ +# coding: utf-8 + +""" + NamSor API v2 + + NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 + + OpenAPI spec version: 2.0.7 + Contact: contact@namsor.com + Generated by: https://openapi-generator.tech +""" + + +from __future__ import absolute_import + +import unittest + +import openapi_client +from openapi_client.models.api_classifier_taxonomy_out import APIClassifierTaxonomyOut # noqa: E501 +from openapi_client.rest import ApiException + + +class TestAPIClassifierTaxonomyOut(unittest.TestCase): + """APIClassifierTaxonomyOut unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testAPIClassifierTaxonomyOut(self): + """Test APIClassifierTaxonomyOut""" + # FIXME: construct object with mandatory attributes with example values + # model = openapi_client.models.api_classifier_taxonomy_out.APIClassifierTaxonomyOut() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_api_classifiers_status_out.py b/test/test_api_classifiers_status_out.py new file mode 100644 index 0000000..5c1a2cc --- /dev/null +++ b/test/test_api_classifiers_status_out.py @@ -0,0 +1,40 @@ +# coding: utf-8 + +""" + NamSor API v2 + + NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 + + OpenAPI spec version: 2.0.7 + Contact: contact@namsor.com + Generated by: https://openapi-generator.tech +""" + + +from __future__ import absolute_import + +import unittest + +import openapi_client +from openapi_client.models.api_classifiers_status_out import APIClassifiersStatusOut # noqa: E501 +from openapi_client.rest import ApiException + + +class TestAPIClassifiersStatusOut(unittest.TestCase): + """APIClassifiersStatusOut unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testAPIClassifiersStatusOut(self): + """Test APIClassifiersStatusOut""" + # FIXME: construct object with mandatory attributes with example values + # model = openapi_client.models.api_classifiers_status_out.APIClassifiersStatusOut() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_api_counter_v2_out.py b/test/test_api_counter_v2_out.py index d6a2959..3ed6aa0 100644 --- a/test/test_api_counter_v2_out.py +++ b/test/test_api_counter_v2_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_api_key_out.py b/test/test_api_key_out.py index b8a0737..5351b24 100644 --- a/test/test_api_key_out.py +++ b/test/test_api_key_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_api_period_usage_out.py b/test/test_api_period_usage_out.py index 26ace59..7e14240 100644 --- a/test/test_api_period_usage_out.py +++ b/test/test_api_period_usage_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_api_plan_out.py b/test/test_api_plan_out.py index a392784..1264b7e 100644 --- a/test/test_api_plan_out.py +++ b/test/test_api_plan_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_api_plan_subscription_out.py b/test/test_api_plan_subscription_out.py index 5b9ec9e..f621e26 100644 --- a/test/test_api_plan_subscription_out.py +++ b/test/test_api_plan_subscription_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_api_plans_out.py b/test/test_api_plans_out.py index ab1f2f4..c825bf3 100644 --- a/test/test_api_plans_out.py +++ b/test/test_api_plans_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_api_service_out.py b/test/test_api_service_out.py index 4082493..8d8c82f 100644 --- a/test/test_api_service_out.py +++ b/test/test_api_service_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_api_services_out.py b/test/test_api_services_out.py index 6278239..f5c77c2 100644 --- a/test/test_api_services_out.py +++ b/test/test_api_services_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_api_usage_aggregated_out.py b/test/test_api_usage_aggregated_out.py index ee280af..0f36d73 100644 --- a/test/test_api_usage_aggregated_out.py +++ b/test/test_api_usage_aggregated_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_first_last_name_diasporaed_out.py b/test/test_batch_first_last_name_diasporaed_out.py index bbcc75b..b4b0343 100644 --- a/test/test_batch_first_last_name_diasporaed_out.py +++ b/test/test_batch_first_last_name_diasporaed_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_first_last_name_gender_in.py b/test/test_batch_first_last_name_gender_in.py index 0031864..44d6457 100644 --- a/test/test_batch_first_last_name_gender_in.py +++ b/test/test_batch_first_last_name_gender_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_first_last_name_gendered_out.py b/test/test_batch_first_last_name_gendered_out.py index 8c4c9f5..4daa7e2 100644 --- a/test/test_batch_first_last_name_gendered_out.py +++ b/test/test_batch_first_last_name_gendered_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_first_last_name_geo_in.py b/test/test_batch_first_last_name_geo_in.py index 6f3fde1..243593c 100644 --- a/test/test_batch_first_last_name_geo_in.py +++ b/test/test_batch_first_last_name_geo_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_first_last_name_geo_zipped_in.py b/test/test_batch_first_last_name_geo_zipped_in.py index 823e841..1f40ece 100644 --- a/test/test_batch_first_last_name_geo_zipped_in.py +++ b/test/test_batch_first_last_name_geo_zipped_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_first_last_name_in.py b/test/test_batch_first_last_name_in.py index ce0499f..64e7350 100644 --- a/test/test_batch_first_last_name_in.py +++ b/test/test_batch_first_last_name_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_first_last_name_origined_out.py b/test/test_batch_first_last_name_origined_out.py index 894e777..159405e 100644 --- a/test/test_batch_first_last_name_origined_out.py +++ b/test/test_batch_first_last_name_origined_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_first_last_name_phone_coded_out.py b/test/test_batch_first_last_name_phone_coded_out.py index 1aa9589..9e6901d 100644 --- a/test/test_batch_first_last_name_phone_coded_out.py +++ b/test/test_batch_first_last_name_phone_coded_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_first_last_name_phone_number_geo_in.py b/test/test_batch_first_last_name_phone_number_geo_in.py index 514c6b3..ee47573 100644 --- a/test/test_batch_first_last_name_phone_number_geo_in.py +++ b/test/test_batch_first_last_name_phone_number_geo_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_first_last_name_phone_number_in.py b/test/test_batch_first_last_name_phone_number_in.py index 65e6f67..7aa7319 100644 --- a/test/test_batch_first_last_name_phone_number_in.py +++ b/test/test_batch_first_last_name_phone_number_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_first_last_name_us_race_ethnicity_out.py b/test/test_batch_first_last_name_us_race_ethnicity_out.py index b5fb89f..70eb28d 100644 --- a/test/test_batch_first_last_name_us_race_ethnicity_out.py +++ b/test/test_batch_first_last_name_us_race_ethnicity_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_match_personal_first_last_name_in.py b/test/test_batch_match_personal_first_last_name_in.py index c663702..55821ce 100644 --- a/test/test_batch_match_personal_first_last_name_in.py +++ b/test/test_batch_match_personal_first_last_name_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_name_match_candidates_out.py b/test/test_batch_name_match_candidates_out.py index 3fd58f6..5b21ef2 100644 --- a/test/test_batch_name_match_candidates_out.py +++ b/test/test_batch_name_match_candidates_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_name_matched_out.py b/test/test_batch_name_matched_out.py index fed145a..74b8030 100644 --- a/test/test_batch_name_matched_out.py +++ b/test/test_batch_name_matched_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_parsed_full_name_geo_in.py b/test/test_batch_parsed_full_name_geo_in.py index 87b9d2b..0763389 100644 --- a/test/test_batch_parsed_full_name_geo_in.py +++ b/test/test_batch_parsed_full_name_geo_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_parsed_full_name_in.py b/test/test_batch_parsed_full_name_in.py index 44aa622..cd7a48f 100644 --- a/test/test_batch_parsed_full_name_in.py +++ b/test/test_batch_parsed_full_name_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_personal_name_gendered_out.py b/test/test_batch_personal_name_gendered_out.py index 321946e..e338095 100644 --- a/test/test_batch_personal_name_gendered_out.py +++ b/test/test_batch_personal_name_gendered_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_personal_name_geo_in.py b/test/test_batch_personal_name_geo_in.py index efc3c8f..20a706f 100644 --- a/test/test_batch_personal_name_geo_in.py +++ b/test/test_batch_personal_name_geo_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_personal_name_geo_out.py b/test/test_batch_personal_name_geo_out.py index 020691d..6b7d3cf 100644 --- a/test/test_batch_personal_name_geo_out.py +++ b/test/test_batch_personal_name_geo_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_personal_name_in.py b/test/test_batch_personal_name_in.py index 8731f6e..a447c82 100644 --- a/test/test_batch_personal_name_in.py +++ b/test/test_batch_personal_name_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_batch_personal_name_parsed_out.py b/test/test_batch_personal_name_parsed_out.py index d2ea99a..e5e5efa 100644 --- a/test/test_batch_personal_name_parsed_out.py +++ b/test/test_batch_personal_name_parsed_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_billing_history_out.py b/test/test_billing_history_out.py index 9750c66..1e1346c 100644 --- a/test/test_billing_history_out.py +++ b/test/test_billing_history_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_billing_info_in_out.py b/test/test_billing_info_in_out.py index 0853536..2cf80d0 100644 --- a/test/test_billing_info_in_out.py +++ b/test/test_billing_info_in_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_chinese_api.py b/test/test_chinese_api.py index f0c5df2..4fadc90 100644 --- a/test/test_chinese_api.py +++ b/test/test_chinese_api.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_classifier_metrics_out.py b/test/test_classifier_metrics_out.py index 35fc949..dde45d9 100644 --- a/test/test_classifier_metrics_out.py +++ b/test/test_classifier_metrics_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_currencies_out.py b/test/test_currencies_out.py index fc2d2e9..9a3f9c3 100644 --- a/test/test_currencies_out.py +++ b/test/test_currencies_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_deploy_ui_out.py b/test/test_deploy_ui_out.py index a61acea..5e21d54 100644 --- a/test/test_deploy_ui_out.py +++ b/test/test_deploy_ui_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_expected_class_metrics_out.py b/test/test_expected_class_metrics_out.py index bde7057..6f418ca 100644 --- a/test/test_expected_class_metrics_out.py +++ b/test/test_expected_class_metrics_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_feedback_loop_out.py b/test/test_feedback_loop_out.py index fc5ce4d..c3e94ba 100644 --- a/test/test_feedback_loop_out.py +++ b/test/test_feedback_loop_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_first_last_name_diasporaed_out.py b/test/test_first_last_name_diasporaed_out.py index 456b27f..306c9fc 100644 --- a/test/test_first_last_name_diasporaed_out.py +++ b/test/test_first_last_name_diasporaed_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_first_last_name_gender_in.py b/test/test_first_last_name_gender_in.py index 685ea7c..52d6671 100644 --- a/test/test_first_last_name_gender_in.py +++ b/test/test_first_last_name_gender_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_first_last_name_gendered_out.py b/test/test_first_last_name_gendered_out.py index 091bee2..afe0e55 100644 --- a/test/test_first_last_name_gendered_out.py +++ b/test/test_first_last_name_gendered_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_first_last_name_geo_in.py b/test/test_first_last_name_geo_in.py index c82d988..361f9f5 100644 --- a/test/test_first_last_name_geo_in.py +++ b/test/test_first_last_name_geo_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_first_last_name_geo_zipped_in.py b/test/test_first_last_name_geo_zipped_in.py index 3bc0630..bb1447b 100644 --- a/test/test_first_last_name_geo_zipped_in.py +++ b/test/test_first_last_name_geo_zipped_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_first_last_name_in.py b/test/test_first_last_name_in.py index b23e09f..6fe1560 100644 --- a/test/test_first_last_name_in.py +++ b/test/test_first_last_name_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_first_last_name_origined_out.py b/test/test_first_last_name_origined_out.py index 2a3473d..3a67d93 100644 --- a/test/test_first_last_name_origined_out.py +++ b/test/test_first_last_name_origined_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_first_last_name_out.py b/test/test_first_last_name_out.py index 3aad548..87a48e7 100644 --- a/test/test_first_last_name_out.py +++ b/test/test_first_last_name_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_first_last_name_phone_coded_out.py b/test/test_first_last_name_phone_coded_out.py index 6b0fbb7..773768b 100644 --- a/test/test_first_last_name_phone_coded_out.py +++ b/test/test_first_last_name_phone_coded_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_first_last_name_phone_number_geo_in.py b/test/test_first_last_name_phone_number_geo_in.py index 509f73c..c3334be 100644 --- a/test/test_first_last_name_phone_number_geo_in.py +++ b/test/test_first_last_name_phone_number_geo_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_first_last_name_phone_number_in.py b/test/test_first_last_name_phone_number_in.py index ad82d73..8252357 100644 --- a/test/test_first_last_name_phone_number_in.py +++ b/test/test_first_last_name_phone_number_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_first_last_name_us_race_ethnicity_out.py b/test/test_first_last_name_us_race_ethnicity_out.py index cebe2bc..94620e1 100644 --- a/test/test_first_last_name_us_race_ethnicity_out.py +++ b/test/test_first_last_name_us_race_ethnicity_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_inline_object.py b/test/test_inline_object.py index 106cf23..c11cac4 100644 --- a/test/test_inline_object.py +++ b/test/test_inline_object.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_invoice_item_out.py b/test/test_invoice_item_out.py index 575d15c..fc535ea 100644 --- a/test/test_invoice_item_out.py +++ b/test/test_invoice_item_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_invoice_out.py b/test/test_invoice_out.py index 95a2d89..dc53829 100644 --- a/test/test_invoice_out.py +++ b/test/test_invoice_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_match_personal_first_last_name_in.py b/test/test_match_personal_first_last_name_in.py index 77148f0..32cd072 100644 --- a/test/test_match_personal_first_last_name_in.py +++ b/test/test_match_personal_first_last_name_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_nam_sor_counter_out.py b/test/test_nam_sor_counter_out.py index 1fb48cb..781a8c3 100644 --- a/test/test_nam_sor_counter_out.py +++ b/test/test_nam_sor_counter_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_name_match_candidate_out.py b/test/test_name_match_candidate_out.py index 9f14b0a..4b48266 100644 --- a/test/test_name_match_candidate_out.py +++ b/test/test_name_match_candidate_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_name_match_candidates_out.py b/test/test_name_match_candidates_out.py index 52459b8..d01d097 100644 --- a/test/test_name_match_candidates_out.py +++ b/test/test_name_match_candidates_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_name_matched_out.py b/test/test_name_matched_out.py index 3e8e405..971717e 100644 --- a/test/test_name_matched_out.py +++ b/test/test_name_matched_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_parsed_full_name_geo_in.py b/test/test_parsed_full_name_geo_in.py index e67cbbd..8d8cd91 100644 --- a/test/test_parsed_full_name_geo_in.py +++ b/test/test_parsed_full_name_geo_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_parsed_full_name_in.py b/test/test_parsed_full_name_in.py index d751385..be7131f 100644 --- a/test/test_parsed_full_name_in.py +++ b/test/test_parsed_full_name_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_personal_api.py b/test/test_personal_api.py index 259784d..82c1a55 100644 --- a/test/test_personal_api.py +++ b/test/test_personal_api.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_personal_name_gendered_out.py b/test/test_personal_name_gendered_out.py index 55092c1..5f50b50 100644 --- a/test/test_personal_name_gendered_out.py +++ b/test/test_personal_name_gendered_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_personal_name_geo_in.py b/test/test_personal_name_geo_in.py index 1da6f46..6bca020 100644 --- a/test/test_personal_name_geo_in.py +++ b/test/test_personal_name_geo_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_personal_name_geo_out.py b/test/test_personal_name_geo_out.py index 655053d..378f9fd 100644 --- a/test/test_personal_name_geo_out.py +++ b/test/test_personal_name_geo_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_personal_name_in.py b/test/test_personal_name_in.py index 1fb0b2e..8c86e36 100644 --- a/test/test_personal_name_in.py +++ b/test/test_personal_name_in.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_personal_name_parsed_out.py b/test/test_personal_name_parsed_out.py index ea8bfa3..01fecec 100644 --- a/test/test_personal_name_parsed_out.py +++ b/test/test_personal_name_parsed_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_romanized_name_out.py b/test/test_romanized_name_out.py index 5bf980d..1d9b3f8 100644 --- a/test/test_romanized_name_out.py +++ b/test/test_romanized_name_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_social_api.py b/test/test_social_api.py index 4271133..a622832 100644 --- a/test/test_social_api.py +++ b/test/test_social_api.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_software_version_out.py b/test/test_software_version_out.py index 49ef4b2..2dae82f 100644 --- a/test/test_software_version_out.py +++ b/test/test_software_version_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_source_detailed_metrics_out.py b/test/test_source_detailed_metrics_out.py index ead2f92..966203b 100644 --- a/test/test_source_detailed_metrics_out.py +++ b/test/test_source_detailed_metrics_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_source_metrics_out.py b/test/test_source_metrics_out.py index 63122db..84f5e42 100644 --- a/test/test_source_metrics_out.py +++ b/test/test_source_metrics_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_stripe_card_out.py b/test/test_stripe_card_out.py index 28fd9f4..80b4ba6 100644 --- a/test/test_stripe_card_out.py +++ b/test/test_stripe_card_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_stripe_customer_out.py b/test/test_stripe_customer_out.py index a75af08..461d837 100644 --- a/test/test_stripe_customer_out.py +++ b/test/test_stripe_customer_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_system_metrics_out.py b/test/test_system_metrics_out.py index d19cd4a..e3c9d98 100644 --- a/test/test_system_metrics_out.py +++ b/test/test_system_metrics_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_user_info_out.py b/test/test_user_info_out.py index c6abc07..cb96108 100644 --- a/test/test_user_info_out.py +++ b/test/test_user_info_out.py @@ -5,7 +5,7 @@ NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. Use GET methods for small tests, but prefer POST methods for higher throughput (batch processing of up to 100 names at a time). Need something you can't find here? We have many more features coming soon. Let us know, we'll do our best to add it! # noqa: E501 - OpenAPI spec version: 2.0.6 + OpenAPI spec version: 2.0.7 Contact: contact@namsor.com Generated by: https://openapi-generator.tech """