| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM, Thanks @busunkim96 !
Sorry, something went wrong.
🤖 I have created a release \*beep\* \*boop\* --- ### [2.0.1](https://www.github.com/googleapis/google-api-python-client/compare/v2.0.0...v2.0.1) (2021-03-04) ### Bug Fixes * add static discovery docs ([#1216](https://www.github.com/googleapis/google-api-python-client/issues/1216)) ([b5d33d6](https://www.github.com/googleapis/google-api-python-client/commit/b5d33d6d520ca9589eefd08d34fe96844f420bce)) ### Documentation * add a link to the migration guide in the changelog ([#1213](https://www.github.com/googleapis/google-api-python-client/issues/1213)) ([b85da5b](https://www.github.com/googleapis/google-api-python-client/commit/b85da5bb7d6d6da60ff611221d3c4719eadb478a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
|
Hello, |
Sorry, something went wrong.
|
@jdelalande Please see #1225 |
Sorry, something went wrong.
Where can I find an API's discovery url? My issue: #1238 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #1214
The MANIFEST.in controls which files are included in the published package.
You can verify that this fixes the problem (missing discovery docs leading to failing discovery.build() calls) by building the package and installing the library from the tarfile.
(env) busunkim@busunkim:~/github/google-api-python-client$ python3 Python 3.6.9 (default, Feb 24 2020, 21:10:07) [GCC 9.2.1 20190909] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import googleapiclient >>> from googleapiclient import discovery >>> client = discovery.build("cloudprofiler", "v2") >>>