hostinger-api 0.0.15__tar.gz → 0.0.17__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/PKG-INFO +9 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/README.md +8 -0
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/__init__.py +7 -2
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/__init__.py +1 -0
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/billing_catalog_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/billing_orders_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/billing_payment_methods_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/billing_subscriptions_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/dns_snapshot_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/dns_zone_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/domains_availability_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/domains_forwarding_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/domains_portfolio_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/domains_whois_api.py +1 -1
- hostinger_api-0.0.17/hostinger_api/api/reach_contacts_api.py +1141 -0
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/vps_actions_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/vps_backups_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/vps_data_centers_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/vps_docker_manager_api.py +7 -7
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/vps_firewall_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/vps_malware_scanner_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/vps_post_install_scripts_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/vps_public_keys_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/vps_recovery_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/vps_snapshots_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/vps_virtual_machine_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/vpsos_templates_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/vpsptr_records_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api_client.py +2 -2
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/configuration.py +3 -3
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/exceptions.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/__init__.py +5 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/billing_v1_catalog_catalog_item_price_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/billing_v1_catalog_catalog_item_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/billing_v1_order_order_billing_address_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/billing_v1_order_order_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/billing_v1_order_store_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/billing_v1_order_store_request_items_inner.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/billing_v1_order_virtual_machine_order_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/billing_v1_payment_method_payment_method_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/billing_v1_subscription_cancel_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/billing_v1_subscription_subscription_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/common_schema_pagination_meta_schema.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/common_success_empty_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/dnsv1_snapshot_snapshot_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/dnsv1_snapshot_snapshot_with_content_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/dnsv1_zone_destroy_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/dnsv1_zone_destroy_request_filters_inner.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/dnsv1_zone_name_record_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/dnsv1_zone_record_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/dnsv1_zone_reset_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/dnsv1_zone_update_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/dnsv1_zone_update_request_zone_inner.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/dnsv1_zone_update_request_zone_inner_records_inner.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/domains_v1_availability_availability_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/domains_v1_availability_availability_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/domains_v1_domain_domain_extended_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/domains_v1_domain_domain_extended_resource_domain_contacts.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/domains_v1_domain_domain_extended_resource_name_servers.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/domains_v1_domain_domain_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/domains_v1_forwarding_forwarding_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/domains_v1_forwarding_store_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/domains_v1_portfolio_purchase_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/domains_v1_portfolio_purchase_request_domain_contacts.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/domains_v1_portfolio_update_nameservers_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/domains_v1_whois_profile_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/domains_v1_whois_store_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/inline_object.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/inline_object1.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/inline_object2.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/inline_object2_errors.py +1 -1
- hostinger_api-0.0.17/hostinger_api/models/reach_list_contacts_v1200_response.py +99 -0
- hostinger_api-0.0.17/hostinger_api/models/reach_v1_contacts_contact_resource.py +131 -0
- hostinger_api-0.0.17/hostinger_api/models/reach_v1_contacts_groups_contact_group_resource.py +87 -0
- hostinger_api-0.0.17/hostinger_api/models/reach_v1_contacts_store_request.py +114 -0
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vps_get_actions_v1200_response.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vps_get_backups_v1200_response.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vps_get_firewall_list_v1200_response.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vps_get_post_install_scripts_v1200_response.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vps_get_public_keys_v1200_response.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_action_action_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_backup_backup_resource.py +6 -2
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_data_center_data_center_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_docker_manager_container_port_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_docker_manager_container_resource.py +14 -2
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_docker_manager_container_stats_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_docker_manager_content_resource.py +10 -3
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_docker_manager_log_entry_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_docker_manager_logs_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_docker_manager_project_resource.py +13 -3
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_firewall_firewall_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_firewall_firewall_rule_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_firewall_rules_store_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_firewall_store_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_ip_address_ip_address_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_malware_metrics_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_metrics_metrics_collection.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_metrics_metrics_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_post_install_script_post_install_script_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_post_install_script_store_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_public_key_attach_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_public_key_public_key_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_public_key_store_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_snapshot_snapshot_resource.py +4 -2
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_template_template_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_virtual_machine_docker_manager_up_request.py +11 -4
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_virtual_machine_hostname_update_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_virtual_machine_metric_get_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_virtual_machine_nameservers_update_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_virtual_machine_panel_password_update_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_virtual_machine_ptr_store_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_virtual_machine_purchase_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_virtual_machine_recovery_start_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_virtual_machine_recreate_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_virtual_machine_root_password_update_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_virtual_machine_setup_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_virtual_machine_setup_request_public_key.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/models/vpsv1_virtual_machine_virtual_machine_resource.py +9 -2
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/rest.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api.egg-info/PKG-INFO +9 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api.egg-info/SOURCES.txt +10 -0
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/pyproject.toml +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/setup.py +2 -2
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_billing_catalog_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_billing_orders_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_billing_payment_methods_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_billing_subscriptions_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_billing_v1_catalog_catalog_item_price_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_billing_v1_catalog_catalog_item_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_billing_v1_order_order_billing_address_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_billing_v1_order_order_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_billing_v1_order_store_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_billing_v1_order_store_request_items_inner.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_billing_v1_order_virtual_machine_order_resource.py +2 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_billing_v1_payment_method_payment_method_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_billing_v1_subscription_cancel_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_billing_v1_subscription_subscription_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_common_schema_pagination_meta_schema.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_common_success_empty_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_dns_snapshot_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_dns_zone_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_dnsv1_snapshot_snapshot_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_dnsv1_snapshot_snapshot_with_content_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_dnsv1_zone_destroy_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_dnsv1_zone_destroy_request_filters_inner.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_dnsv1_zone_name_record_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_dnsv1_zone_record_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_dnsv1_zone_reset_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_dnsv1_zone_update_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_dnsv1_zone_update_request_zone_inner.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_dnsv1_zone_update_request_zone_inner_records_inner.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_domains_availability_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_domains_forwarding_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_domains_portfolio_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_domains_v1_availability_availability_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_domains_v1_availability_availability_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_domains_v1_domain_domain_extended_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_domains_v1_domain_domain_extended_resource_domain_contacts.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_domains_v1_domain_domain_extended_resource_name_servers.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_domains_v1_domain_domain_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_domains_v1_forwarding_forwarding_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_domains_v1_forwarding_store_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_domains_v1_portfolio_purchase_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_domains_v1_portfolio_purchase_request_domain_contacts.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_domains_v1_portfolio_update_nameservers_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_domains_v1_whois_profile_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_domains_v1_whois_store_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_domains_whois_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_inline_object.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_inline_object1.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_inline_object2.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_inline_object2_errors.py +1 -1
- hostinger_api-0.0.17/test/test_reach_contacts_api.py +57 -0
- hostinger_api-0.0.17/test/test_reach_list_contacts_v1200_response.py +63 -0
- hostinger_api-0.0.17/test/test_reach_v1_contacts_contact_resource.py +56 -0
- hostinger_api-0.0.17/test/test_reach_v1_contacts_groups_contact_group_resource.py +50 -0
- hostinger_api-0.0.17/test/test_reach_v1_contacts_store_request.py +56 -0
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vps_actions_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vps_backups_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vps_data_centers_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vps_docker_manager_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vps_firewall_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vps_get_actions_v1200_response.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vps_get_backups_v1200_response.py +4 -2
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vps_get_firewall_list_v1200_response.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vps_get_post_install_scripts_v1200_response.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vps_get_public_keys_v1200_response.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vps_malware_scanner_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vps_post_install_scripts_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vps_public_keys_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vps_recovery_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vps_snapshots_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vps_virtual_machine_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsos_templates_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsptr_records_api.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_action_action_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_backup_backup_resource.py +4 -2
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_data_center_data_center_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_docker_manager_container_port_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_docker_manager_container_resource.py +2 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_docker_manager_container_stats_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_docker_manager_content_resource.py +4 -2
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_docker_manager_log_entry_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_docker_manager_logs_resource.py +1 -1
- hostinger_api-0.0.17/test/test_vpsv1_docker_manager_project_resource.py +81 -0
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_firewall_firewall_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_firewall_firewall_rule_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_firewall_rules_store_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_firewall_store_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_ip_address_ip_address_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_malware_metrics_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_metrics_metrics_collection.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_metrics_metrics_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_post_install_script_post_install_script_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_post_install_script_store_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_public_key_attach_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_public_key_public_key_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_public_key_store_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_snapshot_snapshot_resource.py +2 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_template_template_resource.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_virtual_machine_docker_manager_up_request.py +3 -2
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_virtual_machine_hostname_update_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_virtual_machine_metric_get_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_virtual_machine_nameservers_update_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_virtual_machine_panel_password_update_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_virtual_machine_ptr_store_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_virtual_machine_purchase_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_virtual_machine_recovery_start_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_virtual_machine_recreate_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_virtual_machine_root_password_update_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_virtual_machine_setup_request.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_virtual_machine_setup_request_public_key.py +1 -1
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/test/test_vpsv1_virtual_machine_virtual_machine_resource.py +2 -1
- hostinger_api-0.0.15/test/test_vpsv1_docker_manager_project_resource.py +0 -52
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api_response.py +0 -0
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/py.typed +0 -0
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api.egg-info/dependency_links.txt +0 -0
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api.egg-info/requires.txt +0 -0
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api.egg-info/top_level.txt +0 -0
- {hostinger_api-0.0.15 → hostinger_api-0.0.17}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hostinger_api
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.17
|
|
4
4
|
Summary: Hostinger API
|
|
5
5
|
Home-page: https://github.com/hostinger/api-python-sdk
|
|
6
6
|
Author: Hostinger
|
|
@@ -140,6 +140,10 @@ Class | Method | HTTP request | Description
|
|
|
140
140
|
*DomainsWHOISApi* | [**get_whois_profile_list_v1**](docs/DomainsWHOISApi.md#get_whois_profile_list_v1) | **GET** /api/domains/v1/whois | Get WHOIS profile list
|
|
141
141
|
*DomainsWHOISApi* | [**get_whois_profile_usage_v1**](docs/DomainsWHOISApi.md#get_whois_profile_usage_v1) | **GET** /api/domains/v1/whois/{whoisId}/usage | Get WHOIS profile usage
|
|
142
142
|
*DomainsWHOISApi* | [**get_whois_profile_v1**](docs/DomainsWHOISApi.md#get_whois_profile_v1) | **GET** /api/domains/v1/whois/{whoisId} | Get WHOIS profile
|
|
143
|
+
*ReachContactsApi* | [**create_a_new_contact_v1**](docs/ReachContactsApi.md#create_a_new_contact_v1) | **POST** /api/reach/v1/contacts | Create a new contact
|
|
144
|
+
*ReachContactsApi* | [**delete_a_contact_v1**](docs/ReachContactsApi.md#delete_a_contact_v1) | **DELETE** /api/reach/v1/contacts/{uuid} | Delete a contact
|
|
145
|
+
*ReachContactsApi* | [**list_contact_groups_v1**](docs/ReachContactsApi.md#list_contact_groups_v1) | **GET** /api/reach/v1/contacts/groups | List contact groups
|
|
146
|
+
*ReachContactsApi* | [**list_contacts_v1**](docs/ReachContactsApi.md#list_contacts_v1) | **GET** /api/reach/v1/contacts | List contacts
|
|
143
147
|
*VPSActionsApi* | [**get_action_details_v1**](docs/VPSActionsApi.md#get_action_details_v1) | **GET** /api/vps/v1/virtual-machines/{virtualMachineId}/actions/{actionId} | Get action details
|
|
144
148
|
*VPSActionsApi* | [**get_actions_v1**](docs/VPSActionsApi.md#get_actions_v1) | **GET** /api/vps/v1/virtual-machines/{virtualMachineId}/actions | Get actions
|
|
145
149
|
*VPSBackupsApi* | [**get_backups_v1**](docs/VPSBackupsApi.md#get_backups_v1) | **GET** /api/vps/v1/virtual-machines/{virtualMachineId}/backups | Get backups
|
|
@@ -245,6 +249,10 @@ Class | Method | HTTP request | Description
|
|
|
245
249
|
- [InlineObject1](docs/InlineObject1.md)
|
|
246
250
|
- [InlineObject2](docs/InlineObject2.md)
|
|
247
251
|
- [InlineObject2Errors](docs/InlineObject2Errors.md)
|
|
252
|
+
- [ReachListContactsV1200Response](docs/ReachListContactsV1200Response.md)
|
|
253
|
+
- [ReachV1ContactsContactResource](docs/ReachV1ContactsContactResource.md)
|
|
254
|
+
- [ReachV1ContactsGroupsContactGroupResource](docs/ReachV1ContactsGroupsContactGroupResource.md)
|
|
255
|
+
- [ReachV1ContactsStoreRequest](docs/ReachV1ContactsStoreRequest.md)
|
|
248
256
|
- [VPSGetActionsV1200Response](docs/VPSGetActionsV1200Response.md)
|
|
249
257
|
- [VPSGetBackupsV1200Response](docs/VPSGetBackupsV1200Response.md)
|
|
250
258
|
- [VPSGetFirewallListV1200Response](docs/VPSGetFirewallListV1200Response.md)
|
|
@@ -116,6 +116,10 @@ Class | Method | HTTP request | Description
|
|
|
116
116
|
*DomainsWHOISApi* | [**get_whois_profile_list_v1**](docs/DomainsWHOISApi.md#get_whois_profile_list_v1) | **GET** /api/domains/v1/whois | Get WHOIS profile list
|
|
117
117
|
*DomainsWHOISApi* | [**get_whois_profile_usage_v1**](docs/DomainsWHOISApi.md#get_whois_profile_usage_v1) | **GET** /api/domains/v1/whois/{whoisId}/usage | Get WHOIS profile usage
|
|
118
118
|
*DomainsWHOISApi* | [**get_whois_profile_v1**](docs/DomainsWHOISApi.md#get_whois_profile_v1) | **GET** /api/domains/v1/whois/{whoisId} | Get WHOIS profile
|
|
119
|
+
*ReachContactsApi* | [**create_a_new_contact_v1**](docs/ReachContactsApi.md#create_a_new_contact_v1) | **POST** /api/reach/v1/contacts | Create a new contact
|
|
120
|
+
*ReachContactsApi* | [**delete_a_contact_v1**](docs/ReachContactsApi.md#delete_a_contact_v1) | **DELETE** /api/reach/v1/contacts/{uuid} | Delete a contact
|
|
121
|
+
*ReachContactsApi* | [**list_contact_groups_v1**](docs/ReachContactsApi.md#list_contact_groups_v1) | **GET** /api/reach/v1/contacts/groups | List contact groups
|
|
122
|
+
*ReachContactsApi* | [**list_contacts_v1**](docs/ReachContactsApi.md#list_contacts_v1) | **GET** /api/reach/v1/contacts | List contacts
|
|
119
123
|
*VPSActionsApi* | [**get_action_details_v1**](docs/VPSActionsApi.md#get_action_details_v1) | **GET** /api/vps/v1/virtual-machines/{virtualMachineId}/actions/{actionId} | Get action details
|
|
120
124
|
*VPSActionsApi* | [**get_actions_v1**](docs/VPSActionsApi.md#get_actions_v1) | **GET** /api/vps/v1/virtual-machines/{virtualMachineId}/actions | Get actions
|
|
121
125
|
*VPSBackupsApi* | [**get_backups_v1**](docs/VPSBackupsApi.md#get_backups_v1) | **GET** /api/vps/v1/virtual-machines/{virtualMachineId}/backups | Get backups
|
|
@@ -221,6 +225,10 @@ Class | Method | HTTP request | Description
|
|
|
221
225
|
- [InlineObject1](docs/InlineObject1.md)
|
|
222
226
|
- [InlineObject2](docs/InlineObject2.md)
|
|
223
227
|
- [InlineObject2Errors](docs/InlineObject2Errors.md)
|
|
228
|
+
- [ReachListContactsV1200Response](docs/ReachListContactsV1200Response.md)
|
|
229
|
+
- [ReachV1ContactsContactResource](docs/ReachV1ContactsContactResource.md)
|
|
230
|
+
- [ReachV1ContactsGroupsContactGroupResource](docs/ReachV1ContactsGroupsContactGroupResource.md)
|
|
231
|
+
- [ReachV1ContactsStoreRequest](docs/ReachV1ContactsStoreRequest.md)
|
|
224
232
|
- [VPSGetActionsV1200Response](docs/VPSGetActionsV1200Response.md)
|
|
225
233
|
- [VPSGetBackupsV1200Response](docs/VPSGetBackupsV1200Response.md)
|
|
226
234
|
- [VPSGetFirewallListV1200Response](docs/VPSGetFirewallListV1200Response.md)
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
"""
|
|
6
6
|
Hostinger API Python SDK
|
|
7
7
|
|
|
8
|
-
API Version: 0.
|
|
8
|
+
API Version: 0.1.7
|
|
9
9
|
|
|
10
10
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
11
11
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
12
12
|
""" # noqa: E501
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
__version__ = "0.0.
|
|
15
|
+
__version__ = "0.0.17"
|
|
16
16
|
|
|
17
17
|
# import apis into sdk package
|
|
18
18
|
from hostinger_api.api.billing_catalog_api import BillingCatalogApi
|
|
@@ -25,6 +25,7 @@ from hostinger_api.api.domains_availability_api import DomainsAvailabilityApi
|
|
|
25
25
|
from hostinger_api.api.domains_forwarding_api import DomainsForwardingApi
|
|
26
26
|
from hostinger_api.api.domains_portfolio_api import DomainsPortfolioApi
|
|
27
27
|
from hostinger_api.api.domains_whois_api import DomainsWHOISApi
|
|
28
|
+
from hostinger_api.api.reach_contacts_api import ReachContactsApi
|
|
28
29
|
from hostinger_api.api.vps_actions_api import VPSActionsApi
|
|
29
30
|
from hostinger_api.api.vps_backups_api import VPSBackupsApi
|
|
30
31
|
from hostinger_api.api.vps_data_centers_api import VPSDataCentersApi
|
|
@@ -90,6 +91,10 @@ from hostinger_api.models.inline_object import InlineObject
|
|
|
90
91
|
from hostinger_api.models.inline_object1 import InlineObject1
|
|
91
92
|
from hostinger_api.models.inline_object2 import InlineObject2
|
|
92
93
|
from hostinger_api.models.inline_object2_errors import InlineObject2Errors
|
|
94
|
+
from hostinger_api.models.reach_list_contacts_v1200_response import ReachListContactsV1200Response
|
|
95
|
+
from hostinger_api.models.reach_v1_contacts_contact_resource import ReachV1ContactsContactResource
|
|
96
|
+
from hostinger_api.models.reach_v1_contacts_groups_contact_group_resource import ReachV1ContactsGroupsContactGroupResource
|
|
97
|
+
from hostinger_api.models.reach_v1_contacts_store_request import ReachV1ContactsStoreRequest
|
|
93
98
|
from hostinger_api.models.vps_get_actions_v1200_response import VPSGetActionsV1200Response
|
|
94
99
|
from hostinger_api.models.vps_get_backups_v1200_response import VPSGetBackupsV1200Response
|
|
95
100
|
from hostinger_api.models.vps_get_firewall_list_v1200_response import VPSGetFirewallListV1200Response
|
|
@@ -11,6 +11,7 @@ from hostinger_api.api.domains_availability_api import DomainsAvailabilityApi
|
|
|
11
11
|
from hostinger_api.api.domains_forwarding_api import DomainsForwardingApi
|
|
12
12
|
from hostinger_api.api.domains_portfolio_api import DomainsPortfolioApi
|
|
13
13
|
from hostinger_api.api.domains_whois_api import DomainsWHOISApi
|
|
14
|
+
from hostinger_api.api.reach_contacts_api import ReachContactsApi
|
|
14
15
|
from hostinger_api.api.vps_actions_api import VPSActionsApi
|
|
15
16
|
from hostinger_api.api.vps_backups_api import VPSBackupsApi
|
|
16
17
|
from hostinger_api.api.vps_data_centers_api import VPSDataCentersApi
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.
|
|
6
|
+
API Version: 0.1.7
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.
|
|
6
|
+
API Version: 0.1.7
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
{hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/billing_payment_methods_api.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.
|
|
6
|
+
API Version: 0.1.7
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
{hostinger_api-0.0.15 → hostinger_api-0.0.17}/hostinger_api/api/billing_subscriptions_api.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.
|
|
6
|
+
API Version: 0.1.7
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.
|
|
6
|
+
API Version: 0.1.7
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.
|
|
6
|
+
API Version: 0.1.7
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.
|
|
6
|
+
API Version: 0.1.7
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.
|
|
6
|
+
API Version: 0.1.7
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.
|
|
6
|
+
API Version: 0.1.7
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.
|
|
6
|
+
API Version: 0.1.7
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|