Layer 1 operates as a Server in the Linked Data Platform protocol. It exposes a set of Linked Data Platform RDF Sources (LDP-RS) and Linked Data Platform Containers (LDPC) that provide clients with an interface for performing CRUD operations on MMS5 Flexo MMS primitive objects. These objects include: orgs, projects, branches, locks, users, groups, roles, permissions and policies.
...
/orgs
GET
- enumerates orgs
/projects
GET
- enumerates all projects user has access to
/projects/{PROJECT_ID}/branches
GET
- enumerates all branches within a project that a user has access to
/projects/{PROJECT_ID}/branches/{BRANCH_ID}/commits
GET
- enumerates all ancestor commits given the project and branch id
/projects/{PROJECT_ID}/locks
GET
- enumerates all branches within a project that a user has access to
...