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

Function fullEndpoint

client/js-client/src/rlClient.js:134–136  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

132 }
133
134 function fullEndpoint(path) {
135 return params.endpoint + path + "?consumer_key=" + params.consumer;
136 }
137
138 function actionUrl(type, user_id, item_id, rlabs, source, rectag, position, click_only, extra_data) {
139 return fullEndpoint("/js/action/new") +

Callers 5

actionUrlFunction · 0.85
userUrlFunction · 0.85
itemUrlFunction · 0.85
recommendedUsersUrlFunction · 0.85
recommendationsUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected