Added docs.
This commit is contained in:
parent
dd0079e7e8
commit
95bea38c92
37 changed files with 521 additions and 0 deletions
5
docs/net.thauvin.erik.bitly/-methods/-d-e-l-e-t-e.md
Normal file
5
docs/net.thauvin.erik.bitly/-methods/-d-e-l-e-t-e.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
[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)
|
5
docs/net.thauvin.erik.bitly/-methods/-g-e-t.md
Normal file
5
docs/net.thauvin.erik.bitly/-methods/-g-e-t.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
[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)
|
5
docs/net.thauvin.erik.bitly/-methods/-p-a-t-c-h.md
Normal file
5
docs/net.thauvin.erik.bitly/-methods/-p-a-t-c-h.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
[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)
|
5
docs/net.thauvin.erik.bitly/-methods/-p-o-s-t.md
Normal file
5
docs/net.thauvin.erik.bitly/-methods/-p-o-s-t.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
[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)
|
16
docs/net.thauvin.erik.bitly/-methods/index.md
Normal file
16
docs/net.thauvin.erik.bitly/-methods/index.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
[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)
|
||||
|
||||
Provides HTTP methods definitions.
|
||||
|
||||
### 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