xml_rpc 0.2.0 xml_rpc: ^0.2.0 copied to clipboard
A library to communicate through the XML-RPC protocol.
Changelog #
0.2.0 (2018-06-18) #
- Switch to Dart 2.
- Allow to specify the encoders/decoders used. This allows to communicate
with XML-RPC implementation that have extensions like
<nil>
,<i8>
... - Expose a
client_c.dart
library that directly handle<nil>
and<i8>
extension types.
0.1.4 (2016-11-24) #
- Evo: remove crypto dependency
0.1.3 (2015-02-05) #
- Evo: allow to specify encoding for calls.
0.1.2 (2015-01-31) #
- Evo:
call
accepts an optional named parameterclient
allowing to make the calls from browser. - Fix: If no type is indicated, the type is string.
- Fix:
<boolean>
instead of<bool>
.
0.1.1 (2015-01-30) #
- Fix: Http exception are not catched.
0.1.0 (2015-01-28) #
- First completed version for client side usage.
Semantic Version Conventions #
- Stable: All even numbered minor versions are considered API stable: i.e.: v1.0.x, v1.2.x, and so on.
- Development: All odd numbered minor versions are considered API unstable: i.e.: v0.9.x, v1.1.x, and so on.