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
Ting, could you clarify which endpoints need HEAD? Since each data type can implement the API in various ways, supporting HEAD will have to happen for each data type implementation. For example, HEAD for keyvalue type is just checking if they given key is stored, while HEAD for a labelvol has to check if any "label + block index" key is stored. So I need to know which API calls you'll need to quickly check for data.
The issue should probably be on both repos. I can add an endpoint that can just call coarse vol or something that will return quickly. When you add the appropriate DVID endpoint, I can just call that instead.
This will allow a client to quickly check whether some data exists or not.
The text was updated successfully, but these errors were encountered: