marsrestclient ~master (2017-03-12T11:31:18Z)
Dub
Repo
TransportClient
vksdk
client
TransportClient
Undocumented in source.
interface
TransportClient {
ClientResponse
post
(string url, string requestBody);
ClientResponse
post
(string url, string fileName, File file);
ClientResponse
post
(string url);
}
Members
Functions
post
ClientResponse
post
(string url, string requestBody)
Undocumented in source.
post
ClientResponse
post
(string url, string fileName, File file)
Undocumented in source.
post
ClientResponse
post
(string url)
Undocumented in source.
Meta
Source
See Implementation
vksdk
client
TransportClient
modules
AbstractAction
AbstractQueryBuilder
ApiRequest
ClientResponse
Lang
TransportClient
VkApiClient
actors