We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Even if there is a UI (eventually) for each query parameter, it would be cool if users can also use intuitive string values for possible query params.
e.g. Instead of artifact_kinds=1 --> artifact_kinds=IPA build_driver=4 --> build_driver=github
artifact_kinds=1
artifact_kinds=IPA
build_driver=4
build_driver=github
The text was updated successfully, but these errors were encountered:
from what I can see, it should be already available: https://github.com/grpc-ecosystem/grpc-gateway/pull/314/files
I will check if I missed some configuration option
GitHubenable parsing enums from query parameters by tzneal · Pull Request #314 · grpc-ecosystem/grpc-gatewayparses enumeration strings and integer values range checks both the string and integer form
Sorry, something went wrong.
kk. Here is an example, maybe I'm not formatting the request properly.
curl -u AUTH "https://yolo.berty.io/api/build-list?artifact_kinds=APK" { "code": 3, "message": "strconv.ParseInt: parsing \"APK\": invalid syntax" }%
moved to #2
moul
No branches or pull requests
Even if there is a UI (eventually) for each query parameter, it would be cool if users can also use intuitive string values for possible query params.
e.g. Instead of
artifact_kinds=1
-->artifact_kinds=IPA
build_driver=4
-->build_driver=github
The text was updated successfully, but these errors were encountered: