Make HTTP Requests available to SpiffWorkflow Service Tasks
Go to file
jasquat c540e66785
Merge pull request #8 from sartography/add-json-content-type-header
add-json-content-type-header
2024-06-12 11:54:18 -04:00
.github/workflows fixed tests w/ burnettk 2024-06-12 11:53:08 -04:00
src/connector_http fixed tests w/ burnettk 2024-06-12 11:53:08 -04:00
tests/connector_http/unit fixed tests w/ burnettk 2024-06-12 11:53:08 -04:00
.gitignore Next version of http get/post commands (#5) 2023-05-01 10:34:38 -04:00
.tool-versions WIP for error boundary support w/ burnettk 2023-10-13 11:56:51 -04:00
LICENSE Initial commit 2023-01-04 16:46:56 -05:00
README.md Initial commit 2023-01-04 16:46:56 -05:00
conftest.py fixed post request v2 command, added a http request base to inherit from, and mypy and ruff are now passing w/ burnettk 2023-10-13 12:44:49 -04:00
poetry.lock Add support for calling APIs that return xml (#7) 2024-02-21 09:05:37 -05:00
pyproject.toml Add support for calling APIs that return xml (#7) 2024-02-21 09:05:37 -05:00

README.md

connector-http

Make HTTP Requests available to SpiffWorkflow Service Tasks