platformsh / platformsh-client-php

Platform.sh API client for PHP
https://platform.sh
MIT License
25 stars 27 forks source link

Expose `provider` property on `Region` model #42

Closed Kingdutch closed 4 years ago

Kingdutch commented 4 years ago

The provider is a property returned by the API for Regions and could be useful when making decisions about region choice.

See #41 for links to the relevant API docs and an example API response containing the provider field.