Skip to content

Commit

Permalink
Remove references to deprecated V1 API (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper authored Oct 2, 2023
1 parent 26a18c0 commit 3cddd19
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Change Log

## GoVultr v1 changelog is located [here](https://github.com/vultr/govultr/blob/v1/CHANGELOG.md)

## [v3.3.1](https://github.com/vultr/govultr/compare/v3.3.0...v3.3.1) (2023-08-18)
### Enhancements
* VPC2: Add nodes endpoints [PR 263](https://github.com/vultr/govultr/pull/263)
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

The official Vultr Go client - GoVultr allows you to interact with the Vultr V2 API.

GoVultr V1 that interacts with Vultr V1 API is now on the [v1 branch](https://github.com/vultr/govultr/tree/v1)

## Installation

```sh
Expand Down
4 changes: 2 additions & 2 deletions govultr.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ const (
// RequestBody is used to create JSON bodies for one off calls
type RequestBody map[string]interface{}

// Client manages interaction with the Vultr V1 API
// Client manages interaction with the Vultr API
type Client struct {
// Http Client used to interact with the Vultr V1 API
// Http Client used to interact with the Vultr API
client *retryablehttp.Client

// BASE URL for APIs
Expand Down

0 comments on commit 3cddd19

Please sign in to comment.