Closed as not planned
Description
Description
For the http
security scheme, with type bearer
, there is an optional property bearerFormat
that specifies the token that goes first in the Authorization
header. This defaults to Bearer
, but openapi-ts doesn't support setting this to something else.
I started work to add support for this, but I'm having trouble figuring out how to test my changes. How can I run openap-ts, pointing it at my local copy of client-fetch
? I've tried passing the full path to the package in the --client
option, as well as installing my local copy of client-fetch
into node_modules
and just specifying --client client-fetch
, but neither worked.