Skip to content

Instantly share code, notes, and snippets.

@shijinkrishna
Created March 22, 2016 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shijinkrishna/762d0b8c02063f2f7d7e to your computer and use it in GitHub Desktop.
Save shijinkrishna/762d0b8c02063f2f7d7e to your computer and use it in GitHub Desktop.
/**
m - Module name.
e - End point name.
r - Object containing current record data. Eg: pass your current record id as {id:<current-recrod-id>}
p - Other parameters. Eg: limit of records,orderBy etc.
**/
app.api.buildURL(m,e,r,p);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment