Replies: 1 comment
-
Hi @vitto-moz
If this is something you'd be interested in authoring, @andreaTP might be able to help you set up a repo under https://github.com/kiota-community |
Beta Was this translation helpful? Give feedback.
-
Hi, Kiota Community!
Have anyone tried to use Axios as an
HttpClient
for KiotaFetchRequestAdapter
. Axios has differentResponse
type, that is not aligned with FetchResponse
- that makes the Kiota fails, as it don't have the functionality for handling such type of response. Have I missed something and Kiota actually have the way to use axios as anHttpClient
?Here below is the code that I had to add to make things done (
convertAxiosResponseToFetchResponse
is the trick) :Beta Was this translation helpful? Give feedback.
All reactions