Is it possible to add a custom media type formatter? #718
Unanswered
tachyus-ryan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to extend my OData service with a media type formatter that represents results as
text/csv
. Is that possible with RESTier? If so, how would I build and add such a formatter. I've found an old formatter example here and a newer formatter here, though the latter appears to override the OData output entirely.Beta Was this translation helpful? Give feedback.
All reactions