xapijs / xapi

Communicate over xAPI using JavaScript.
https://www.xapijs.dev/xapi-wrapper-library
MIT License
43 stars 21 forks source link

✨ feature/adapters #383

Closed CookieCookson closed 4 months ago

CookieCookson commented 7 months ago

Adds the option to specify the adapter used when making network requests. Supports axios (default), fetch or provide a custom fetcher method.