MatthiWare / FinancialModelingPrep.NET

:chart_with_upwards_trend: C# API Client For financialmodelingprep.com Made In .NET 8
https://financialmodelingprep.com/
MIT License
34 stars 21 forks source link

Use Refit to generate API calls #54

Open Matthiee opened 2 years ago

Matthiee commented 2 years ago
tforsberg commented 1 year ago

I will try to implement this. I have reviewed Refit and it looks VERY impressive.

Matthiee commented 1 year ago

@tforsberg Sounds good!

tforsberg commented 1 year ago

I created a branch called "Refit" in my fork. Can I remove the .NET 5 support in this project?

Matthiee commented 1 year ago

If possible I would like to keep both for now. Is there something that doesn't work in .NET 5 regarding refit?

tforsberg commented 1 year ago

No. It should all work in .NET 5 also.

The reason I'd like to use .NET 6 only is there are several improvements in the C# version 10 language. https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-10

.NET 5 uses C# version 9 .NET 6 uses C# version 10

Matthiee commented 1 year ago

You can remove the .NET 5 support.

tforsberg commented 1 year ago

Ok.