linode_api4-python
linode_api4-python copied to clipboard
Official Python bindings for the Linode API
`UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte` when attempting to upload a jpg
## 📝 Description This PR is for adding support of the parent/child account switching API endpoints. ## ✔️ How to Test ### Automated Testing #### Integration Testing ```bash export LINODE_API_URL=https://the.dev.api.url/v4beta...
### Description Currently it is possible to define swap size creating an instance with the API. From https://www.linode.com/docs/api/linode-instances/#linode-create : > A default config with two Disks, one being a 512...
## 📝 Description This pull request adds support for configuring and viewing the ACL configuration for an LKE cluster's control plane. #### New Endpoint Methods * `control_plane_acl` - GET `/lke/clusters/{cluster_id}/control_plane_acl`...
## 📝 Description This PR adds option to run integration tests against minimal test account in e2e-test.yml workflow ## ✔️ How to Test TBD ## 📷 Preview **If applicable, include...
## 📝 Description Filling in identified test gaps found in spike - TPT-2699. Integration Tests have been added to following test suites: - Account - LKE - Longview - Object...
## 📝 Description This PR updates smoke test coverage and improve nightly smoke test workflow: - Test coverage updated - Added option to test specific branch with sha input -...
## 📝 Description This pull request improves the ApiError message formatting logic to include the method and path of the failed request. This is done through a new `ApiError.from_request(...)` class...