raw_api_server 1.0.3 raw_api_server: ^1.0.3 copied to clipboard
A Dart package for building small and simple socket-based APIs.
1.0.3 #
- Add more inclusive testing
- Add missed checks in constructors
1.0.2 #
- Fix bug where client thought it was not connected
- Better type checking
- Document code better
- Comply to Dart style regulations
- Add basic tests
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.