Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ndlano/image-api

DEPRECATED! Moved into the backend monorepo: https://github.com/NDLANO/backend. API for accessing images
https://github.com/ndlano/image-api

api image images ndla

Last synced: about 5 hours ago
JSON representation

DEPRECATED! Moved into the backend monorepo: https://github.com/NDLANO/backend. API for accessing images

Awesome Lists containing this project

README

        

# IMAGE API
![CI](https://github.com/NDLANO/image-api/workflows/CI/badge.svg)

## 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](https://github.com/NDLANO/auth/blob/master/README.md).
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](https://api.ndla.no) (Staging: [API documentation](https://staging.api.ndla.no)).

## Developer documentation

**Compile:** sbt compile

**Run tests:** sbt test

**Create Docker Image:** sbt docker