LukasPoque / s3i_flutter

A library that makes it easy to communicate with the S³I (Smart Systems Service Infrastructure of the KWH4.0)
https://pub.dev/packages/s3i_flutter
MIT License
4 stars 1 forks source link

Get all messages from the broker REST-API at once #19

Open LukasPoque opened 2 years ago

LukasPoque commented 2 years ago

In the older version of the Broker-REST-API, there was no option to receive all messages in a queue with one GET. Now we added an endpoint for that purpose: https://broker.s3i.vswf.dev/apidoc/#/Broker/get__endpoint__all

This should be supported in the BrokerRestConnector implementation.