dm3
dm3 copied to clipboard
Create Lib package for billboard-api
To interact with the billboard backend components we need a package similar to backend-api or offchainresolver-api. This package should expose the following functions:
- [ ] getMessages
- [ ] getBillboards
- [ ] getBillboardproperties
- [ ] deleteMessage
- [ ] suspendSender
Also it'll be nice to include a mock client that can be used during the development