You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wondering if it's intended that the swagger property:
"consumes": [
"application/json"
]
is meant to be ignored when generated the API client? I assumed a header would of been generated & applied to API services which have this property? Right now we are adding it to the NGModule as a universal header, but some API Client calls don't use application/json.
Is this intended behaviour or a bug?
Thanks =).
The text was updated successfully, but these errors were encountered:
Hello,
Just wondering if it's intended that the swagger property:
is meant to be ignored when generated the API client? I assumed a header would of been generated & applied to API services which have this property? Right now we are adding it to the NGModule as a universal header, but some API Client calls don't use application/json.
Is this intended behaviour or a bug?
Thanks =).
The text was updated successfully, but these errors were encountered: