implement client methods for reading messages

Reading response type 2 (messages) from API with optional stop filter.
This commit is contained in:
2019-11-04 17:40:10 +01:00
parent 4f3d8694e1
commit 5b6c02d6a3
6 changed files with 120 additions and 1 deletions

View File

@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
### Security
* Updated dependencies
### Features
* Added support for reading messages, using `getMessages()` method (#5)
## 1.2.0 - 2019-06-20
### Security