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_TYPEconstant.twilicRequestInterceptor(codec?)to encodeconfig.twilicBody.twilicResponseInterceptor(codec?)to decode Twilic response bodies.createTwilicAxios(instance?, codec?)factory attaching both interceptors.- Axios
AxiosRequestConfigaugmentation fortwilicBodyandtwilicResponse. - Node integration tests with an echo HTTP server.