Syspeople / CodeNow

Empower your ServiceNow Development with no instance configuration.
MIT License
8 stars 7 forks source link

Refactor api #84

Closed ambsoerensen closed 5 years ago

ambsoerensen commented 5 years ago

Further generalizations.

All editable records are now completely generalized. it is no longer required to edit any managers (Api.ts, workspace, workspacestate).

Moved completely to interface and is dependable and configurable in each class implementation.

except the actual ui menu see #74;