implement requirements for ordering server

This commit is contained in:
Maxime Van Hees
2025-07-22 12:48:52 +02:00
parent 84aa8cc11d
commit 6cdc468b0a
7 changed files with 273 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
// Get all available products (servers) that we can order and print them in a table
let available_server_products = hetzner.get_server_ordering_product_overview();
available_server_products.pretty_print();