implement requirements for ordering server
This commit is contained in:
3
examples/server_ordering.rhai
Normal file
3
examples/server_ordering.rhai
Normal 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();
|
Reference in New Issue
Block a user