vibe-d ~master (2022-11-16T10:14:41Z)
Home
Dub
Repo
ThreadAPI
index
api
Undocumented in source.
interface
ThreadAPI {
struct
CollectionIndices
;
Collection
!
PostAPI
posts
(string _thread_name);
void
post
(string name, string message);
string
[]
get
();
}
Members
Functions
get
string
[]
get
()
Undocumented in source.
post
void
post
(string name, string message)
Undocumented in source.
posts
Collection
!
PostAPI
posts
(string _thread_name)
Undocumented in source.
Structs
CollectionIndices
struct
CollectionIndices
Undocumented in source.
Meta
Source
See Implementation
index
api
interfaces
ForumAPI
PostAPI
ThreadAPI