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
Also, if a resource has already been annotated, does the client need to upload the metadata ? Should the client add the metadata everytime it POST /annotations ?
As an aside, if a resource is annotated a first time without metadata, are metadata taken into account if the resource is annotated another time then but with the metadata payload ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@robertknight
I'm writing an Hypothesis client and I'm to implement annotations posting. I have questions regarding the metadata to be added into the payload.
Should I strictly add the listed metadata as defined in the API spec and in the JS client annotator ?
For example, the annotator extracts the
icon
andshortcut icon
<link rel/>
, can the client upload theapple-touch-icon
one for example ?Also, if a resource has already been annotated, does the client need to upload the metadata ? Should the client add the metadata everytime it
POST /annotations
?As an aside, if a resource is annotated a first time without metadata, are metadata taken into account if the resource is annotated another time then but with the metadata payload ?
Beta Was this translation helpful? Give feedback.
All reactions