|
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 > successStatus) | AyonApi | |
| generativeCorePost(const std::string &endPoint, httplib::Headers headers, std::string &payload, const int &successStatus) | AyonApi | private |
| GET(const std::shared_ptr< std::string > endPoint, const std::shared_ptr< httplib::Headers > headers, uint8_t successStatus) | AyonApi | |
| getAssetIdent(const nlohmann::json &uriResolverResponse) | AyonApi | |
| getKey() | AyonApi | |
| getSiteRoots() | AyonApi | |
| getUrl() | AyonApi | |
| isSSL() const | AyonApi | private |
| logPointer() | AyonApi | |
| m_authKey | AyonApi | private |
| m_ayonProjectName | AyonApi | private |
| m_ayonServer | AyonApi | private |
| m_ayonServerMutex | AyonApi | private |
| m_batchResolveOptimizeVector | AyonApi | private |
| m_concurrentRequestAfterServerBusyMutex | AyonApi | private |
| m_connectionTimeoutMax | AyonApi | private |
| m_generativeCorePostMaxLoopIterations | AyonApi | private |
| m_headers | AyonApi | private |
| m_log | AyonApi | private |
| m_maxCallRetries | AyonApi | private |
| m_maxConcurrentRequestsAfterServerBusy | AyonApi | private |
| m_maxGroupSizeForAsyncRequests | AyonApi | private |
| m_minGroupSizeForAsyncRequests | AyonApi | private |
| m_minVecSizeForGroupSplitAsyncRequests | AyonApi | private |
| m_numThreads | AyonApi | private |
| m_pathOnlyResolution | AyonApi | private |
| m_readTimeoutMax | AyonApi | private |
| m_regroupSizeForAsyncRequests | AyonApi | private |
| m_requestDelayWhenServerBusy | AyonApi | private |
| m_retryWait | AyonApi | private |
| m_serverBusy | AyonApi | private |
| m_serverBusyCode | AyonApi | private |
| m_serverBusyCondVar | 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 &successStatus) | AyonApi | private |
| setSSL() | 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 > successStatus) | AyonApi | |
| ~AyonApi() | AyonApi |