Removed Kobalt.

This commit is contained in:
Erik C. Thauvin 2020-08-19 21:15:58 -07:00
parent d3b6fb50d1
commit c08cb0708d
7 changed files with 4 additions and 51 deletions

View file

@ -31,7 +31,7 @@ poster.deletePin("http:///www.example.com/bar");
Your API authentication token is available on the [Pinboard settings page](https://pinboard.in/settings/password).
## Usage with Maven, Gradle and Kobalt
## Usage with Maven and Gradle
### Maven
@ -57,17 +57,6 @@ dependencies {
[View Example](https://github.com/ethauvin/pinboard-poster/blob/master/samples/java/build.gradle)
[View Kotlin DSL Example](https://github.com/ethauvin/pinboard-poster/blob/master/samples/kotlin/build.gradle.kts)
### Kobalt
To install and run from Kobalt, add the following to the Build.kt file:
```gradle
dependencies {
compile("net.thauvin.erik:pinboard-poster:1.0.1")
}
```
[View Example](https://github.com/ethauvin/pinboard-poster/blob/master/samples/kotlin/kobalt/src/Build.kt)
## Adding
The `addPin` function support all of the [Pinboard API parameters](https://pinboard.in/api/#posts_add):