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

Make client debug cURLs more readable #2030

Merged
merged 1 commit into from
Mar 10, 2021
Merged

Make client debug cURLs more readable #2030

merged 1 commit into from
Mar 10, 2021

Conversation

convoliution
Copy link
Contributor

From

curl -X GET "https://app.verta.ai/api/v1/modeldb/project/verifyConnection" -H "Grpc-Metadata-
source: PythonClient" -H "Grpc-Metadata-email: user@domain.com" -H "Grpc-Metadata-developer_k
ey: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -H "Grpc-Metadata-developer-key: xxxxxxxx-xxxx-xxxx
-xxxx-xxxxxxxxxxxx" -H "Grpc-Metadata-scheme: https"

to

curl -X GET "https://app.verta.ai/api/v1/modeldb/project/verifyConnection" \
    -H "Grpc-Metadata-source: PythonClient" \
    -H "Grpc-Metadata-email: user@domain.com" \
    -H "Grpc-Metadata-developer_key: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" \
    -H "Grpc-Metadata-developer-key: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" \
    -H "Grpc-Metadata-scheme: https"

@convoliution convoliution merged commit 970b811 into master Mar 10, 2021
@convoliution convoliution deleted the client/ml/curl branch March 10, 2021 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants