Revert "Added CallResponse and Bitlinks.udpate()."
This reverts commit 05ee938de7fac49026118a53f5af02ff26d82ccd.
This commit is contained in:
parent
87350f0d51
commit
9ba23fd6c3
24 changed files with 34 additions and 184 deletions
|
@ -20,10 +20,7 @@ bitly.bitlinks().expand("http://bit.ly/380ojFd")
|
|||
bitly.bitlinks().clicks("http://bit.ly/380ojFd")
|
||||
|
||||
// Create a bitlink
|
||||
bitly.bitlinks().create(title = "Erik's Weblog", long_url = "http://erik.thauvin.net/blog/")
|
||||
|
||||
// Update a bitlink
|
||||
bitly.bitlinks().update("http://bit.ly/380ojFd", title="Erik's Weblog", tags = arrayOf("blog", "weblog"))
|
||||
bitly.bitlinks().create(title = "Erik's Weblog", long_url = "http://erik.thauvin.net/blog/")
|
||||
```
|
||||
|
||||
- View [Kotlin](https://github.com/ethauvin/bitly-shorten/blob/master/examples/src/main/kotlin/com/example/BitlyExample.kt) or [Java](https://github.com/ethauvin/bitly-shorten/blob/master/examples/src/main/java/com/example/BitlySample.java) Examples.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue