tokland / shoogle

Use the Google API from the shell
GNU General Public License v3.0
97 stars 14 forks source link

Support API's with non-integer versions #17

Open davesteele opened 2 years ago

davesteele commented 2 years ago

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 https://github.com/tokland/shoogle/issues/10