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
This forms a subtask of #1076 and follow up for #1851
Nwaku nodes operating as 12/WAKU2-FILTER clients can use the filter protocol to subscribe to service nodes to receive messages adhering to a set of subscription criteria.
While #1851 created Rest API interface for the Filter v1 - legacy implementation.
This one should implement new Filter subscription concept available through Rest interface.
Suggested solution
It should follow existing approach with taking care that separate v1 and v2 APIs. For a while they should live together.
Give a concise openapi descriptor.
Acceptance criteria
working HTTP Filter Client REST API to perform filter client operations on remote service nodes
sufficient unit tests for basic functionality
integration of Filter Client API into the wakunode2 app
The text was updated successfully, but these errors were encountered:
Background
This forms a subtask of #1076 and follow up for #1851
Nwaku nodes operating as 12/WAKU2-FILTER clients can use the filter protocol to subscribe to service nodes to receive messages adhering to a set of subscription criteria.
While #1851 created Rest API interface for the Filter v1 - legacy implementation.
This one should implement new Filter subscription concept available through Rest interface.
Suggested solution
It should follow existing approach with taking care that separate v1 and v2 APIs. For a while they should live together.
Give a concise openapi descriptor.
Acceptance criteria
The text was updated successfully, but these errors were encountered: