maremma 4.5
Ruby utility library for network requests. Based on Faraday and Excon, provides a wrapper for XML/JSON parsing and error handling. All successful responses are returned as hash with key data, all errors in a JSONAPI-friendly hash with key errors.
Gemfile:
=
install:
=
Runtime Dependencies (10):
activesupport
>= 4.2.5, < 6
addressable
>= 2.3.6
builder
~> 3.2, >= 3.2.2
excon
~> 0.71.0
faraday
= 0.17.0
faraday-encoding
~> 0.0.4
faraday_middleware
~> 0.13.1
nokogiri
~> 1.10.4
oj
>= 2.8.3
oj_mimic_json
~> 1.0, >= 1.0.1
Development Dependencies (10):
bundler
~> 2.0
codeclimate-test-reporter
~> 1.0
rack-test
~> 0
rake
>= 0
rspec
~> 3.4
rubocop
~> 0.77.0
rubocop-performance
~> 1.5, >= 1.5.1
simplecov
>= 0
vcr
~> 3.0, >= 3.0.3
webmock
~> 3.0, >= 3.0.1
Star
License: