ewildgoose / elixir-xml_rpc

Encode and decode elixir terms to XML-RPC parameters
Apache License 2.0
40 stars 17 forks source link

Fix for decoding MethodCall with no params #5

Closed mdillavou closed 8 years ago

mdillavou commented 9 years ago

This should fix #4

This include an additional Decoder.parse method along with a new unit test to validate it.