raw_api_server 1.0.1 raw_api_server: ^1.0.1 copied to clipboard
A Dart package for small and simple socket-based APIs
1.0.1 #
- Make arguments optional for ApiRequest
- Make endpoints immutable
- Endpoint sanity checks on RawApiServer construction
- Make server and client sockets private
- Add sanity checks when starting, stopping, connecting, and disconnecting
- Rewrite example
- Add minimal example
- Client connect timeout passed to function, not class
- Refactor the project
- Add lots of documentation
- Generate Dart docs
1.0.0 #
- Initial version.