Skip to content

Instantly share code, notes, and snippets.

@you21979
Last active September 18, 2018 07:25
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 you21979/5767310b4fb93de059c09b88f3596bb7 to your computer and use it in GitHub Desktop.
Save you21979/5767310b4fb93de059c09b88f3596bb7 to your computer and use it in GitHub Desktop.

one request

send( xxxx, yyyy, external_id )

error check

check(external_id)

multi request

request_id = prepare()
send(request_id, xxxx, yyyy)
commit(request_id)

error check

check(request_id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment