-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for the bock storage API #87
Comments
hey @supernova32, there's a branch on our Go client that has support for the storage paths, otherwise support in Ruby should come Soon (TM). See digitalocean/godo#89 if Go is an option for you in the mean time. |
@aybabtme thanks for the suggestion! Using the Go API wrapper would require a rewrite of the GitHost app, so it doesn't make much sense to use it, specially since the API endpoint might change in the future. I'll write a small wrapper lib for the missing functionality, just to test it out and see how we can integrate block storage within GitHost and once the API comes out of beta and is included in DropletKit, I'll switch to it. |
@supernova32 pushed support for the beta endpoints in #89, if you want to pin to a git branch. |
Thanks @phillbaker! I'll give that a try 👍 |
The API is still in private beta, but having it available via DropletKit will really simplify its implementation within the GitHost codebase. We would like to have our implementation ready for when the block storage feature goes out of beta.
I'll see if I can contribute this in some way, but it will take me some time to get acquainted with the codebase.
The text was updated successfully, but these errors were encountered: