Hi,
I have a few existing Specs that have two formats in the request and response payload properties:
I would like to standardize the design by making the payload property names to camelCase.
How do I map the camelCase format to the kebab-case or under_score property that the backend expects?
Answer by Siddharth Barahalikar
·
Jul 31, 2019 at 07:17 PM
There is no OOTB policy for this usecase.
Maybe you can have a look at a similar usecase done using Javascript policy,
https://community.apigee.com/questions/65762/convert-each-field-in-json-object-from-camel-case.html
Request Queuing Implementation 2 Answers
Best practices approach for linking and un-linking 2 separate resources 2 Answers
API Design Backgrounds - who succeeds? 1 Answer
Get one for multiple identifier 4 Answers
Sending messages to a JMS Queue 0 Answers