Sha256: 84053249994b0fc4c9f366ba8fb22cfc007c61c17ed6c464c1e4a0e5e301746c

Contents?: true

Size: 302 Bytes

Versions: 5

Compression:

Stored size: 302 Bytes

Contents

# frozen_string_literal: true

require_relative "v2/connection"
require_relative "v2/entity"
require_relative "v2/error"
require_relative "v2/gateway"
require_relative "v2/gateway_base"
require_relative "v2/resource"

module FaithTeams
  module API
    # FaithTeams API v2
    module V2; end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
faithteams-api-4.2.0 lib/faithteams/api/v2.rb
faithteams-api-4.1.1 lib/faithteams/api/v2.rb
faithteams-api-4.0.1 lib/faithteams/api/v2.rb
faithteams-api-2.0.2 lib/faithteams/api/v2.rb
faithteams-api-2.0.1 lib/faithteams/api/v2.rb