GitHub

Undocumented in source.

Members

Classes

NoCache
class NoCache
Undocumented in source.

Functions

pagedQuery
std.json.JSONValue[] pagedQuery(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
post
string post(string url, Data jsonData)
Undocumented in source. Be warned that the author may not have intended to support it.
query
Result query(string url)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

ICache
interface ICache
Undocumented in source.

Structs

CacheEntry
struct CacheEntry
Undocumented in source.
Result
struct Result
Undocumented in source.

Variables

cache
ICache cache;
Undocumented in source.
log
void delegate(string) log;
Undocumented in source.
offline
bool offline;

Use cached objects without re-validating them

token
string token;
Undocumented in source.

Meta