Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const requiredParamz = {
- // Store methods
- '/app': ['appId'],
- '/list': [],
- '/search': ['term'],
- '/similar': ['appId'],
- '/reviews': ['appId'],
- // ASO methods
- '/scores': ['keyword'],
- '/suggest/category': ['appId'],
- '/suggest/similar': ['appId'],
- '/suggest/competition': ['appId'],
- '/suggest/arbitrary': ['appId'],
- '/suggest/keywords': ['keywords'],
- '/visibility': ['appId'],
- '/keywords': ['appId']
- };
Advertisement
Add Comment
Please, Sign In to add comment