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
Thanks. As we noted yesterday though: we now need to go through roaster module for everything.
While roaster:accepted-content-types() is there, roaster:get-content-type-for-code() is not. It seems to make sense to add function roaster:get-content-type-for-code() (as reroute to the router function)
In my code I want to know what content-type is requested in the Accept header compared to what I intend to support.
In the oas-router there is a perfectly fine function for it
but that function is
%private
.Could that function be made public?
The text was updated successfully, but these errors were encountered: