MCPcopy
hub / github.com/parse-community/parse-server / request

Function request

src/Adapters/Auth/meetup.js:30–38  ·  view source on GitHub ↗
(path, access_token)

Source from the content-addressed store, hash-verified

28
29// A promisey wrapper for api requests
30function request(path, access_token) {
31 return httpsRequest.get({
32 host: 'api.meetup.com',
33 path: '/2/' + path,
34 headers: {
35 Authorization: 'bearer ' + access_token,
36 },
37 });
38}
39
40module.exports = {
41 validateAppId: validateAppId,

Callers 15

validateAuthDataFunction · 0.70
verifyServerUrlMethod · 0.50
wrapToHTTPRequestFunction · 0.50
validateWithAppStoreFunction · 0.50
getObjectFunction · 0.50
rest.spec.jsFile · 0.50
UserPII.spec.jsFile · 0.50

Calls 1

getMethod · 0.45

Tested by 15

getObjectFunction · 0.40
validateFunction · 0.40
securityRequestFunction · 0.40
uploadTestFileFunction · 0.40
verifyPasswordFunction · 0.40
resetRequestFunction · 0.40
loginWithRecoveryFunction · 0.40
setupSmsMfaUserFunction · 0.40
requestLoginOtpFunction · 0.40
loginWithOtpFunction · 0.40
setPermissionsOnClassFunction · 0.40
invalidQueryFunction · 0.40