You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple & Lightweight API client library for Enterprise Application or Utilities Integration around [DigitalOcean RESTful APIs][1]. You can use this library with project based (JVM hosted languages) on Java, Groovy, Scala, Clojure, etc.
6
7
@@ -17,22 +18,22 @@ For handy use, DigitalOcean API Client library project dependency definition pro
**Note:** For Android projects, kindly include the `httpclient-android` library explicitly in your project dependencies.
@@ -136,6 +137,12 @@ DigitalOcean API Client uses [GitHub’s integrated issue tracking system][3] to
136
137
* If you need to paste code, or include a stack trace use Markdown ``` escapes before and after your text.
137
138
138
139
# Supported API's and Revision Logs
140
+
***Released in v2.9**
141
+
* Added new API support delete droplet by tag name [#61](https://github.com/jeevatkm/digitalocean-api-java/issues/61)
142
+
* Droplet
143
+
<pre>
144
+
Delete deleteDropletByTagName(String tagName)
145
+
</pre>
139
146
***Released in v2.8**
140
147
* Added new endpoint support `/v2/snapshots/*`[#58](https://github.com/jeevatkm/digitalocean-api-java/issues/58), PR [#57](https://github.com/jeevatkm/digitalocean-api-java/pull/57) (@samuelfac)
141
148
* Snapshots
@@ -323,7 +330,7 @@ DigitalOcean API Client - [MIT License][6].
0 commit comments