cabal-club / cabal-client

interface for writing peer-to-peer chat clients
GNU General Public License v3.0
95 stars 14 forks source link

Add client.getDetails(key) function #20

Closed nikolaiwarner closed 4 years ago

nikolaiwarner commented 4 years ago

This lets a client request a CabalDetails from the added cabals by key.

const cabalDetails = client.getDetails(key)

cblgh commented 4 years ago

looks great, thanks @nikolaiwarner ^_^