Skip to content

Instantly share code, notes, and snippets.

@jalispran
Created July 30, 2020 04:25
Show Gist options
  • Save jalispran/89b78c15917ad4a5e0e3499699c98549 to your computer and use it in GitHub Desktop.
Save jalispran/89b78c15917ad4a5e0e3499699c98549 to your computer and use it in GitHub Desktop.
let data = {
imei: 'dummyimei',
};
let url = URI.CHECK_IN();
post(url, {data: data},
res => handleResponse(res),
err => handleError(err));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment