Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 706 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 706 Bytes

Topology API

A Simple REST API for Handling Topologies.

Used Tools

API

GET /topologies
GET /topologies/{topologyId}/components
GET /topologies/{topologyId}/netlist/{netlistNode}
GET /topologies/read/{fileName}
GET /topologies/write/{topologyId}
DELETE /topologies/{topologyId}

for accessing the swagger documentaion
GET /swagger-ui.html