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

Method GetProjectInfoUrl

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

Source from the content-addressed store, hash-verified

325}
326
327std::string ServiceConfig::GetProjectInfoUrl(std::string_view projectId) const
328{
329 return Substitute(
330 "{api_url}/project/{project_id}", {
331 { "api_url", mApiEndpoint },
332 { "project_id", projectId },
333 });
334}
335
336std::string ServiceConfig::GetSnapshotInfoUrl(
337 std::string_view projectId, std::string_view snapshotId) const

Callers 1

GetProjectInfoFunction · 0.80

Calls 1

SubstituteFunction · 0.85

Tested by

no test coverage detected