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
This library is considered complete and is in maintenance mode. This means
10
10
that we will address critical bugs and security issues but will not add any
@@ -30,12 +30,12 @@ from the client library directly. New versions of this library are released week
30
30
As a result of caching the discovery documents, the size of this package is at least
31
31
50 MB larger compared to the previous version.
32
32
33
-
Please see the [Migration Guide](https://github.com/googleapis/google-api-python-client/blob/master/UPGRADING.md)
33
+
Please see the [Migration Guide](https://github.com/googleapis/google-api-python-client/blob/main/UPGRADING.md)
34
34
for more information.
35
35
36
36
## Documentation
37
37
38
-
See the [docs folder](https://github.com/googleapis/google-api-python-client/blob/master/docs/README.md) for more detailed instructions and additional documentation.
38
+
See the [docs folder](https://github.com/googleapis/google-api-python-client/blob/main/docs/README.md) for more detailed instructions and additional documentation.
39
39
40
40
## Other Google API libraries
41
41
@@ -115,6 +115,6 @@ For development you will also need the following libraries:
115
115
116
116
## Contributing
117
117
118
-
Please see our [Contribution Guide](https://github.com/googleapis/google-api-python-client/blob/master/CONTRIBUTING.rst).
118
+
Please see our [Contribution Guide](https://github.com/googleapis/google-api-python-client/blob/main/CONTRIBUTING.rst).
119
119
In particular, we love pull requests - but please make sure to sign
Copy file name to clipboardExpand all lines: docs/mocks.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
@@ -2,7 +2,7 @@
2
2
3
3
The use of [Mock objects](https://en.wikipedia.org/wiki/Mock_object) is a standard testing methodology for Python and other object-oriented languages. This library defines Mock classes that simulate responses to API calls. You can use them to test how your code handles basic interactions with Google APIs.
4
4
5
-
> **Note:** Many of the [Python Client Library test scripts](https://github.com/googleapis/google-api-python-client/tree/master/tests) use these classes.
5
+
> **Note:** Many of the [Python Client Library test scripts](https://github.com/googleapis/google-api-python-client/tree/main/tests) use these classes.
0 commit comments