Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement endpoint to read in- or outbound edges #476

Open
DiscoPYF opened this issue Apr 26, 2023 · 1 comment
Open

Implement endpoint to read in- or outbound edges #476

DiscoPYF opened this issue Apr 26, 2023 · 1 comment

Comments

@DiscoPYF
Copy link
Collaborator

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
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant