assembla_api 0.1.2
Ruby client that supports all of the Assembla API methods. It's build in a modular way, that is, you can either instantiate the whole api wrapper Assembla.new or use parts of it e.i. Assembla::Client::Spaces.new if working solely with spaces is your main concern. Intuitive query methods allow you easily call API endpoints.
          Gemfile:
          =
        
        
          instalar:
          =
        
      Runtime Dependencies (8):
            addressable
            ~> 2.3
          
          
            descendants_tracker
            >= 0.0.4, ~> 0.0.4
          
          
            faraday
            < 0.10, ~> 0.8
          
          
            hashie
            >= 3.2, ~> 3.2
          
          
            mime-types
            < 3.0, >= 1.16
          
          
            multi_json
            < 2.0, >= 1.7.5
          
          
            nokogiri
            >= 1.6.3, ~> 1.6.3
          
          
            oauth2
            ~> 1.0
          
    