Skip to content

Releases: vermiculus/apiwrap.el

API-Wrap.el Release 0.3

21 Oct 03:02
Compare
Choose a tag to compare
Pre-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)