FusionAuth / fusionauth-client-builder

The FusionAuth client library builder
https://fusionauth.io/
Apache License 2.0
6 stars 24 forks source link

Added interface and extension methods to netcore #11

Closed rdvanbuuren closed 4 years ago

rdvanbuuren commented 4 years ago

Added additional templates which will generate the IFusionAuthClient interface and an extra FusionAuthExtensions class. This will keep the code better separated.

Changes:

The compiled code works just the same like before.

matthew-altman commented 4 years ago

@rdvanbuuren Thank you so much for the Pull Request. We really like the direction you're going here. We're accepting and merging this request. There will be some modifications in order to better support backwards compatibility and the client usage.