Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 643 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 643 Bytes

eeID Identification Service API

Overview

The eeID Identification Service API provides endpoints for managing access tokens and handling identification requests.

eeID Logo

View the documentation at internetee.github.io/eeID-ident-api-doc.

Install

  1. Install Node JS.
  2. Clone this repo and run npm install in the repo root.

Usage

npm start

Starts the reference docs preview server.

npm run build

Bundles the definition to the dist folder.

npm test

Validates the definition.