You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parent Issue: Refactor and Improve Graph Service Endpoints
As a developer integrating with the Graph service, I want to refactor the current Graph service endpoints and align them with the graph-sdk conventions, so that the API is more intuitive, maintainable, and compliant with DSNP standards.
Acceptance Criteria
Review SDK & Node Bridge
Review the graph-sdk GitHub repo to understand the expected API contracts and supported methods.
Review the Node bridge code to understand how it wraps or interacts with the SDK.
Uh oh!
There was an error while loading. Please reload this page.
Parent Issue: Refactor and Improve Graph Service Endpoints
As a developer integrating with the Graph service,
I want to refactor the current Graph service endpoints and align them with the
graph-sdk
conventions,so that the API is more intuitive, maintainable, and compliant with DSNP standards.
Acceptance Criteria
Review SDK & Node Bridge
Evaluate Graph Service Implementation
POST
forgetGraph
).Refactor Endpoint Naming and Methods
GET /graph
instead ofPOST /getGraph
)./v2/graph
) to avoid breaking changes.Document Changes
Testing & Validation
Suggestions
direction
in existingPUT /v1/graphs
? #805PUT /v1/graphs
supports private friendships #807Notes
v1
,v2
) to maintain backward compatibility.The text was updated successfully, but these errors were encountered: