swagger-api/swagger-codegen
Ver no GitHubClient csharp: Use System.Net.Http.HttpClient instead of RestSharp
Open
#1.889 aberto em 14 de jan. de 2016
Client: C-SharpEnhancement: Featurehelp wanted
Métricas do repositório
- Stars
- (12.701 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
Hi, HttpClient comes with the system and it is very feature rich. It would be nice for the generator to be able to generate code that uses HttpClient instead of RestSharp. That way there will be one less external dependency. I'm willing to write the code if nobody else is doing it.