All Tags » gem (RSS)

Browse by Tags

  • Re: How to upload file with http post on ruby on rails

    We have a ruby gem available to help simplify calling our system. You can get it by typing "gem i nvx-sds" or you can download and install it from: http://nvx-sds.rubyforge.org/ . On that page you will find the documentation for doing an http upload in the second section and the rubydoc for...
    Posted to Ruby (Forum) by BarryR on 01-24-2008
  • Re: Get Upload Node for HTTP Post

    Currently the Ruby Gem uses Soap to upload files using the AppendFile method and does not have HTTP uploads implemented yet. If you wish to use this method you can do the following: [quote] session = Session.new(APP_KEY, USERNAME, APP_NAME, PASSWORD) SoapUpload.UploadFile('remote_file', 'local_file'...
    Posted to Ruby (Forum) by BarryR on 11-16-2007
  • Ruby Gem 1.1.0 Released

    Changes: Fixed Path issues on case sensitive Operating systems Added SetAccountLimits method on Master account. Added GetAccountLimits for child accounts from MasterAccount object. Instructions: The Gem library that acts as a full API for the web services is available for download at http://developer...
    Posted to Ruby (Forum) by BarryR on 10-22-2007
Page 1 of 1 (3 items)