spotinst-sdk-go icon indicating copy to clipboard operation
spotinst-sdk-go copied to clipboard

Spotinst SDK for the Go programming language.

Results 6 spotinst-sdk-go issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.8.1. Commits b747d7c Bump github.com/stretchr/objx from 0.4.0 to 0.5.0 (#1283) 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations...

area/dependency

Bumps [gopkg.in/ini.v1](https://github.com/go-ini/ini) from 1.66.6 to 1.67.0. Release notes Sourced from gopkg.in/ini.v1's releases. 1.67.0 What's Changed ini: allow changing the default section name by @​jade-clarke in go-ini/ini#319 New Contributors @​jade-clarke made...

area/dependency

**What would you like to be added?** The API docs have endpoints for administration of [organizations](https://docs.spot.io/api/#tag/Organizations) and [accounts](https://docs.spot.io/api/#tag/Accounts). Being able to hit these endpoints to manage those resources could be...

kind/feature

_This is the default pull request template. You can customize it by adding a `pull_request_template.md` at the root of your repo or inside the `.github` folder._ # Jira Ticket https://spotinst.atlassian.net/browse/SPOTAUT-18430...

This PR will allow teams to forward additionnal header to the their services (if they needs to) This will not have side effect on code already using the sdk

`provider := credentials.NewStaticCredentials(cred.token, cred.accountId) ` How can I create a session object using this provider

kind/support