I'm trying to connect to a remote Rest API that requires to call a sign in URL first, Can someone tell me if this is doable with Dreamfactory and how?
/api/signin
post:
parameters:
-name: email
-name: password
this returns a cookie JSESSIONID which is used in subsequent API calls.
How do I set up this as a service on Dreamfactory?