Added dokkaDocs
This commit is contained in:
parent
dcde83949b
commit
dd0079e7e8
46 changed files with 65 additions and 536 deletions
|
@ -1,5 +0,0 @@
|
|||
[docs](../../index.md) / [net.thauvin.erik.bitly](../index.md) / [Methods](index.md) / [DELETE](./-d-e-l-e-t-e.md)
|
||||
|
||||
# DELETE
|
||||
|
||||
`DELETE` [(source)](https://github.com/ethauvin/bitly-shorten/tree/master/src/main/kotlin/net/thauvin/erik/bitly/Methods.kt#L39)
|
|
@ -1,5 +0,0 @@
|
|||
[docs](../../index.md) / [net.thauvin.erik.bitly](../index.md) / [Methods](index.md) / [GET](./-g-e-t.md)
|
||||
|
||||
# GET
|
||||
|
||||
`GET` [(source)](https://github.com/ethauvin/bitly-shorten/tree/master/src/main/kotlin/net/thauvin/erik/bitly/Methods.kt#L39)
|
|
@ -1,5 +0,0 @@
|
|||
[docs](../../index.md) / [net.thauvin.erik.bitly](../index.md) / [Methods](index.md) / [PATCH](./-p-a-t-c-h.md)
|
||||
|
||||
# PATCH
|
||||
|
||||
`PATCH` [(source)](https://github.com/ethauvin/bitly-shorten/tree/master/src/main/kotlin/net/thauvin/erik/bitly/Methods.kt#L39)
|
|
@ -1,5 +0,0 @@
|
|||
[docs](../../index.md) / [net.thauvin.erik.bitly](../index.md) / [Methods](index.md) / [POST](./-p-o-s-t.md)
|
||||
|
||||
# POST
|
||||
|
||||
`POST` [(source)](https://github.com/ethauvin/bitly-shorten/tree/master/src/main/kotlin/net/thauvin/erik/bitly/Methods.kt#L39)
|
|
@ -1,16 +0,0 @@
|
|||
[docs](../../index.md) / [net.thauvin.erik.bitly](../index.md) / [Methods](./index.md)
|
||||
|
||||
# Methods
|
||||
|
||||
`enum class Methods` [(source)](https://github.com/ethauvin/bitly-shorten/tree/master/src/main/kotlin/net/thauvin/erik/bitly/Methods.kt#L38)
|
||||
|
||||
HTTP methods.
|
||||
|
||||
### Enum Values
|
||||
|
||||
| Name | Summary |
|
||||
|---|---|
|
||||
| [DELETE](-d-e-l-e-t-e.md) | |
|
||||
| [GET](-g-e-t.md) | |
|
||||
| [PATCH](-p-a-t-c-h.md) | |
|
||||
| [POST](-p-o-s-t.md) | |
|
Loading…
Add table
Add a link
Reference in a new issue