Sha256: b0a36351fcdf4025370a17b4240d563f19ae613b8c7f5c6704fea42e89e4e64f
Contents?: true
Size: 492 Bytes
Versions: 1
Compression:
Stored size: 492 Bytes
Contents
require 'uri' module Twfy BASE = URI.parse('https://www.theyworkforyou.com/api/') API_VERSION = '1.0.0' autoload :VERSION, 'twfy/version' autoload :Client, 'twfy/client' autoload :Validation, 'twfy/validation' autoload :DataElement, 'twfy/data_element' autoload :Constituency, 'twfy/constituency' autoload :Geometry, 'twfy/geometry' autoload :MP, 'twfy/mp' autoload :Commands, 'twfy/commands' autoload :API, 'twfy/api' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twfy-1.1.1 | lib/twfy.rb |