maremma 4.2.3
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:
=
インストール:
=
Runtime依存関係 (10):
activesupport
>= 4.2.5, < 6
addressable
>= 2.3.6
builder
~> 3.2, >= 3.2.2
excon
~> 0.60, < 0.63
faraday
~> 0.14, < 0.15
faraday-encoding
~> 0.0.4
faraday_middleware
~> 0.12.0
multi_json
~> 1.12
nokogiri
~> 1.8.1
oj
>= 2.8.3