Refit: Xml Content Support

Created on 1 Feb 2019  路  3Comments  路  Source: reactiveui/refit

The project documentation indicates Refit currently supports XML Content:

`` var gitHubApi = RestService.For("https://www.w3.org/XML",
new RefitSettings {
ContentSerializer = new XmlContentSerializer()
});
````
However, the Nuget and MyGet packages as of 4.6.58 still do not support XML Content. Is XML Content expected to be available soon?

outdated

Most helpful comment

4.6.68 contains XML support but it is only available on the MyGet feed at the moment.

It needs admin support to promote it. @onovotny are you able to do this?

All 3 comments

4.6.68 contains XML support but it is only available on the MyGet feed at the moment.

It needs admin support to promote it. @onovotny are you able to do this?

I'll get published in the next few days.

Latest NuGet version has these changes.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

eduardocampano picture eduardocampano  路  6Comments

omares picture omares  路  6Comments

ML13 picture ML13  路  4Comments

AnjaliSahu51 picture AnjaliSahu51  路  4Comments

Mike-E-angelo picture Mike-E-angelo  路  6Comments