Skip to content

annosaurus 0.13.0

Compare
Choose a tag to compare
@hohonuuli hohonuuli released this 03 Jun 00:10
· 238 commits to master since this release
5cc4cea

New endpoints added:

  1. /v1/imagedmoments/count/all returns a count of all imaged moments
  2. /v1/imagedmoments/count/images returns a count of imaged moments with at least one valid (non-null URL) image reference
  3. /v1/imagedmoments/find/images returns the imaged moments. Accepts limit and offset query params.
    4. /v1/imagedmoments/count/linkname/:linkname returns a count of imaged moments with at least one association with the given link name
  4. /v1/imagedmoments/find/linkname/:linkname returns the imaged moments that have an association with a linkName that matches the given :linkname param value. Accepts limit and offset query params.