hostinger-api 1.0.1__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.
Files changed (169) hide show
  1. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/PKG-INFO +1 -1
  2. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/README.md +2 -2
  3. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/__init__.py +2 -2
  4. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/api/billing_catalog_api.py +1 -1
  5. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/api/billing_orders_api.py +1 -1
  6. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/api/billing_payment_methods_api.py +1 -1
  7. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/api/billing_subscriptions_api.py +1 -1
  8. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/api/domains_portfolio_api.py +1 -1
  9. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/api/vps_actions_api.py +1 -1
  10. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/api/vps_backups_api.py +1 -1
  11. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/api/vps_data_centers_api.py +1 -1
  12. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/api/vps_firewall_api.py +1 -1
  13. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/api/vps_malware_scanner_api.py +1 -1
  14. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/api/vps_post_install_scripts_api.py +1 -1
  15. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/api/vps_public_keys_api.py +1 -1
  16. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/api/vps_recovery_api.py +1 -1
  17. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/api/vps_snapshots_api.py +1 -1
  18. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/api/vps_virtual_machine_api.py +1 -1
  19. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/api/vpsos_templates_api.py +1 -1
  20. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/api/vpsptr_records_api.py +1 -1
  21. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/api_client.py +2 -2
  22. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/configuration.py +3 -3
  23. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/exceptions.py +1 -1
  24. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/__init__.py +1 -1
  25. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/billing_v1_catalog_catalog_item_price_resource.py +1 -1
  26. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/billing_v1_catalog_catalog_item_resource.py +1 -1
  27. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/billing_v1_order_order_billing_address_resource.py +1 -1
  28. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/billing_v1_order_order_resource.py +1 -1
  29. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/billing_v1_order_store_request.py +1 -1
  30. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/billing_v1_order_store_request_items_inner.py +1 -1
  31. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/billing_v1_payment_method_payment_method_resource.py +1 -1
  32. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/billing_v1_subscription_cancel_request.py +1 -1
  33. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/billing_v1_subscription_subscription_resource.py +1 -1
  34. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/common_schema_error_response_schema.py +1 -1
  35. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/common_schema_pagination_meta_schema.py +1 -1
  36. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/common_schema_unauthorized_response_schema.py +1 -1
  37. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/common_schema_unprocessable_content_response_schema.py +1 -1
  38. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/common_schema_unprocessable_content_response_schema_errors.py +1 -1
  39. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/common_success_empty_resource.py +1 -1
  40. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/domains_v1_domain_domain_resource.py +1 -1
  41. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vps_get_action_list_v1200_response.py +1 -1
  42. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vps_get_backup_list_v1200_response.py +1 -1
  43. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vps_get_firewall_list_v1200_response.py +1 -1
  44. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vps_get_post_install_script_list_v1200_response.py +1 -1
  45. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vps_get_public_key_list_v1200_response.py +1 -1
  46. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_action_action_resource.py +1 -1
  47. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_backup_backup_resource.py +1 -1
  48. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_data_center_data_center_resource.py +1 -1
  49. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_firewall_firewall_resource.py +1 -1
  50. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_firewall_firewall_rule_resource.py +1 -1
  51. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_firewall_rules_store_request.py +1 -1
  52. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_firewall_store_request.py +1 -1
  53. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_ip_address_ip_address_resource.py +1 -1
  54. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_malware_metrics_resource.py +1 -1
  55. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_metrics_metrics_collection.py +1 -1
  56. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_metrics_metrics_collection_cpu_usage.py +1 -1
  57. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_metrics_metrics_collection_disk_space.py +1 -1
  58. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_metrics_metrics_collection_incoming_traffic.py +1 -1
  59. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_metrics_metrics_collection_outgoing_traffic.py +1 -1
  60. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_metrics_metrics_collection_ram_usage.py +1 -1
  61. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_metrics_metrics_collection_uptime.py +1 -1
  62. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_metrics_metrics_resource.py +1 -1
  63. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_post_install_script_post_install_script_resource.py +1 -1
  64. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_post_install_script_store_request.py +1 -1
  65. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_public_key_attach_request.py +1 -1
  66. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_public_key_public_key_resource.py +1 -1
  67. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_public_key_store_request.py +1 -1
  68. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_snapshot_snapshot_resource.py +1 -1
  69. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_template_template_resource.py +1 -1
  70. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_hostname_update_request.py +1 -1
  71. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_metric_get_request.py +1 -1
  72. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_nameservers_update_request.py +1 -1
  73. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_panel_password_update_request.py +1 -1
  74. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_recovery_start_request.py +1 -1
  75. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_recreate_request.py +1 -1
  76. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_root_password_update_request.py +1 -1
  77. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_setup_request.py +1 -1
  78. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_setup_request_public_key.py +1 -1
  79. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_virtual_machine_resource.py +1 -1
  80. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_virtual_machine_resource_ipv4.py +1 -1
  81. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_virtual_machine_resource_ipv6.py +1 -1
  82. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/models/vpsv1_virtual_machine_virtual_machine_resource_template.py +1 -1
  83. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/rest.py +1 -1
  84. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api.egg-info/PKG-INFO +1 -1
  85. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/pyproject.toml +1 -1
  86. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/setup.py +2 -2
  87. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_billing_catalog_api.py +1 -1
  88. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_billing_orders_api.py +1 -1
  89. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_billing_payment_methods_api.py +1 -1
  90. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_billing_subscriptions_api.py +1 -1
  91. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_billing_v1_catalog_catalog_item_price_resource.py +1 -1
  92. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_billing_v1_catalog_catalog_item_resource.py +1 -1
  93. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_billing_v1_order_order_billing_address_resource.py +1 -1
  94. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_billing_v1_order_order_resource.py +1 -1
  95. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_billing_v1_order_store_request.py +1 -1
  96. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_billing_v1_order_store_request_items_inner.py +1 -1
  97. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_billing_v1_payment_method_payment_method_resource.py +1 -1
  98. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_billing_v1_subscription_cancel_request.py +1 -1
  99. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_billing_v1_subscription_subscription_resource.py +1 -1
  100. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_common_schema_error_response_schema.py +1 -1
  101. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_common_schema_pagination_meta_schema.py +1 -1
  102. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_common_schema_unauthorized_response_schema.py +1 -1
  103. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_common_schema_unprocessable_content_response_schema.py +1 -1
  104. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_common_schema_unprocessable_content_response_schema_errors.py +1 -1
  105. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_common_success_empty_resource.py +1 -1
  106. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_domains_portfolio_api.py +1 -1
  107. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_domains_v1_domain_domain_resource.py +1 -1
  108. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vps_actions_api.py +1 -1
  109. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vps_backups_api.py +1 -1
  110. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vps_data_centers_api.py +1 -1
  111. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vps_firewall_api.py +1 -1
  112. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vps_get_action_list_v1200_response.py +1 -1
  113. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vps_get_backup_list_v1200_response.py +1 -1
  114. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vps_get_firewall_list_v1200_response.py +1 -1
  115. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vps_get_post_install_script_list_v1200_response.py +1 -1
  116. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vps_get_public_key_list_v1200_response.py +1 -1
  117. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vps_malware_scanner_api.py +1 -1
  118. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vps_post_install_scripts_api.py +1 -1
  119. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vps_public_keys_api.py +1 -1
  120. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vps_recovery_api.py +1 -1
  121. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vps_snapshots_api.py +1 -1
  122. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vps_virtual_machine_api.py +1 -1
  123. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsos_templates_api.py +1 -1
  124. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsptr_records_api.py +1 -1
  125. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_action_action_resource.py +1 -1
  126. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_backup_backup_resource.py +1 -1
  127. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_data_center_data_center_resource.py +1 -1
  128. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_firewall_firewall_resource.py +1 -1
  129. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_firewall_firewall_rule_resource.py +1 -1
  130. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_firewall_rules_store_request.py +1 -1
  131. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_firewall_store_request.py +1 -1
  132. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_ip_address_ip_address_resource.py +1 -1
  133. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_malware_metrics_resource.py +1 -1
  134. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_metrics_metrics_collection.py +1 -1
  135. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_metrics_metrics_collection_cpu_usage.py +1 -1
  136. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_metrics_metrics_collection_disk_space.py +1 -1
  137. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_metrics_metrics_collection_incoming_traffic.py +1 -1
  138. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_metrics_metrics_collection_outgoing_traffic.py +1 -1
  139. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_metrics_metrics_collection_ram_usage.py +1 -1
  140. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_metrics_metrics_collection_uptime.py +1 -1
  141. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_metrics_metrics_resource.py +1 -1
  142. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_post_install_script_post_install_script_resource.py +1 -1
  143. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_post_install_script_store_request.py +1 -1
  144. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_public_key_attach_request.py +1 -1
  145. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_public_key_public_key_resource.py +1 -1
  146. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_public_key_store_request.py +1 -1
  147. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_snapshot_snapshot_resource.py +1 -1
  148. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_template_template_resource.py +1 -1
  149. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_hostname_update_request.py +1 -1
  150. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_metric_get_request.py +1 -1
  151. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_nameservers_update_request.py +1 -1
  152. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_panel_password_update_request.py +1 -1
  153. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_recovery_start_request.py +1 -1
  154. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_recreate_request.py +1 -1
  155. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_root_password_update_request.py +1 -1
  156. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_setup_request.py +1 -1
  157. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_setup_request_public_key.py +1 -1
  158. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_virtual_machine_resource.py +1 -1
  159. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_virtual_machine_resource_ipv4.py +1 -1
  160. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_virtual_machine_resource_ipv6.py +1 -1
  161. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/test/test_vpsv1_virtual_machine_virtual_machine_resource_template.py +1 -1
  162. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/api/__init__.py +0 -0
  163. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/api_response.py +0 -0
  164. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api/py.typed +0 -0
  165. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api.egg-info/SOURCES.txt +0 -0
  166. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api.egg-info/dependency_links.txt +0 -0
  167. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api.egg-info/requires.txt +0 -0
  168. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/hostinger_api.egg-info/top_level.txt +0 -0
  169. {hostinger_api-1.0.1 → hostinger_api-1.0.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hostinger_api
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Hostinger API
5
5
  Home-page: https://github.com/hostinger/api-python-sdk
6
6
  Author: Hostinger
@@ -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 hostinger_api
50
+ pip install hostinger-api
51
51
  ```
52
- (you may need to run `pip` with root permission: `sudo pip install hostinger_api`)
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.2
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.1"
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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 = 'hostinger_api-python/1.0.1'
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.2
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.2\n"\
511
- "SDK Package Version: 1.0.1".\
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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