I have a frontend service written in javascript and a backend service written in python.
My question is what is the naming convention to be used when sending data between the services; specifically are payload keys to use camel case notation or be underscore delimited?
In either case one of the services ends up breaking naming convention and create an inconsistent appearance to code. I'm not sure if there is an established convention for this yet or a general consensus, but would appreciate any information, thoughts, and opinions on this.