Skip to content

v0.1.1

Latest

Choose a tag to compare

@minagishl minagishl released this 08 Jun 04:16
c714769

Initial public release of @twilic/axios. Version 0.1.0 was published locally without npm trusted publishing and is not part of the canonical release line.

Added

  • TWILIC_CONTENT_TYPE constant.
  • twilicRequestInterceptor(codec?) to encode config.twilicBody.
  • twilicResponseInterceptor(codec?) to decode Twilic response bodies.
  • createTwilicAxios(instance?, codec?) factory attaching both interceptors.
  • Axios AxiosRequestConfig augmentation for twilicBody and twilicResponse.
  • Node integration tests with an echo HTTP server.