13 Commits

Author SHA1 Message Date
Ferdi Koomen
d7c153ff55 Merge branch 'master' into feature/cancelable
# Conflicts:
#	README.md
#	package.json
#	src/utils/registerHandlebarTemplates.ts
#	test/__snapshots__/index.spec.js.snap
#	test/custom/request.ts
#	test/e2e/v3.fetch.spec.js
#	test/e2e/v3.node.spec.js
#	yarn.lock
2021-10-18 22:19:36 +02:00
Ferdi Koomen
5b3348d6f9 - Added axios client
- Added function to escape path and stopped replacement of ":" character in path
2021-10-08 23:34:49 +02:00
Ferdi Koomen
931ee9c805 - Added support for node fetch 3.x, but recommend 2.x for Jest and NodeJS compatibility 2021-09-28 10:30:49 +02:00
Ferdi Koomen
826ae82dc1 - Fixed test spec for cancelation 2021-03-13 19:29:40 +01:00
Ferdi Koomen
7b5823ce75 - Added cancelable concept that works (rough) 2021-03-13 18:01:37 +01:00
Ferdi Koomen
6c35b190e5 - Improved test readablity 2020-10-15 14:26:46 +02:00
Ferdi Koomen
a5a8c0ba47 Updated PR with XHR support, added E2E tests and added documentation 2020-10-13 11:02:54 +02:00
Ferdi Koomen
923c141fdb - Cleanup of templates
- Fixed File type for Node.js and Browser clients
2020-09-30 23:35:02 +02:00
Ferdi Koomen
43e382f115 - Working on better File type handeling 2020-09-27 18:38:58 +02:00
Ferdi Koomen
e6c423de0f - Working on babel tests 2020-09-27 10:14:19 +02:00
Ferdi Koomen
2f8d8b0a59 - First draft of the new client generation mechanism 2020-09-26 15:16:08 +02:00
Ferdi Koomen
a5cd62f3e9 - E2E test working, failing on node, but support will be build soon 2020-09-25 16:49:35 +02:00
Ferdi Koomen
75c9ef321e - Test 2020-09-25 15:50:16 +02:00