Skip to content
API-Wrap.el Release 0.3

* 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)