Sha256: 735c9d5c0bbd20615eff6d706a0a27265375ee55e3232df78d713183bd1b60b8
Contents?: true
Size: 328 Bytes
Versions: 4
Compression:
Stored size: 328 Bytes
Contents
# frozen_string_literal: true $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) require File.expand_path('../../lib/discourse_api', __FILE__) client = DiscourseApi::Client.new("http://localhost:3000") client.api_key = "YOUR_API_KEY" client.api_username = "YOUR_USERNAME" # get latest topics puts client.latest_topics
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
discourse_api-0.38.0 | examples/example.rb |
discourse_api-0.37.0 | examples/example.rb |
discourse_api-0.36.0 | examples/example.rb |
discourse_api-0.35.0 | examples/example.rb |