We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94d953 commit 594eafdCopy full SHA for 594eafd
1 file changed
README.md
@@ -6,18 +6,20 @@ linode-ui golang
6
7
# api
8
9
-https://cloud.linode.com/profile/tokens
+https://developers.linode.com/api/v4
10
11
# api-doc
12
13
https://www.linode.com/docs/platform/api/
14
15
+
16
# How to
17
18
```
-1. edit config.json
19
+1. get your token from: https://cloud.linode.com/profile/tokens
20
+2. edit config.json
21
-2. go build main.go && ./main
22
+3. go build main.go && ./main
23
24
25
0 commit comments