Sha256: b589dc98e3d2176ad556fbb6585a69346096caaaa5dd39ad901d7ec0f1bc3cf3
Contents?: true
Size: 587 Bytes
Versions: 1
Compression:
Stored size: 587 Bytes
Contents
# Etwin client for ruby ## Installation Add this line to your application's Gemfile: ```ruby gem 'etwin' ``` And then execute: ``` bundle install ``` ## Usage ```ruby require 'etwin' # ... client = Etwin::Client::HttpEtwinClient.new(URI.parse("https://eternal-twin.net")) user = client.get_user(Etwin::Client::Auth::Guest, Etwin::User::UserId.new("9f310484-963b-446b-af69-797feec6813f")) pp user ``` ## Development ``` bundle install bundle exec rubocop bundle exec rspec # bundle exec rake release # bundle exec rake install bundle exec srb tc # gem build # gem push ... ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
etwin-0.0.2 | README.md |