sendingnetworkdart_api_lite 0.0.9 sendingnetworkdart_api_lite: ^0.0.9 copied to clipboard
Dead simple data model for the sdn.org client-server API.
sendingnetworkdart_api_lite #
This package is a dead simple data model over the client-server specification. It doesn't contain any logic and just provides methods for all API endpoints and json parser for all objects. It is intended to be as close to the specificaton as possible so we get a 1:1 relationship with the API. More complex logic like a sync loop or a data model for rooms should be implemented in a more complete sendingnetwork_flutter_demo.