angular-resource-explorer
v0.1.2
Published
<br/>
Downloads
7
Readme
WARNING: This document is still in progress, the project is still just a concept and exploration at this point !
Angular Resource Explorer (ARM) (INCOMPLETE)
Automated fully-functional grid and forms generation from any ARM enabled REST endpoint
ARM Enabling the REST endpoint
- Adding a "specification" document section to the endpoint
Sample
{
idField: 'cmdUID',
properties: [
{name: 'description', type: 'string', required: true},
{name: 'alarmSeverity', type: 'string', required: true},
{name: 'numberDemo', type: 'number', required: true, min=[number], max=[number] }
]
}
Supported Data Types
- string
- float
- integer
- boolean
- enum
- relation (belongsTo)