Create a CRUD api server for ADLs.
The main use case for this is to be able to manager ADLs in the Arc View
Requirements
- CRUD implemented
- Versioning
Endpoints
- Store ADL file
- Lists ADL files
- Delete ADL files
- Get an ADL file
DataModel
- name
- id
- tags
- category
- createdBy
- createdAt
- modifiedAt
-content