Replies: 1 comment
-
Are you writing a custom policy? If so, you are not supposed to be using Vert.x directly. Instead you should be using Apiman's custom policy framework. What you want to do should be relatively easy using the functions that already exist. Check out the transformation policy if you want an example. BTW, if you want to play with data you need to be implementing the IDataPolicy interface. Also, you can refer to the docs on this topic -- https://www.apiman.io/apiman-docs/core/2.1.0.Final/development/Guide.html#_idata_policy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I am using apiman vert.x 1.5.7 and trying to add key in my input request JSON before sending it to backend but somehow it is not changing/ the key is not getting added
am i doing something wrong here ?
Beta Was this translation helpful? Give feedback.
All reactions