Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 848 Bytes

File metadata and controls

19 lines (13 loc) · 848 Bytes

IMAGE API

CI

Usage

Creates, updates and returns metadata about an image. It also supports resizing and cropping images on the fly. Implements ElasticSearch for search within the article database. To interact with the API, you need valid security credentials; see Access Tokens usage. To write data to the api, you need write role access. It also has as internal import routines for importing images from the old system to this database.

For a more detailed documentation of the API, please refer to the API documentation (Staging: API documentation).

Developer documentation

Compile: sbt compile

Run tests: sbt test

Create Docker Image: sbt docker