-
Notifications
You must be signed in to change notification settings - Fork 84
The enigma expectancy
Andrée Hansson edited this page Nov 30, 2017
·
2 revisions
This page outlines what we expect from a library calling itself enigma.*.
- It should generate an API based on a QIX Engine schema
- It should return generated APIs (API instances) whenever it sees a
qHandleandqTypereference - It should allow an end user to extend and/or override the generated APIs (mixins)
- It does not handle authentication
- A session has only one websocket, it is considered expended when closed
- A session does not open websocket on instantiation, it is a separate action
- A session should have these events:
opened,closed,traffic - A generated API should have these events:
changed,closed - Configuration should have at least:
url,createSocket