Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 923 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 923 Bytes

Build Status release

Waltz UserContext external storage

This project provides microservice to load/store UserContext instances from Waltz

This microservice has very simple API:

  1. GET user-context/cache?id=<userName> -- returns serialized in base64, gzipped UserContext instance or null
  2. POST user-context/cache?id=<userName>&data=<base64 UserContext> -- stores data
  3. POST user-context/cache?id=<userName> -- deletes data

Waltz plugin

Refer to waltz-user-context-plugin for js API