You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ your [Reloadly APIs credentials][api-credentials-help].
22
22
**Go 1.15+** installed
23
23
24
24
#### Installation
25
-
`$ go get -u github.com/Ghvstcode/reloadly`
25
+
`$ go get -u github.com/reloadly/reloadly-sdk-golang`
26
26
## Usage
27
27
#### Authentication
28
28
The Authentication module is implemented based on the [Authentication API Docs](https://developers.reloadly.com/#authentication-api). This module has a `GetAccessToken` function which is used to derive an accessToken. The access Token which should be used as a bearer token when making authenticated requests to the Reloadly API. **This module should be used only when you just need the access token, but do not intend to use this library for other interactions with Reloadly API**.
0 commit comments