John Woodruff
John Woodruff
I am building an Ionic app with capacitor, and am trying to generate the resources as specified in the docs. It works great for iOS and I get all the...
This is the work to migrate this project to an NX TypeScript Workspace. This will be much more manageable given the project before simply used a project seed that I...
This [Changelog update](https://developers.digitalocean.com/documentation/changelog/api-v2/add-volume-list-by-name/) allows for volumes to be searched for by name only. Update the `getBlockStorageByName` method to allow region to be optional, and only send region query param if...
Now that Managed Databases are out of beta, this library needs to implement a ManagedDatabaseService. Here is the [documentation](https://developers.digitalocean.com/documentation/v2/#databases) regarding the available endpoints to implement. This should follow the same...
For methods that take input (e.g. `attachVolumeToDroplet`) make sure to validate that the right properties are provided, particularly the required ones.