Skip to content

API-Wrap.el Release 0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@vermiculus vermiculus released this 21 Oct 03:02
· 14 commits to master since this release
  • New hooks pre-process-data and pre-process-params
    Use these hooks to transform your data/params before it's passed to
    the API request handler. See the docstring of apiwrap-new-backend
    for more details.

  • apiwrap-resolve-api-params
    Some minor changes for maintainability

    • renamed to apiwrap-genform-resolve-api-params
    • unused argument noencode removed
    • more sophisticated matching of URI template tokens
    • more natural syntax (see tests)