giga::GigaApi::NetworkApi Class Referencefinal
Public Member Functions | |
pplx::task< std::shared_ptr < data::UsersRelation > > | updateUserRelationData (uint64_t fromUserId, uint64_t toUserId, const utility::string_t &type, bool favorite, bool isNew) const |
pplx::task< std::shared_ptr < data::UsersRelation > > | createUserRelation (uint64_t fromUserId, uint64_t toUserId, const utility::string_t &type, const utility::string_t &medium, const std::string &key) const |
pplx::task< std::shared_ptr < data::Success > > | deleteUserRelation (uint64_t fromUserId, uint64_t toUserId, const utility::string_t &type) const |
pplx::task< std::shared_ptr < std::vector< std::shared_ptr < data::UsersRelation > > > > | getUserRelation (uint64_t userId, const utility::string_t &type, const utility::string_t &way) const |
pplx::task< std::shared_ptr < data::UsersRelation > > | getUserRelation (uint64_t fromId, const utility::string_t &type, uint64_t toId, const utility::string_t &way) const |
Friends | |
class | GigaApi |
The documentation for this class was generated from the following files:
- /home/thomas/code/GiGaSdk/src/giga/api/GigaApi.h
- /home/thomas/code/GiGaSdk/src/giga/api/NetworkApi.cpp