文件名称:discourse_api:Ruby话语API
文件大小:97KB
文件格式:ZIP
更新时间:2024-05-20 03:55:34
Ruby
话语Api Discourse API gem可让您使用Discourse API 安装 将此行添加到您的应用程序的Gemfile中: gem 'discourse_api' 然后执行: $ bundle 或将其自己安装为: $ gem install discourse_api 用法 随着时间的流逝,该项目打算拥有完整的Discourse API。 目前只有几个端点可用: client = DiscourseApi :: Client . new ( "http://try.discourse.org" ) client . api_key = "YOUR_API_KEY" client . api_username = "YOUR_USERNAME" client . ssl ( ... ) #=> specif