Module: GitHubMarkdownAPI

Defined in:
lib/github_markdown_api.rb,
lib/github_markdown_api/version.rb

Defined Under Namespace

Classes: Client

Constant Summary collapse

DEFAULT_SCHEME =
:https
DEFAULT_HOST =
'api.github.com'
DEFAULT_PORT =
nil
DEFAULT_ENDPOINTS =
{
  raw:  '/markdown/raw',
  attr: '/markdown',
}
DEFAULT_AUTH =
nil
DEFAULT_CONTENT_TYPE =
'text/plain'
VERSION =
'0.0.1'