-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Skeletons / proper typing missing for this kind of code synthesis #11865
Copy link
Copy link
Open
Labels
api: visionIssues related to the Cloud Vision API.Issues related to the Cloud Vision API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Do you think you could commit a valid, simple set of methods that will appear in IDE autocompletes like PyCharm?
It would greatly improve usability of your cloud APIs.
The test is pretty simple:
- Open a blank project in PyCharm 2018.
- Use a
virtualenvwithgoogle-vision-api(for example) installed. - Start following a quick start.
- Observe no methods can be found on the
ImageAnnotatorClientobject, for example.
Maybe the equivalent of https://github.com/jbasko/autoboto ?
Reactions are currently unavailable
Metadata
Metadata
Labels
api: visionIssues related to the Cloud Vision API.Issues related to the Cloud Vision API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.