Skip to content

Commit 52e4c41

Browse files
authored
Merge pull request #12 from google/move_to_v1
Updates the client to use the v1 API.
2 parents 98e2c34 + 4503186 commit 52e4c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ import (
2828
)
2929

3030
const (
31-
findHashPath = "v1beta1/hashes:search"
32-
fetchUpdatePath = "v1beta1/threatLists:computeDiff"
31+
findHashPath = "v1/hashes:search"
32+
fetchUpdatePath = "v1/threatLists:computeDiff"
3333
threatTypeString = "threat_type"
3434
versionTokenString = "version_token"
3535
supportedCompressionsString = "constraints.supported_compressions"

0 commit comments

Comments
 (0)