MCPcopy Create free account
hub / github.com/SeldonIO/seldon-server / userUrl

Function userUrl

client/js-client/src/rlClient.js:151–157  ·  view source on GitHub ↗
(user_id, facebook_opts)

Source from the content-addressed store, hash-verified

149 }
150
151 function userUrl(user_id, facebook_opts) {
152 return fullEndpoint("/js/user/new") +
153 "&id=" + user_id +
154 "&fb=" + (facebook_opts.facebook || "") +
155 "&fbId=" + (facebook_opts.facebook_id || "") +
156 "&fbToken=" + (facebook_opts.facebook_token || "");
157 }
158
159 function itemUrl(item_id, title, type) {
160 return fullEndpoint("/js/item/new") +

Callers 1

addUserFunction · 0.85

Calls 1

fullEndpointFunction · 0.85

Tested by

no test coverage detected