Method | Routes | Actions |
---|---|---|
POST | api/empty_graph | CreateEmptyGraph() |
POST | api/graph | CreateGraph(...) |
PUT | api//graph/{id} | EditGraph(...) |
DELETE | api/graph/{id} | destroy(...) |
GET | api/graphs | AllGraph_meta_data() |
GET | api/graphs/{id | singleGraph(...) |
POST | api/node | AddNode(...) |
DELETE | api/node/{id} | destroy(...) |
POST | api/relation | AddRelation(...) |