orppst / pst-gui

web based front end for the tool
Mozilla Public License 2.0
0 stars 0 forks source link

Authorisation header is only being sent for some operations #115

Closed pahjbo closed 3 months ago

pahjbo commented 3 months ago

When implementing https://github.com/orppst/pst-api-service/issues/26 it has become clear that not all operations in the code generated from the openapi spec are getting the authorisation header sent. There is an issue open on the code generation on https://github.com/fabien0102/openapi-codegen/issues/226 which also describes this problem - there is also an associated PR which is probably a point fix.

I think that the generated code could do a better job of actually creating an interface that described the parameters so that less overriding of input objects were necessary.