another-rest-client
another-rest-client copied to clipboard
Simple pure TypeScript REST API client that makes your code lesser and more beautiful than without it.
Just like this (maybe like your awesome fluent api) In this project: https://github.com/JustinBeckwith/retry-axios and add methods like get, put, and so on doing their job. source: https://github.com/JustinBeckwith/retry-axios `raxConfig: { //...
- [ ] Replace custom shortcuts with some inline field which can be inferred by TS (and maybe remove disabling standard shortcuts at all) `api.res({'some-field: {SHORTCUT: 'someField}}).someField.get()` - [ ]...