Skip to content

Commit 0249bc0

Browse files
committed
docs: use generic API name to avoid confusion with public APIs
1 parent fecdfca commit 0249bc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ with build('drive', 'v3') as service:
7777
# ...
7878

7979
# Retrieve discovery artifacts from the internet for a private API
80-
with build('drive', 'v3', static_discovery=False, developerKey='YOUR_API_KEY') as service:
80+
with build('my_api', 'v1', static_discovery=False, developerKey='YOUR_API_KEY') as service:
8181
# ...
8282
```

0 commit comments

Comments
 (0)