FusionAuth / fusionauth-python-client

FusionAuth Python Client
https://fusionauth.io
Apache License 2.0
24 stars 12 forks source link

retrieve identity provider by type support added #13

Closed avinashsingh2 closed 3 years ago

avinashsingh2 commented 3 years ago

Added method for retrieving identity provider by type.

mooreds commented 3 years ago

Thanks so much for the contribution @avinashsingh2 !

We build our clients using this project: https://github.com/fusionauth/fusionauth-client-builder

The python client (and all others) are derivatives of that project, which means that if your PR was merged, it would be lost the next time we released the client libraries.

Would you be interested in porting your new API operation to the client builder project? That would involve adding a new JSON file to this directory: https://github.com/FusionAuth/fusionauth-client-builder/tree/master/src/main/api

Doing so would ensure that all future versions of the client library will have this new method.

avinashsingh2 commented 3 years ago

Thanks @mooreds !

I will add the JSON file to the given directory.

robotdan commented 3 years ago

Accepted https://github.com/FusionAuth/fusionauth-client-builder/pull/27