Sha256: 9d7e1dff3ddef5ab471d89e28aa75165ab1bab19e4c1ace0a03c71d9c8f2d34d
Contents?: true
Size: 1.48 KB
Versions: 1
Compression:
Stored size: 1.48 KB
Contents
# Faraday Decode XML [![GitHub Workflow Status](https://github.com/soberstadt/faraday-decode_xml/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/soberstadt/faraday-decode_xml/actions?query=branch%3Amain) [![Gem](https://img.shields.io/gem/v/faraday-decode_xml.svg?style=flat-square)](https://rubygems.org/gems/faraday-decode_xml) [![License](https://img.shields.io/github/license/soberstadt/faraday-decode_xml.svg?style=flat-square)](LICENSE.md) Faraday middleware for decoding XML requests. ## Installation Add this line to your application's Gemfile: ```ruby gem "faraday-decode_xml" ``` And then execute: ```shell bundle install ``` Or install it yourself as: ```shell gem install faraday-decode_xml ``` ## Usage ```ruby require "faraday/decode_xml" Faraday.new { |faraday| faraday.response :xml } ``` ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/test` to run the tests. To install this gem onto your local machine, run `rake build`. To release a new version, make a commit with a message such as "Bumped to 0.0.2" and then run `rake release`. See how it works [here](https://bundler.io/guides/creating_gem.html#releasing-the-gem). To run prettier, run `rake prettier` ## Contributing Bug reports and pull requests are welcome on [GitHub](https://github.com/soberstadt/faraday-decode_xml). ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
faraday-decode_xml-0.2.1 | README.md |