mirror of
https://github.com/avitex/elixir-vultr
synced 2024-11-21 10:59:57 +00:00
Trigger travis build
This commit is contained in:
parent
60c132e440
commit
39761aef69
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
# Where 3rd-party dependencies like ExDoc output generated docs.
|
# Where 3rd-party dependencies like ExDoc output generated docs.
|
||||||
/doc
|
/doc
|
||||||
|
/docs
|
||||||
|
|
||||||
# If the VM crashes, it generates a dump, let's ignore it too.
|
# If the VM crashes, it generates a dump, let's ignore it too.
|
||||||
erl_crash.dump
|
erl_crash.dump
|
||||||
|
@ -17,7 +17,7 @@ Documentation hosted on [hexdocs](https://hexdocs.pm/vultr).
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
### Retrieving app list
|
#### Retrieving app list
|
||||||
|
|
||||||
```elixir
|
```elixir
|
||||||
Vultr.app_list()
|
Vultr.app_list()
|
||||||
@ -34,7 +34,7 @@ Documentation hosted on [hexdocs](https://hexdocs.pm/vultr).
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Using authenticated methods
|
#### Using authenticated methods
|
||||||
|
|
||||||
```elixir
|
```elixir
|
||||||
client = Vultr.client("<APIKEY>")
|
client = Vultr.client("<APIKEY>")
|
||||||
|
Loading…
Reference in New Issue
Block a user