ae ~master (2024-01-05T13:09:51Z)
Home
Dub
Repo
GitHub
ae
net
github
rest
Undocumented in source.
package
struct
GitHub {
string
token
;
void
delegate
(
string
)
log
;
bool
offline
;
struct
CacheEntry
;
interface
ICache
;
class
NoCache
;
ICache
cache
;
struct
Result
;
Result
query
(string url);
static
import
std
.
json
;
;
std
.
json
.
JSONValue
[]
pagedQuery
(string url);
string
post
(string url, Data jsonData);
}
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
Source
See Implementation
ae
net
github
rest
structs
GitHub