ethereum / keymanager-APIs

Collection of RESTful APIs provided by Ethereum consensus keymanagers
https://ethereum.github.io/keymanager-APIs/
Creative Commons Zero v1.0 Universal
37 stars 19 forks source link

Convert operationId to lower camel case #50

Closed g11tech closed 2 years ago

g11tech commented 2 years ago

The convention with other api suites like beacon/builder is that operationId is lower camel case instead of having the first letter capitalized. This would make our life easier as we have spec tester which auto checks for the routes and req/resp and assumes lower camel case format.

If all things being same for other clients, would be good if we can follow same convention here as well.

Case in point: https://github.com/ethereum/beacon-APIs/blob/master/apis/beacon/blocks/attestations.yaml#L2

g11tech commented 2 years ago

oops already being addressed in https://github.com/ethereum/keymanager-APIs/pull/48