Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevenschobert/weebo
An XML-RPC parser/formatter for Elixir, with full support for datatype mapping!
https://github.com/stevenschobert/weebo
Last synced: about 2 months ago
JSON representation
An XML-RPC parser/formatter for Elixir, with full support for datatype mapping!
- Host: GitHub
- URL: https://github.com/stevenschobert/weebo
- Owner: stevenschobert
- License: mit
- Created: 2015-06-08T06:17:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-17T03:54:48.000Z (over 9 years ago)
- Last Synced: 2024-11-13T00:53:37.570Z (2 months ago)
- Language: Elixir
- Homepage:
- Size: 184 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - An XML-RPC parser/formatter for Elixir, with full support for datatype mapping. (Framework Components)
- fucking-awesome-elixir - weebo - An XML-RPC parser/formatter for Elixir, with full support for datatype mapping. (Framework Components)
- awesome-elixir - weebo - An XML-RPC parser/formatter for Elixir, with full support for datatype mapping. (Framework Components)
README
Weebo
=====> **tl;dr** — use [elixir-xml_rpc](https://github.com/ewildgoose/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](https://github.com/ewildgoose) released their own [XML-RPC parser](https://github.com/ewildgoose/elixir-xml_rpc) 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](https://github.com/stevenschobert/weebo) for reference/leanring, but I'll no longer be supporting it.
**Check out [elixir-xml_rpc](https://github.com/ewildgoose/elixir-xml_rpc) on GitHub.**
_Steven Schobert, 7/15/15_