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
{{ message }}
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.
We should add support for xml formatting by doing the following:
-add the XML formatter (install the nuget package and add it in the mvc configuration)
-change ICollection to List in CarDetailsDto.cs
The result is a API that is exactly the same, except that every operation can easily return XML if the Users requests it in the Accept header. If the user does not include a Accept header, Json is still returned.
The text was updated successfully, but these errors were encountered:
With respect to my comments in issue 103
We should add support for xml formatting by doing the following:
-add the XML formatter (install the nuget package and add it in the mvc configuration)
-change ICollection to List in CarDetailsDto.cs
The result is a API that is exactly the same, except that every operation can easily return XML if the Users requests it in the Accept header. If the user does not include a Accept header, Json is still returned.
The text was updated successfully, but these errors were encountered: