module Itch
Top level interface class, delegates to Itch::Client
Constants
- VERSION
Public Class Methods
new(**kwargs)
click to toggle source
# File lib/itch_client.rb, line 42 def self.new(**kwargs) Client.new(**kwargs) end