arangodb-net-standard icon indicating copy to clipboard operation
arangodb-net-standard copied to clipboard

Implement endpoint to read in- or outbound edges

Open DiscoPYF opened this issue 2 years ago • 1 comments

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 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.

DiscoPYF avatar Apr 26 '23 14:04 DiscoPYF

We could also create a new IEdgesApiClient if we want to follow the same separation as the API routes. But it may be overkill for just one endpoint.

DiscoPYF avatar Apr 26 '23 14:04 DiscoPYF