17 Commits

Author SHA1 Message Date
Dan
3adb780244 remove connector-pdf from te pyproject.toml file. 2022-10-21 16:28:44 -04:00
Dan
837c932683 Assume that all requests are json - and handle them appropriately.
Use the SimpleJson library to decode responses from DynamoDB, which might contain values that we can't deserialize otherwise.
2022-10-21 12:43:26 -04:00
jasquat
5bff6e82ea added types requests w/ burnettk cullerton 2022-10-10 12:16:51 -04:00
jasquat
684e47bfa5 added some basic linting w/ burnettk cullerton 2022-10-10 12:02:36 -04:00
jbirddog
5078c3794f
Consolidate pdf connectors, remove explicit parameters (#5)
* Drop params

* Renaming

* Consolidate pdf connectors
2022-10-10 10:04:32 -04:00
Jon Herron
e293725996 Layering connectors 2022-10-05 19:02:21 -04:00
Jon Herron
d493ec1753 Poetry work 2022-10-05 11:01:22 -04:00
Dan
ac0365da78 Basic ability to add and list items in DynamoDB, but there is a whole slew of additional things to consider.
* Catch and return errors as json (otherwise the backend blows up)
* Added Boto3 (AWS library) as a dependency
* Not sure if it's right, but tried to divide the auth and commands.
2022-09-29 17:55:45 -04:00
jasquat
3b874e49d9 added waku connector w/ burnettk 2022-09-26 14:55:44 -04:00
jbirddog
22ece99354
Allow connectors to specify their auth requirements (#1) 2022-09-21 17:22:33 -04:00
Jon Herron
73096bd036 Add connectors as local projects 2022-09-20 11:47:56 -04:00
jasquat
22c44aef8f added docker deployment to app w/ burnettk 2022-09-14 14:55:46 -04:00
jasquat
05e356e06e update poetry file to use connectors from github w/ burnettk 2022-09-14 12:50:09 -04:00
Jon Herron
a95634d83d BambooHr connector updates 2022-09-13 12:48:20 -04:00
Jon Herron
e28d05be68 Rename 2022-09-13 10:40:19 -04:00
Jon Herron
5402b882d2 Loading plugins 2022-09-09 13:39:56 -04:00
Jon Herron
943b97e412 Poetry init 2022-09-09 10:15:29 -04:00