Sha256: f64da87a00ec9a4d3187b3cfca9767381e65348f5c25a6195bc086a3a15bfa73

Contents?: true

Size: 394 Bytes

Versions: 5

Compression:

Stored size: 394 Bytes

Contents

module AthenaHealth
  class Client
    def initialize(version:, key:, secret:)
      @api = AthenaHealth::Connection.new(version: version, key: key, secret: secret)
    end

    include Endpoints::Practices
    include Endpoints::Departments
    include Endpoints::Patients
    include Endpoints::Appointments
    include Endpoints::Providers
    include Endpoints::InsurancePackages
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
athena_health-0.8.7 lib/athena_health/client.rb
athena_health-0.8.6 lib/athena_health/client.rb
athena_health-0.8.5 lib/athena_health/client.rb
athena_health-0.8.4 lib/athena_health/client.rb
athena_health-0.8.3 lib/athena_health/client.rb