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
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
deislabs/hippo#772 introduces API versioning for the server. The Hippo CLI can then check the api-supported-versions header to determine if the API it targets is supported or not. Alternatively we can send the Api-Version header to force Hippo to serve a specific version of the API. If it cannot server that version, then an error will be returned.
This will allow the CLI to inform the user if it is incompatible with the version of Hippo it is targeting.
The text was updated successfully, but these errors were encountered:
deislabs/hippo#772 introduces API versioning for the server. The Hippo CLI can then check the
api-supported-versions
header to determine if the API it targets is supported or not. Alternatively we can send theApi-Version
header to force Hippo to serve a specific version of the API. If it cannot server that version, then an error will be returned.This will allow the CLI to inform the user if it is incompatible with the version of Hippo it is targeting.
The text was updated successfully, but these errors were encountered: