AYON Cpp Api
0.1.0
|
This is the complete list of members for AyonApi, including all inherited members.
AyonApi(const std::optional< std::string > &logFilePos, const std::string &authKey, const std::string &serverUrl, const std::string &ayonProjectName, const std::string &siteId, std::optional< int > concurrency=std::nullopt) | AyonApi | |
batchResolvePath(std::vector< std::string > &uriPaths) | AyonApi | |
convertUriVecToString(const std::vector< std::string > &uriVec) | AyonApi | private |
CPOST(const std::shared_ptr< std::string > endPoint, const std::shared_ptr< httplib::Headers > headers, nlohmann::json jsonPayload, const std::shared_ptr< uint8_t > sucsessStatus) | AyonApi | |
GenerativeCorePost(const std::string &endPoint, httplib::Headers headers, std::string &Payload, const int &sucsessStatus) | AyonApi | private |
GET(const std::shared_ptr< std::string > endPoint, const std::shared_ptr< httplib::Headers > headers, uint8_t sucsessStatus) | AyonApi | |
getAssetIdent(const nlohmann::json &uriResolverRespone) | AyonApi | |
getKey() | AyonApi | |
getSiteRoots() | AyonApi | |
getUrl() | AyonApi | |
loadEnvVars() | AyonApi | |
logPointer() | AyonApi | |
m_authKey | AyonApi | private |
m_ayonProjectName | AyonApi | private |
m_AyonServer | AyonApi | private |
m_AyonServerMutex | AyonApi | private |
m_batchResolveOptimizeVector | AyonApi | private |
m_ConcurentRequestAfterffoMutex | AyonApi | private |
m_connectionTimeOutMax | AyonApi | private |
m_GenerativeCorePostMaxLoopIterations | AyonApi | private |
m_Log | AyonApi | private |
m_maxCallRetrys | AyonApi | private |
m_maxConcurentRequestAfterffo | AyonApi | private |
m_maxGroupSizeForAsyncRequests | AyonApi | private |
m_minGrpSizeForAsyncRequests | AyonApi | private |
m_minVecSizeForGroupSplitAsyncRequests | AyonApi | private |
m_num_threads | AyonApi | private |
m_pathOnlyReselution | AyonApi | private |
m_readTimeOutMax | AyonApi | private |
m_regroupSizeForAsyncRequests | AyonApi | private |
m_RequestDelayWhenServerBusy | AyonApi | private |
m_retryWaight | AyonApi | private |
m_serverBusy | AyonApi | private |
m_ServerBusyCode | AyonApi | private |
m_serverUrl | AyonApi | private |
m_siteId | AyonApi | private |
m_siteRoots | AyonApi | private |
m_uriResolverEndpoint | AyonApi | private |
m_uriResolverEndpointPathOnlyVar | AyonApi | private |
m_userName | AyonApi | private |
resolvePath(const std::string &uriPath) | AyonApi | |
rootReplace(const std::string &rootLessPath) | AyonApi | |
serialCorePost(const std::string &endPoint, httplib::Headers headers, std::string &Payload, const int &sucsessStatus) | AyonApi | private |
SPOST(const std::shared_ptr< std::string > endPoint, const std::shared_ptr< httplib::Headers > headers, nlohmann::json jsonPayload, const std::shared_ptr< uint8_t > sucsessStatus) | AyonApi | |
~AyonApi() | AyonApi |