Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Show'ing dotted versions #10

Open
davesteele opened this issue Apr 20, 2018 · 0 comments · May be fixed by #17
Open

'Show'ing dotted versions #10

davesteele opened this issue Apr 20, 2018 · 0 comments · May be fixed by #17

Comments

@davesteele
Copy link
Contributor

'show' doesn't work with dotted versions.

$ 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
davesteele added a commit to davesteele/shoogle that referenced this issue May 24, 2022
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.

Fixes tokland#10
davesteele added a commit to davesteele/shoogle that referenced this issue May 24, 2022
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.

Fixes tokland#10
@davesteele davesteele linked a pull request May 24, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant