Skip to content
An XML-RPC parser/formatter for Elixir, with full support for datatype mapping!
Elixir Erlang
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
lib
src
test
.gitignore
LICENSE.txt
README.md
mix.exs
mix.lock

README.md

Weebo

tl;dr — use elixir-xml_rpc instead

I wrote Weebo in early 2015 because there were no libraries at the time to do XML-RPC style parsing. It was my first Elixir package, and I learned a ton from it.

After I open-sourced Weebo, @ewildgoose released their own XML-RPC parser for Elixir, and I felt it was better than Weebo in several areas, so I decided to deprecate weebo in favor of it.

The code will still remain available on GitHub for reference/leanring, but I'll no longer be supporting it.

Check out elixir-xml_rpc on GitHub.

Steven Schobert, 7/15/15

Something went wrong with that request. Please try again.