maremma 4.9.8
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:
          =
        
        
          instalar:
          =
        
      Runtime Dependencies (10):
            activesupport
            >= 4.2.5
          
          
            addressable
            >= 2.3.6
          
          
            builder
            ~> 3.2, >= 3.2.2
          
          
            excon
            ~> 0.71.0
          
          
            faraday
            ~> 0.17.3
          
          
            faraday-encoding
            ~> 0.0.4
          
          
            faraday_middleware
            ~> 0.14.0
          
          
            nokogiri
            >= 1.11.2, < 1.14.0
          
          
            oj
            >= 2.8.3
          
          
            oj_mimic_json
            ~> 1.0, >= 1.0.1