xml_rpc 0.2.0 copy "xml_rpc: ^0.2.0" to clipboard
xml_rpc: ^0.2.0 copied to clipboard

outdatedDart 1 only

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 parameter client 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 #

http://semver.org/

  • 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.
10
likes
0
pub points
77%
popularity

Publisher

unverified uploader

A library to communicate through the XML-RPC protocol.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http, meta, xml

More

Packages that depend on xml_rpc