New Member
Since ‎12-12-2017
‎06-22-2021

My Stats

  • 7 Posts
  • 0 Solutions
  • 1 Likes given
  • 0 Likes received

shebababu92's Bio

Badges shebababu92 Earned

View all badges

Recent Activity

Currently I know only the concept of route rule. But I need to call the target endpoints with the concept of regex or pathparam. Can anyone help me in this? I am facing difficulty in authentication also. Can I use key value map for this? If someone h...
function joinUrlElements() { var re1 = new RegExp('^\\/|\\/, 'g'), elts = Array.prototype.slice.call(arguments); return elts.map(function(element){ if ( ! element) {return '';} return element.replace(re1,""); }).join('/'); }If I am using this code in...
For example I have https://apibaas-trial.apigee.net/shebababu92/sandbox/messengers andhttps://apibaas-trial.apigee.net/shebababu92/sandbox/newmessengers.I need to call https://apibaas-trial.apigee.net/shebababu92/sandbox/messengers/message1 or https:...