Skip to content

context passing to callback, added JSON schema

Compare
Choose a tag to compare
@eshaan7 eshaan7 released this 23 Jul 16:32
· 69 commits to master since this release
  • Additional context from the POST request's JSON can be passed to the user-defined callback function. This allows for better future's post-completion processing.

Note: Please see Examples section for the relevant code in such use-cases.

  • Updated docs with more examples/ use-cases.
  • Added more type-hinting.