sartography / spiff-arena

SpiffWorkflow is a software development platform for building, running, and monitoring executable diagrams
https://www.spiffworkflow.org/
GNU Lesser General Public License v2.1
64 stars 42 forks source link

Iplicit API Calls - New operators #1032

Closed MarD0607 closed 6 months ago

MarD0607 commented 7 months ago

We need defined operators for PATCH, PUT and DELETE as included in the swagger documentation https://api.iplicit.com/api-docs/index.html#/

burnettk commented 7 months ago

this is in reference to the http connector, which has historically only supported GET and POST?

MarD0607 commented 7 months ago

this is in reference to the http connector, which has historically only supported GET and POST?

Yes

calexh-sar commented 7 months ago

@burnettk yes, Marius discussed this with @jbirddog and me. I have this tickets as a poet-scrum discussion today. I think it is primarily a dev ticket, with some process work to confirm the new http connector updates.

jasquat commented 7 months ago

The additional http methods have been added to https://github.com/sartography/connector-http and we have updated spiffworkflow-connector on app-dev. They can be selected from a service task.

MarD0607 commented 7 months ago

@Kayvon-Martinez Please help with building additional test processes and testing out all the endpoints needed for the Iplicit Integration

madhurrya commented 6 months ago

@Kayvon-Martinez @MarD0607 Is there any ongoing work related to this or is all the work complete and can I start testing this?

calexh-sar commented 6 months ago

@madhurrya please take a look at https://dev.app.spiff.status.im/process-groups/misc:service-tests:iplicit and if this assists you with testing this issue let me know if you questions.

madhurrya commented 6 months ago

Tested GET/POST/PUT/PATCH/DELETE using the Models here https://dev.app.spiff.status.im/process-models/misc:qa:iplicit-api-calls-test

image

image

@calexh-sar @burnettk do you think there is anything else I need to test under this ticket?

burnettk commented 6 months ago

nah, sounds good.