Sha256: fa2445a6d5f91c29302ad6c40c493e5c6a75361c2c279a83e1db0d08b360388b
Contents?: true
Size: 272 Bytes
Versions: 1
Compression:
Stored size: 272 Bytes
Contents
require "youtrack" # Setup the client configuration client = Youtrack::Client.new do |c| c.url = "http://example.your-youtrack.com" c.login = "demo" c.password = "demo" end # connect to the youtrack endpoint # and save cookies in the client object client.connect!
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
youtrack-0.0.8 | examples/authentication.rb |