fancyDevelopment / Fancy.ResourceLinker

A set of libraries to easily create API Gateways, Backend for Frontends (BFF) and truly RESTful Web APIs based on ASP.NET Core
Apache License 2.0
20 stars 5 forks source link

protected vs private #24

Closed Pieter-1337 closed 10 months ago

Pieter-1337 commented 11 months ago

It would be handy if some of the private methods and variables on the GatewayRouter would be protected instead of private. That way we could implement our own version of the GatewayRouter but still use all existing functionality through inheritance.