Skip to content

Commit a7779af

Browse files
committed
Update Docs
1 parent 08371e8 commit a7779af

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ sshkey = vultr.post('ssh-keys', name='key-name', ssh_key='ssh-rsa AAAA...')
121121
vultr.delete(f"instances/019ad1a8-2aa3-7650-83d1-8520d65ed6af")
122122
```
123123

124+
These methods take the URI as the first argument, and data kwargs as the second.
125+
124126
Full Documentation: [https://cssnr.github.io/vultr-python](https://cssnr.github.io/vultr-python)
125127

126128
Vultr API Reference: [https://www.vultr.com/api](https://www.vultr.com/api/?ref=6905748)

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ sshkey = vultr.post('ssh-keys', name='key-name', ssh_key='ssh-rsa AAAA...')
9999
vultr.delete(f"instances/019ad1a8-2aa3-7650-83d1-8520d65ed6af")
100100
```
101101

102+
These methods take the URI as the first argument, and data kwargs as the second.
103+
102104
 
103105

104106
Vultr API Reference: [https://www.vultr.com/api](https://www.vultr.com/api/?ref=6905748)

0 commit comments

Comments
 (0)