Christian Cook
Christian Cook
- [ ] Added refactored unit tests - [x] Refactored Cmi5.ts - [x] Updated `@xapijs/xapi` version - [x] Added Coveralls - [x] Added Code Climate
# General Updates ## g1 Specification Reorganization No changes required ## g2 MUST to SHALL No changes required ## g3 Minor Spelling and Grammar No changes required ## g4 Version...
Adds the option to specify the adapter used when making network requests. Supports `axios` (default), `fetch` or provide a custom fetcher method. - [x] Add adapter structure - [x] Add...