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
$ shoogle show prediction
prediction:v1.2 - Prediction API
prediction:v1.3 - Prediction API
prediction:v1.4 - Prediction API
prediction:v1.5 - Prediction API
prediction:v1.6 - Prediction API
$ shoogle show prediction:v1.2
[ERROR] Service API not found: prediction:v1
$ shoogle show prediction:v1\.2
[ERROR] Service API not found: prediction:v1
$ shoogle show prediction:v1\\.2
[ERROR] Service API not found: prediction:v1\
$ shoogle show "prediction:v1.2"
[ERROR] Service API not found: prediction:v1
$ shoogle show "prediction:v1\.2"
[ERROR] Service API not found: prediction:v1\
$ shoogle show vision:v1
vision:v1 - Cloud Vision API
vision:v1p1beta1 - Cloud Vision API
vision:v1p2beta1 - Cloud Vision API
The text was updated successfully, but these errors were encountered:
The code did not parse function paths for API's whose versions were not
integers. Code is added to detect the fractional part, and add it back
to the version string.
Fixestokland#10
The code did not parse function paths for API's whose versions were not
integers. Code is added to detect the fractional part, and add it back
to the version string.
Fixestokland#10
'show' doesn't work with dotted versions.
The text was updated successfully, but these errors were encountered: