Sha256: d0aba1cd3ace7cacae61bc064136a63061389fc02d814407d5e982a832306400
Contents?: true
Size: 465 Bytes
Versions: 4
Compression:
Stored size: 465 Bytes
Contents
# frozen_string_literal: true SchoologyClient.configure do |config| # Schoology OAuth consumer key and secret can be found at https://app.schoology.com/api config.oauth_consumer_key = ENV['SCHOOLOGY_OAUTH_CONSUMER_KEY'] config.oauth_consumer_secret = ENV['SCHOOLOGY_OAUTH_CONSUMER_SECRET'] # This is the base URL for the Schoology API. It should be set to # to something like 'https://api.schoology.com/v1' config.url = ENV['SCHOOLOGY_API_URL'] end
Version data entries
4 entries across 4 versions & 1 rubygems