Guest User

Untitled

a guest
Sep 28th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const requiredParamz = {
  2.   //  Store methods
  3.   '/app': ['appId'],
  4.   '/list': [],
  5.   '/search': ['term'],
  6.   '/similar': ['appId'],
  7.   '/reviews': ['appId'],
  8.   //  ASO methods
  9.   '/scores': ['keyword'],
  10.   '/suggest/category': ['appId'],
  11.   '/suggest/similar': ['appId'],
  12.   '/suggest/competition': ['appId'],
  13.   '/suggest/arbitrary': ['appId'],
  14.   '/suggest/keywords': ['keywords'],
  15.   '/visibility': ['appId'],
  16.   '/keywords': ['appId']
  17. };
Advertisement
Add Comment
Please, Sign In to add comment