(attributeNames)
| 170 | } |
| 171 | |
| 172 | function attributeString(attributeNames) { |
| 173 | return attributeNames.join(","); |
| 174 | } |
| 175 | |
| 176 | function recommendationsUrl(user_id, item_id, rlabs, rectag, options) { |
| 177 | return fullEndpoint("/js/recommendations") + |
no test coverage detected