The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/app/api/server/helpers
Guilherme Gazzo ba15ba725a
Chore: Startup Time (#23210)
4 years ago
..
README.md Move files from packages to imports 6 years ago
composeRoomWithLastMessage.js [IMPROVE] Don't use regex to find users (#14397) 6 years ago
deprecationWarning.ts [NEW] Omnichannel source identification fields (#23090) 4 years ago
getLoggedInUser.js New eslint rules (#14332) 6 years ago
getPaginationItems.js Chore: Startup Time (#23210) 4 years ago
getUserFromParams.js Regression: Update .invite endpoints to support multiple users at once (#21328) 4 years ago
getUserInfo.js Chore: Startup Time (#23210) 4 years ago
insertUserObject.js New eslint rules (#14332) 6 years ago
isUserFromParams.js New eslint rules (#14332) 6 years ago
isWidget.ts Add default value when no cookies are present (#23318) 4 years ago
parseJsonQuery.js Bump version to 3.13.2 4 years ago
requestParams.js Move files from packages to imports 6 years ago

README.md

REST API Helpers

What are they?

Helpers are functions which get injected into the context of this on each request the REST API recieves. This allows for commonly used code, such as retriving the target user, to be placed in one spot and used throughout the entire REST API code base.