Description
We should set the operationId property on the operationObject in the Swagger spec so that we can have nicer function names in the JavaScript library.
Right now the function names are build from the path, so they look like:
o.api.patient.get_patient_uuid()
But using the operationId property, we could have:
o.api.patient.getPatient()