Added docs.
This commit is contained in:
parent
dd0079e7e8
commit
95bea38c92
37 changed files with 521 additions and 0 deletions
17
docs/net.thauvin.erik.bitly/-units/index.md
Normal file
17
docs/net.thauvin.erik.bitly/-units/index.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
[docs](../../index.md) / [net.thauvin.erik.bitly](../index.md) / [Units](./index.md)
|
||||
|
||||
# Units
|
||||
|
||||
`enum class Units` [(source)](https://github.com/ethauvin/bitly-shorten/tree/master/src/main/kotlin/net/thauvin/erik/bitly/Units.kt#L39)
|
||||
|
||||
Provides units of time definitions.
|
||||
|
||||
### Enum Values
|
||||
|
||||
| Name | Summary |
|
||||
|---|---|
|
||||
| [MINUTE](-m-i-n-u-t-e.md) | |
|
||||
| [HOUR](-h-o-u-r.md) | |
|
||||
| [DAY](-d-a-y.md) | |
|
||||
| [WEEK](-w-e-e-k.md) | |
|
||||
| [MONTH](-m-o-n-t-h.md) | |
|
Loading…
Add table
Add a link
Reference in a new issue