File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ Package hcloud is a library for the Hetzner Cloud API.
9
9
The library’s documentation is available at [ pkg.go.dev] ( https://godoc.org/github.com/hetznercloud/hcloud-go/v2/hcloud ) ,
10
10
the public API documentation is available at [ docs.hetzner.cloud] ( https://docs.hetzner.cloud/ ) .
11
11
12
+ > [ !IMPORTANT]
13
+ > Make sure to follow our API changelog available at
14
+ > [ docs.hetzner.cloud/changelog] ( https://docs.hetzner.cloud/changelog ) (or the RRS feed
15
+ > available at
16
+ > [ docs.hetzner.cloud/changelog/feed.rss] ( https://docs.hetzner.cloud/changelog/feed.rss ) )
17
+ > to be notified about additions, deprecations and removals.
18
+
12
19
## Installation
13
20
14
21
``` sh
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ Package hcloud is a library for the Hetzner Cloud API.
3
3
4
4
The Hetzner Cloud API reference is available at https://docs.hetzner.cloud.
5
5
6
+ Make sure to follow our API changelog available at https://docs.hetzner.cloud/changelog
7
+ (or the RRS feed available at https://docs.hetzner.cloud/changelog/feed.rss) to be
8
+ notified about additions, deprecations and removals.
9
+
6
10
# Retry mechanism
7
11
8
12
The [Client.Do] method will retry failed requests that match certain criteria. The
You can’t perform that action at this time.
0 commit comments