simple crud stuffs for creating listing updating and deleting psubs
doesn't implement the real meat of the psub API which is the subscribing
the subscription part will probably necessitate changes to the Spear.Connection to allow a bi-directional subscription (current subscriptions asynchronously stream which is a good start but it's only in one direction: server->client. psubs will need to stream both directions), so I'm punting that to the next PR
connects #7
simple crud stuffs for creating listing updating and deleting psubs
doesn't implement the real meat of the psub API which is the subscribing
the subscription part will probably necessitate changes to the
Spear.Connection
to allow a bi-directional subscription (current subscriptions asynchronously stream which is a good start but it's only in one direction: server->client. psubs will need to stream both directions), so I'm punting that to the next PR