LKDevelopment / hetzner-cloud-php-sdk

A PHP SDK for the Hetzner Cloud API
MIT License
104 stars 51 forks source link

serverType is missing the architecture element #100

Open elindydotcom opened 1 year ago

elindydotcom commented 1 year ago

Hi: The serverType object seem to be missing the architecture element. This is needed to distinguish between ARM and X86 servers. It's in the REST API docs but not seem to be exposed in this PHP API wrapper.

(see https://docs.hetzner.cloud/#server-types).