hoeyi / Ozym

A web-application for tracking personal finances. Built using Blazor, ASP.NET Core, and Entity Framework Core.
3 stars 0 forks source link

Add basic HTTP service for Razor components #215

Closed hoeyi closed 1 year ago

hoeyi commented 1 year ago

Changes

Add basic HTTP service to wrap HTTP request/response handling to avoid code re-use in Razor components. Also helps testing incorporating API calls into pages in lieu of using custom IController class.