cobbler / cobblerclient

Cobbler client library in golang
Apache License 2.0
2 stars 4 forks source link

Add struct for `get_blended_data` XML-RPC API endpoint #40

Closed SchoolGuy closed 1 month ago

SchoolGuy commented 1 month ago

Is your feature request related to a problem?

As a consumer of the XML-RPC API
I want to see the data that the API returns
so that I can display it to the user.

Provide a detailed description of the proposed feature

Create a return struct or expose the data of the XML-RPC endpoint get_blended_data in some kind or form.

Alternatives you've considered

None

Additional information

None