FusionAuth / fusionauth-netcore-client

The .NET Core client for FusionAuth
https://fusionauth.io
Apache License 2.0
28 stars 11 forks source link

Library XML comments #45

Open adambajguz opened 3 years ago

adambajguz commented 3 years ago

Do you plan to add XML comments to public classes, interfaces, methods, properties, etc.?

mooreds commented 3 years ago

Thanks for the feature request. Right now all the libraries are built from this open source project: https://github.com/FusionAuth/fusionauth-client-builder

I'm not quite sure how we'd get the XML comments in there so at this time it's probably better to consult the API docs https://fusionauth.io/docs/v1/tech/apis/ while using the client libraries.

I understand that isn't an optimal workflow. Would XML comments make for an easier development experience?