I propose to create a new GetEdges method under IGraphApiClient/GraphApiClient. While all methods in GraphApiClient are currently for the _api/gharial route, we can consider this new endpoint to be part of the overall "Graph API", which is what GraphApiClient is for.
It looks like one of the HTTP API endpoint related to graphs is not implemented:
GET /_api/edges/{collection-id}
.https://www.arangodb.com/docs/stable/http/edge.html#read-in--or-outbound-edges
I propose to create a new
GetEdges
method underIGraphApiClient
/GraphApiClient
. While all methods inGraphApiClient
are currently for the_api/gharial
route, we can consider this new endpoint to be part of the overall "Graph API", which is whatGraphApiClient
is for.