4 5 6 7
# File 'lib/discourse_api/api/posts.rb', line 4 def create_post(args) post("/posts", API.params(args) .required(:topic_id, :raw)) end