slack

Main module for slack-d

Public Imports

std.datetime.systime
public import std.datetime.systime;
Undocumented in source.
std.json
public import std.json;
Undocumented in source.

Members

Structs

Response
struct Response

Contains the response from a Slack REST API call encoded as JSON.

Slack
struct Slack

Holds the authorization token and the current channel for further REST API calls.

Variables

slackApiUrl
auto slackApiUrl;

Base Slack Web API URL.

Meta