Commit 38b1141
Next release (#1624)
* Add `encodeFormBody` utility and form data content type support (#1607)
* support form data content type
* add changeset
* ast build
* update encodeFormBody and add unit tests
* update encodeFormBody comments
* code format
* add encodeFormBody util function
and isBlobEntry internal function
* add unit test for encodeFormBody
* use encodeFormBody from common/util
* use encodeFormBody from common/util
* reduce unnecessary jsdocs
* update changeset
* remove old tests
* fix unit tests
* remove blob mode in encodeFormBody
* split changesets
* update changesets
* drop modes in encodeFormBody function
primitive are converted to string, `Blob` and `File` are appended as-is
* update docs
* update request headers in util.request
* revert requestHeaders
* Add formdata integration tests (#1615)
* http:rewrite integration tests to ues koa
* add tests of posting formdata
* add a skipped test
* add test showing current behaviour
---------
Co-authored-by: Joe Clark <jclark@openfn.org>
* Fhir: Narratives and new `authorization` header (#1623)
* add very basic narrative
* fhir-4: expose request options to uploadBundle
As a hook to include custom auth headers
* remove debug code
* regen
* add authorization header
* update changeset
* revert changes
* changeset
* bump versions
---------
Co-authored-by: Emmanuel Evance <mtuchidev@gmail.com>1 parent 785f10b commit 38b1141
242 files changed
Lines changed: 1547 additions & 284 deletions
File tree
- packages
- arcgis
- asana
- aws-s3
- azure-storage
- beyonic
- bigquery
- browserless
- cartodb
- chatgpt
- cht
- claude
- collections
- commcare
- common
- src
- util
- test/util
- dagu
- src
- test
- dhis2
- divoc
- dynamics
- erpnext
- et-mfr
- facebook
- fhir-4
- src
- test
- fhir-eswatini
- build
- src/profiles
- test/resources
- fhir-fr
- fhir-ndr-et
- fhir
- flutterwave
- formsg
- gemini
- ghana-bdr
- ghana-nia
- gmail
- godata
- googledrive
- googlehealthcare
- googlesheets
- hive
- http
- src
- test
- hubtel
- ibipimo
- ihris
- inform
- intuit
- khanacademy
- kobotoolbox
- lamisplus
- magpi
- mailchimp
- mailgun
- maximo
- medicmobile
- memento
- mogli
- mojatax
- mongodb
- monnify
- motherduck
- mpesa
- msgraph
- mssql
- msupply
- mtn-momo
- mysql
- nexmo
- ocl
- odk
- odoo
- openboxes
- opencrvs
- openelis
- openfn
- openhim
- openimis
- openlmis
- openmrs
- openspp
- pdfshift
- pesapal
- ping
- postgresql
- primero
- progres
- rapidpro
- redis
- resourcemap
- salesforce
- satusehat
- senaite
- sftp
- stripe
- sunbird-rc
- surveycto
- telerivet
- twilio
- varo
- vtiger
- whatsapp
- wigal-sms
- zata
- zoho
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | | - | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments