Participant II
Since ‎07-17-2018
‎06-22-2021

My Stats

  • 15 Posts
  • 0 Solutions
  • 2 Likes given
  • 0 Likes received

vicentelee's Bio

Badges vicentelee Earned

View all badges

Recent Activity

I have a proxy that uses nodejs and in it, there is a script that calls out a third party server. The problem arises when the IP address used to hit that server is dynamic. We have a list of whitelisted IPs that we provided our third party server, wh...
So my proxy endpoint asks for a json payload. And the user will call the proxy by supplying a json payload and of course Content-Type to application/json.However the target endpoint asks for a application/x-www-form-urlencoded. I've tried and but n...
I have a simple Then clause that is not covered by Apickli common expressions but not sure where to put the steps. I've tried putting it in support/init.js right after the defineSupportCode block and also tried putting it in step_definitions/apickli-...
I'm trying to unit test with Mocha but I'm kind of stuck. I've seen this post https://community.apigee.com/articles/3964/unit-testing-javascript-code-with-mocha-sinon-and.html but can't get my tests to run without breaking my Api proxy. I'd like to t...
Hi, I'm getting an error whenever I run the sh invoke.sh command for the above sample.The sample code I'm trying to run is in api-platform-samples/doc-samples/javascript-mashup-cookbookDoes this code work right out of the box? Or am I missing any add...