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
Should be possible to retrieve parts of an object or objects by using an endpoint like http://localhost/api/drone/1#speed, in this case the API should return something like:
As such, flask drops everything after the '#'. If you want to forward these to the server, you'll have to extract them on the client and pass them to the server via a query parameter or part of the URL path.
In fact fragments are a client-side feature according to RFC. So should be up to the Hydra client (hydra-agent) to map #speed to ?attr=speed when dereferencing and the opposite for hydrus when referencing. But it is something that we should keep for later.
This is a part of the client-server protocol so we should remember that when designing the client. The current client we are using and that we should improve does not consider this feature.
I'm submitting a
Expected Behaviour:
Should be possible to retrieve parts of an object or objects by using an endpoint like
http://localhost/api/drone/1#speed
, in this case the API should return something like:The text was updated successfully, but these errors were encountered: