Lingotek Client Sample
require ‘lingotek-client’ include LingotekClient include LingotekClient::Resource
API::connect(‘10.0.11.112:8080/lingopoint/api/4/’, ‘mykey’, ‘mysecret’, ‘myuser’)
Project.all.each do |project|
puts project.name
end
require ‘lingotek-client’ include LingotekClient include LingotekClient::Resource
API::connect(‘10.0.11.112:8080/lingopoint/api/4/’, ‘mykey’, ‘mysecret’, ‘myuser’)
Project.all.each do |project|
puts project.name
end