hostinger-api 1.0.0__tar.gz → 1.0.2__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-1.0.2/PKG-INFO +26 -0
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/README.md +7 -7
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/__init__.py +2 -2
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api/billing_catalog_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api/billing_orders_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api/billing_payment_methods_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api/billing_subscriptions_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api/domains_portfolio_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api/vps_actions_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api/vps_backups_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api/vps_data_centers_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api/vps_firewall_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api/vps_malware_scanner_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api/vps_post_install_scripts_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api/vps_public_keys_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api/vps_recovery_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api/vps_snapshots_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api/vps_virtual_machine_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api/vpsos_templates_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api/vpsptr_records_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api_client.py +2 -2
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/configuration.py +3 -3
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/exceptions.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/__init__.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/billing_v1_catalog_catalog_item_price_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/billing_v1_catalog_catalog_item_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/billing_v1_order_order_billing_address_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/billing_v1_order_order_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/billing_v1_order_store_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/billing_v1_order_store_request_items_inner.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/billing_v1_payment_method_payment_method_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/billing_v1_subscription_cancel_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/billing_v1_subscription_subscription_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/common_schema_error_response_schema.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/common_schema_pagination_meta_schema.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/common_schema_unauthorized_response_schema.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/common_schema_unprocessable_content_response_schema.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/common_schema_unprocessable_content_response_schema_errors.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/common_success_empty_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/domains_v1_domain_domain_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vps_get_action_list_v1200_response.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vps_get_backup_list_v1200_response.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vps_get_firewall_list_v1200_response.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vps_get_post_install_script_list_v1200_response.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vps_get_public_key_list_v1200_response.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_action_action_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_backup_backup_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_data_center_data_center_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_firewall_firewall_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_firewall_firewall_rule_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_firewall_rules_store_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_firewall_store_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_ip_address_ip_address_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_malware_metrics_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_metrics_metrics_collection.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_metrics_metrics_collection_cpu_usage.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_metrics_metrics_collection_disk_space.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_metrics_metrics_collection_incoming_traffic.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_metrics_metrics_collection_outgoing_traffic.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_metrics_metrics_collection_ram_usage.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_metrics_metrics_collection_uptime.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_metrics_metrics_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_post_install_script_post_install_script_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_post_install_script_store_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_public_key_attach_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_public_key_public_key_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_public_key_store_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_snapshot_snapshot_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_template_template_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_hostname_update_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_metric_get_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_nameservers_update_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_panel_password_update_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_recovery_start_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_recreate_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_root_password_update_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_setup_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_setup_request_public_key.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_virtual_machine_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_virtual_machine_resource_ipv4.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_virtual_machine_resource_ipv6.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_virtual_machine_resource_template.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/rest.py +1 -1
- hostinger_api-1.0.2/hostinger_api.egg-info/PKG-INFO +26 -0
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/pyproject.toml +1 -1
- hostinger_api-1.0.2/setup.py +48 -0
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_billing_catalog_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_billing_orders_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_billing_payment_methods_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_billing_subscriptions_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_billing_v1_catalog_catalog_item_price_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_billing_v1_catalog_catalog_item_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_billing_v1_order_order_billing_address_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_billing_v1_order_order_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_billing_v1_order_store_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_billing_v1_order_store_request_items_inner.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_billing_v1_payment_method_payment_method_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_billing_v1_subscription_cancel_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_billing_v1_subscription_subscription_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_common_schema_error_response_schema.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_common_schema_pagination_meta_schema.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_common_schema_unauthorized_response_schema.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_common_schema_unprocessable_content_response_schema.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_common_schema_unprocessable_content_response_schema_errors.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_common_success_empty_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_domains_portfolio_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_domains_v1_domain_domain_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vps_actions_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vps_backups_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vps_data_centers_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vps_firewall_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vps_get_action_list_v1200_response.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vps_get_backup_list_v1200_response.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vps_get_firewall_list_v1200_response.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vps_get_post_install_script_list_v1200_response.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vps_get_public_key_list_v1200_response.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vps_malware_scanner_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vps_post_install_scripts_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vps_public_keys_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vps_recovery_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vps_snapshots_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vps_virtual_machine_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsos_templates_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsptr_records_api.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_action_action_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_backup_backup_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_data_center_data_center_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_firewall_firewall_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_firewall_firewall_rule_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_firewall_rules_store_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_firewall_store_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_ip_address_ip_address_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_malware_metrics_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_metrics_metrics_collection.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_metrics_metrics_collection_cpu_usage.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_metrics_metrics_collection_disk_space.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_metrics_metrics_collection_incoming_traffic.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_metrics_metrics_collection_outgoing_traffic.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_metrics_metrics_collection_ram_usage.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_metrics_metrics_collection_uptime.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_metrics_metrics_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_post_install_script_post_install_script_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_post_install_script_store_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_public_key_attach_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_public_key_public_key_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_public_key_store_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_snapshot_snapshot_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_template_template_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_hostname_update_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_metric_get_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_nameservers_update_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_panel_password_update_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_recovery_start_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_recreate_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_root_password_update_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_setup_request.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_setup_request_public_key.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_virtual_machine_resource.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_virtual_machine_resource_ipv4.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_virtual_machine_resource_ipv6.py +1 -1
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_virtual_machine_resource_template.py +1 -1
- hostinger_api-1.0.0/PKG-INFO +0 -26
- hostinger_api-1.0.0/hostinger_api.egg-info/PKG-INFO +0 -26
- hostinger_api-1.0.0/setup.py +0 -48
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api/__init__.py +0 -0
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api_response.py +0 -0
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api/py.typed +0 -0
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api.egg-info/SOURCES.txt +0 -0
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api.egg-info/dependency_links.txt +0 -0
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api.egg-info/requires.txt +0 -0
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/hostinger_api.egg-info/top_level.txt +0 -0
- {hostinger_api-1.0.0 → hostinger_api-1.0.2}/setup.cfg +0 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: hostinger_api
|
|
3
|
+
Version: 1.0.2
|
|
4
|
+
Summary: Hostinger API
|
|
5
|
+
Home-page: https://github.com/hostinger/api-python-sdk
|
|
6
|
+
Author: Hostinger
|
|
7
|
+
Author-email: devs@hostinger.com
|
|
8
|
+
License: MIT
|
|
9
|
+
Keywords: hostinger,openapi,python,sdk,rest,api
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
Requires-Dist: urllib3<3.0.0,>=1.25.3
|
|
12
|
+
Requires-Dist: python-dateutil>=2.8.2
|
|
13
|
+
Requires-Dist: pydantic>=2
|
|
14
|
+
Requires-Dist: typing-extensions>=4.7.1
|
|
15
|
+
Dynamic: author
|
|
16
|
+
Dynamic: author-email
|
|
17
|
+
Dynamic: description
|
|
18
|
+
Dynamic: description-content-type
|
|
19
|
+
Dynamic: home-page
|
|
20
|
+
Dynamic: keywords
|
|
21
|
+
Dynamic: license
|
|
22
|
+
Dynamic: requires-dist
|
|
23
|
+
Dynamic: summary
|
|
24
|
+
|
|
25
|
+
> [!caution] > Currently, this API is in beta stage, meaning that breaking changes, while unlikely, might be introduced. > If you encounter any issues or have any feedback, please create an issue on the [Github Repository](https://github.com/hostinger/api/issues). # Overview The Hostinger API provides a comprehensive set of endpoints that allow developers to interact with Hostinger's services programmatically. This API enables you to manage various aspects of your Hostinger account. The Hostinger API is a (mostly) RESTful API that uses standard HTTP methods and status codes. # Authentication The Hostinger API uses tokens for authentication. To authenticate your requests, you need to include a valid bearer token in the Authorization header of your HTTP requests: ```yaml Authorization: Bearer YOUR_API_TOKEN ``` API tokens for individual users can be created and managed from the [VPS page](https://hpanel.hostinger.com/vps) of the Hostinger Panel. Tokens will have same permissions as the owning user. Optionally, tokens can be set to expire after a certain period of time. # Rate Limiting To ensure fair usage and prevent abuse, the API enforces rate limits on the number of requests that can be made within a certain time period. If you exceed the rate limit, you will receive a 429 Too Many Requests response. Rate limit headers are included in the response to help you manage your requests. Your IP address might get temporarily blocked if you exceed the rate limit multiple times. # Parameters All requests sent to API must have the content type `application/json`. `POST`, `PUT`, `PATCH` methods may include a JSON object in the request body. Documentation provides required structure and examples of the object. Some endpoints require path parameters. These parameters are included in the URL path and are marked with curly braces. # Pagination Some endpoints return a large number of items. To make these responses more manageable, the API uses pagination. By default, the API returns50 items per page. The page number can be specified using the `page` query parameter, for example: `/api/vps/v1/public-keys?page=2` # Errors The Hostinger API uses standard HTTP status codes to indicate the success or failure of a request. In case of an error, the API will return a JSON response with an `error` field, containing a human-readable error message. Error responses also contain a `correlation_id` field which can be used to identify the request in case you need to contact support. # Change log For information on the latest changes to the API, please refer to the [change log](https://github.com/hostinger/api/blob/main/CHANGELOG.md). # Support If you have any questions, feedback or feature requests, please create an [issue](https://github.com/hostinger/api/issues) or [discussion](https://github.com/hostinger/api/discussions) on the repository. For any support take a look at our [Github Repository](https://github.com/hostinger/api/), dedicated to the Hostinger API.
|
|
26
|
+
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
> Currently, this API is in beta stage, meaning that breaking changes, while unlikely, might be introduced.
|
|
4
4
|
> If you encounter any issues or have any feedback, please create an issue on the [Github Repository](https://github.com/hostinger/api/issues).
|
|
5
5
|
# Overview
|
|
6
|
-
The Hostinger API provides a comprehensive set of endpoints that allow developers to interact with Hostinger's services programmatically.
|
|
6
|
+
The Hostinger API provides a comprehensive set of endpoints that allow developers to interact with Hostinger's services programmatically.
|
|
7
7
|
This API enables you to manage various aspects of your Hostinger account.
|
|
8
8
|
|
|
9
9
|
The Hostinger API is a (mostly) RESTful API that uses standard HTTP methods and status codes.
|
|
@@ -15,7 +15,7 @@ Authorization: Bearer YOUR_API_TOKEN
|
|
|
15
15
|
API tokens for individual users can be created and managed from the [VPS page](https://hpanel.hostinger.com/vps) of the Hostinger Panel.
|
|
16
16
|
Tokens will have same permissions as the owning user. Optionally, tokens can be set to expire after a certain period of time.
|
|
17
17
|
# Rate Limiting
|
|
18
|
-
To ensure fair usage and prevent abuse, the API enforces rate limits on the number of requests that can be made within a certain time period.
|
|
18
|
+
To ensure fair usage and prevent abuse, the API enforces rate limits on the number of requests that can be made within a certain time period.
|
|
19
19
|
If you exceed the rate limit, you will receive a 429 Too Many Requests response. Rate limit headers are included in the response to help you manage your requests.
|
|
20
20
|
Your IP address might get temporarily blocked if you exceed the rate limit multiple times.
|
|
21
21
|
# Parameters
|
|
@@ -23,8 +23,8 @@ All requests sent to API must have the content type `application/json`. `POST`,
|
|
|
23
23
|
Some endpoints require path parameters. These parameters are included in the URL path and are marked with curly braces.
|
|
24
24
|
# Pagination
|
|
25
25
|
Some endpoints return a large number of items. To make these responses more manageable, the API uses pagination.
|
|
26
|
-
By default, the API
|
|
27
|
-
|
|
26
|
+
By default, the API returns50 items per page.
|
|
27
|
+
|
|
28
28
|
The page number can be specified using the `page` query parameter, for example: `/api/vps/v1/public-keys?page=2`
|
|
29
29
|
# Errors
|
|
30
30
|
The Hostinger API uses standard HTTP status codes to indicate the success or failure of a request.
|
|
@@ -32,7 +32,7 @@ In case of an error, the API will return a JSON response with an `error` field,
|
|
|
32
32
|
Error responses also contain a `correlation_id` field which can be used to identify the request in case you need to contact support.
|
|
33
33
|
# Change log
|
|
34
34
|
For information on the latest changes to the API, please refer to the [change log](https://github.com/hostinger/api/blob/main/CHANGELOG.md).
|
|
35
|
-
# Support
|
|
35
|
+
# Support
|
|
36
36
|
If you have any questions, feedback or feature requests, please create an [issue](https://github.com/hostinger/api/issues) or [discussion](https://github.com/hostinger/api/discussions) on the repository.
|
|
37
37
|
|
|
38
38
|
For any support take a look at our [Github Repository](https://github.com/hostinger/api/), dedicated to the Hostinger API.
|
|
@@ -47,9 +47,9 @@ Python 3.8+
|
|
|
47
47
|
If the python package is hosted on a repository, you can install directly using:
|
|
48
48
|
|
|
49
49
|
```sh
|
|
50
|
-
pip install
|
|
50
|
+
pip install hostinger-api
|
|
51
51
|
```
|
|
52
|
-
(you may need to run `pip` with root permission: `sudo pip install
|
|
52
|
+
(you may need to run `pip` with root permission: `sudo pip install hostinger-api`)
|
|
53
53
|
|
|
54
54
|
Then import the package:
|
|
55
55
|
```python
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
"""
|
|
6
6
|
Hostinger API Python SDK
|
|
7
7
|
|
|
8
|
-
API Version: 0.0.
|
|
8
|
+
API Version: 0.0.3
|
|
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__ = "1.0.
|
|
15
|
+
__version__ = "1.0.2"
|
|
16
16
|
|
|
17
17
|
# import apis into sdk package
|
|
18
18
|
from hostinger_api.api.billing_catalog_api import BillingCatalogApi
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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-1.0.0 → hostinger_api-1.0.2}/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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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-1.0.0 → hostinger_api-1.0.2}/hostinger_api/api/vps_post_install_scripts_api.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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
|
|
@@ -88,7 +88,7 @@ class ApiClient:
|
|
|
88
88
|
self.default_headers[header_name] = header_value
|
|
89
89
|
self.cookie = cookie
|
|
90
90
|
# Set default User-Agent.
|
|
91
|
-
self.user_agent = '
|
|
91
|
+
self.user_agent = 'hostinger_api-python/1.0.2'
|
|
92
92
|
self.client_side_validation = configuration.client_side_validation
|
|
93
93
|
|
|
94
94
|
def __enter__(self):
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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
|
|
@@ -507,8 +507,8 @@ class Configuration:
|
|
|
507
507
|
return "Python SDK Debug Report:\n"\
|
|
508
508
|
"OS: {env}\n"\
|
|
509
509
|
"Python Version: {pyversion}\n"\
|
|
510
|
-
"Version of the API: 0.0.
|
|
511
|
-
"SDK Package Version: 1.0.
|
|
510
|
+
"Version of the API: 0.0.3\n"\
|
|
511
|
+
"SDK Package Version: 1.0.2".\
|
|
512
512
|
format(env=sys.platform, pyversion=sys.version)
|
|
513
513
|
|
|
514
514
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"""
|
|
5
5
|
Hostinger API Python SDK
|
|
6
6
|
|
|
7
|
-
API Version: 0.0.
|
|
7
|
+
API Version: 0.0.3
|
|
8
8
|
|
|
9
9
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
10
10
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/billing_v1_order_order_resource.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/billing_v1_order_store_request.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/common_success_empty_resource.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_action_action_resource.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_backup_backup_resource.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_firewall_firewall_resource.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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-1.0.0 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_firewall_store_request.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.3
|
|
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
|