Skip to content

Instantly share code, notes, and snippets.

@arockwell
Created February 11, 2011 16:43
Show Gist options
  • Select an option

  • Save arockwell/822620 to your computer and use it in GitHub Desktop.

Select an option

Save arockwell/822620 to your computer and use it in GitHub Desktop.
merge indviduals example
#!/usr/bin/ruby
require 'rubygems'
require 'vivo_web_api'
client = VivoWebApi::Client.new('https://vivo.ufl.edu')
client.merge_individuals('username', 'password', correct_uri, duplicate_uri)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment