octochan github.com curlã§å©ãã¨GitHubã®Issueã«ã³ã¡ã³ããããã¤ãIkachan for GitHubã Sinatraãã¼ã¹ã§ã以ä¸ã®ããã« config.ru ãæ¸ãã¨åããã¢ã¯ã»ã¹å¶éã¨ãã¯å¥ã®Rack Middlewareã§ãã£ã¦ãã ããã require 'octochan' module PB class GitHub < Octochan::App set :access_token, '......' end class GHE < Octochan::App set :access_token, '.....' set :api_root, 'https://your.ghe.local/api/v3' end end map '/github' do run PB::GitHub end map '/ghe' do run PB::GH
{{#tags}}- {{label}}
{{/tags}}