cyclosproject / ng-openapi-gen

An OpenAPI 3.0 codegen for Angular
MIT License
397 stars 132 forks source link

[HELP] How do you use the ApiRequestConfiguration #236

Closed liamkavfc closed 1 year ago

liamkavfc commented 2 years ago

I have implemented the ApiRequestConfiguration class in my app, but I am unsure how to actually use it.

I understand that you set the headers before the intercept, but then the apply method takes a HTTPRequest, how do I get this out of my generated service methods?

luisfpg commented 1 year ago

I'm sorry for the late reply, but it is explained in the README