Sha256: dd0a80be8caf9db1496dedcb929c393849d15bdf8744a2b8e2bf2e842f12ecf4
Contents?: true
Size: 416 Bytes
Versions: 22
Compression:
Stored size: 416 Bytes
Contents
$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" client.create_private_message( title: "Confidential: Hello World!", raw: "This is the raw markdown for my private message", target_usernames: "user1,user2" )
Version data entries
22 entries across 22 versions & 1 rubygems