MCPcopy Create free account
hub / github.com/audacity/audacity / GetAudioDownloadListUrl

Method GetAudioDownloadListUrl

libraries/lib-cloud-audiocom/ServiceConfig.cpp:401–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401std::string ServiceConfig::GetAudioDownloadListUrl(std::string_view audioId) const {
402 return Substitute(
403 "{api_url}/download/{audio_id}",
404 {
405 { "api_url", mApiEndpoint },
406 { "audio_id", audioId },
407 });
408}
409
410std::string ServiceConfig::GetNetworkStatsUrl(std::string_view projectId) const
411{

Callers 1

GetAudioDownloadInfoFunction · 0.80

Calls 1

SubstituteFunction · 0.85

Tested by

no test coverage detected