annosaurus 0.13.0
New endpoints added:
/v1/imagedmoments/count/all
returns a count of all imaged moments/v1/imagedmoments/count/images
returns a count of imaged moments with at least one valid (non-null URL) image reference/v1/imagedmoments/find/images
returns the imaged moments. Acceptslimit
andoffset
query params.
4./v1/imagedmoments/count/linkname/:linkname
returns a count of imaged moments with at least one association with the given link name/v1/imagedmoments/find/linkname/:linkname
returns the imaged moments that have an association with a linkName that matches the given:linkname
param value. Acceptslimit
andoffset
query params.