linode / linodego

Go client for Linode REST v4 API
MIT License
138 stars 81 forks source link

feat: allow setting root CA from string #563

Closed shanduur closed 1 month ago

shanduur commented 1 month ago

📝 Description

What does this PR do and why is this change necessary?

X-ref to the https://github.com/linode/linode-cosi-driver/issues/69 and https://github.com/linode/linode-cosi-driver/pull/82

✔️ How to Test

What are the steps to reproduce the issue or verify the changes?

It is essentially only exposing the underlying resty method to the Linode Client.

How do I run the relevant unit/integration tests? N/A

shanduur commented 1 month ago

Closing due to Resty -> net/http migration efforts.