TBD54566975 / dwn-proxy-js

Apache License 2.0
1 stars 1 forks source link

Rather than INBOUND vs OUTBOUND, use the interface definition #28

Closed KendallWeihe closed 1 year ago

KendallWeihe commented 1 year ago

There isn't anything inherently different about the inbound vs outbound other than the communicating interface. There's no reason a RESTful interface couldn't be exposed to the client-side (Alice) and there's no reason a DWN interface couldn't be exposed backend-side (PFI Core).

So rather than direction: INBOUND do an interface: DwnRequest

And then rather than direction: OUTBOUND do an interface: Restful