Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GetStream/stream-go2
/ newAPIURLBuilder
Function
newAPIURLBuilder
url.go:67–69 ·
view source on GitHub ↗
(addr, region, version string)
Source
from the content-addressed store, hash-verified
65
}
66
67
func
newAPIURLBuilder(addr, region, version string) apiURLBuilder {
68
return
apiURLBuilder{addr, newRegionalURLBuilder(region, version)}
69
}
70
71
func
(u apiURLBuilder) url() string {
72
if
u.addr !=
""
{
Callers
7
Test_URLString
Function · 0.85
New
Function · 0.85
Collections
Method · 0.85
Users
Method · 0.85
Reactions
Method · 0.85
Moderation
Method · 0.85
AuditLogs
Method · 0.85
Calls
1
newRegionalURLBuilder
Function · 0.85
Tested by
1
Test_URLString
Function · 0.68