examples/badges.rb in discourse_api-1.1.0 vs examples/badges.rb in discourse_api-2.0.0

- old
+ new

@@ -1,13 +1,13 @@ # frozen_string_literal: true -$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) -require File.expand_path('../../lib/discourse_api', __FILE__) +$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__) +require File.expand_path("../../lib/discourse_api", __FILE__) config = DiscourseApi::ExampleHelper.load_yml -client = DiscourseApi::Client.new(config['host'] || 'http://localhost:3000') -client.api_key = config['api_key'] || "YOUR_API_KEY" -client.api_username = config['api_username'] || "YOUR_USERNAME" +client = DiscourseApi::Client.new(config["host"] || "http://localhost:3000") +client.api_key = config["api_key"] || "YOUR_API_KEY" +client.api_username = config["api_username"] || "YOUR_USERNAME" # get badges puts client.badges # get badges for a user