Hope to add images to the API very soon. The entry endpoint will have an additional key, image, that has a URL of the image (hosted on the same heroku server). That URL will be /entry/<entry>/image, which will serve the image in a png of jpeg format.
Hope to add images to the API very soon. The entry endpoint will have an additional key,
image
, that has a URL of the image (hosted on the same heroku server). That URL will be/entry/<entry>/image
, which will serve the image in a png of jpeg format.