AtlasOfLivingAustralia / profile-hub

Profiles front end application
http://www.ausflora.org.au/
0 stars 3 forks source link

Add APIs to access images #785

Closed temi closed 4 months ago

temi commented 1 year ago

Currently images are accessed via profile-hub using links such as this image from mangrove watch. Images are of the format below.

  1. https://profiles.ala.org.au/opus/${opusid}/profile/${profileid}/image/${imageId}?type=${type}
  2. https://profiles.ala.org.au/opus/${opusid}/profile/${profileid}/image/thumbnail/${imageId}?type=${type}

where type = private or open

Add APIs to access them.

  1. https://profiles.ala.org.au/api/opus/${opusid}/profile/${profileid}/image/${imageId}?type=${type}
  2. https://profiles.ala.org.au/api/opus/${opusid}/profile/${profileid}/image/thumbnail/${imageId}?type=${type}

Access-Token must be provided to access images from private collection.