Feliday-js-client/src
SleeplessOne1917 360196c8ae
feat: add image upload method to http client (#108)
* feat: add image upload method to http client

* fix: Make files optional on UploadImageResponse

* fix: Fix comment typo

* fix: replace loose equals with strict equals

* fix: Remove useless awaits

* fix: Add explicit return types to image upload helper functions

* fix: Include client headers in image upload request

* fix: Change type of uploadImage arg to File | Buffer instead of Blob | Buffer

* doc: Add doc string

* refactor: Switch to using cross-fetch instead of node-fetch v3

* chore: remove unnecessary asyncs
2023-03-22 14:33:54 -04:00
..
interfaces feat: add image upload method to http client (#108) 2023-03-22 14:33:54 -04:00
http.ts feat: add image upload method to http client (#108) 2023-03-22 14:33:54 -04:00
index.ts Removing monads. Fixes #98 (#99) 2023-01-04 11:29:06 -05:00
utils.ts Removing monads. Fixes #98 (#99) 2023-01-04 11:29:06 -05:00
websocket.ts Removing monads. Fixes #98 (#99) 2023-01-04 11:29:06 -05:00