All Projects → FusionAuth → fusionauth-python-client

FusionAuth / fusionauth-python-client

Licence: Apache-2.0 license
FusionAuth Python Client

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to fusionauth-python-client

fusionauth-netcore-client
The .NET Core client for FusionAuth
Stars: ✭ 18 (+12.5%)
Mutual labels:  rest-client, fusionauth
fusionauth-node-client
Node.js client library for FusionAuth
Stars: ✭ 22 (+37.5%)
Mutual labels:  fusionauth, fusionauth-client
fusionauth-typescript-client
A TypeScript client for FusionAuth
Stars: ✭ 37 (+131.25%)
Mutual labels:  fusionauth, fusionauth-client
Proxy
The type-safe REST library for .NET Standard 2.0 (NetCoreStack Flying Proxy)
Stars: ✭ 40 (+150%)
Mutual labels:  rest-client
resting
rest client WebExtension
Stars: ✭ 21 (+31.25%)
Mutual labels:  rest-client
PostBaby
A cross platform C++ native app to test HTTP endpoints, available for Windows, Linux and Mac
Stars: ✭ 14 (-12.5%)
Mutual labels:  rest-client
restler
Restler is a beautiful and powerful Android app for quickly testing REST API anywhere and anytime.
Stars: ✭ 120 (+650%)
Mutual labels:  rest-client
YuiAPI
一个浏览器API测试客户端,API文档生成器,支持chrome/firefox/新版edge
Stars: ✭ 25 (+56.25%)
Mutual labels:  rest-client
restofus
Restofus - a cross-platform (REST) API client.
Stars: ✭ 18 (+12.5%)
Mutual labels:  rest-client
jwtauthroles
Made to use JWTs from an external identity provider in Laravel. Tested with Fusionauth, but should be quite general purpose.
Stars: ✭ 14 (-12.5%)
Mutual labels:  fusionauth
sevenbridges-python
SevenBridges Python Api bindings
Stars: ✭ 41 (+156.25%)
Mutual labels:  rest-client
airtable local backup
Create local backups of airtable databases
Stars: ✭ 32 (+100%)
Mutual labels:  rest-client
PronoteLib
Java library to get data from a PRONOTE (Index-Education) server.
Stars: ✭ 16 (+0%)
Mutual labels:  rest-client
Rx.Http
A reactive way to make HTTP Request in .NET Core 🚀
Stars: ✭ 62 (+287.5%)
Mutual labels:  rest-client
intelirest-cli
A cli interpreter for intelliJ .http files
Stars: ✭ 23 (+43.75%)
Mutual labels:  rest-client
csharp-http-client
Twilio SendGrid's C# HTTP Client for calling APIs
Stars: ✭ 25 (+56.25%)
Mutual labels:  rest-client
grpc-django-book-service
gRPC implementation integrated with Django Application.
Stars: ✭ 28 (+75%)
Mutual labels:  rest-client
httpyac
Command Line Interface for *.http and *.rest files. Connect with http, gRPC, WebSocket and MQTT
Stars: ✭ 103 (+543.75%)
Mutual labels:  rest-client
bittyhttp
A threaded HTTP library for building REST services in C.
Stars: ✭ 12 (-25%)
Mutual labels:  rest-client
apiron
🍳 apiron is a Python package that helps you cook a tasty client for RESTful APIs. Just don't wash it with SOAP.
Stars: ✭ 106 (+562.5%)
Mutual labels:  rest-client

FusionAuth Python Client semver 2.0.0 compliant

If you're integrating FusionAuth with a Python 3 application, this library will speed up your development time.

For additional information and documentation on FusionAuth refer to https://fusionauth.io.

Install

To install the FusionAuth Python Client package run:

pip install fusionauth-client

This library can be found on PyPI

Coding

And then include the package in your code by using the following statement.

from fusionauth.fusionauth_client import FusionAuthClient

Now you're ready to begin making requests to FusionAuth. You will need to supply an API key you created in FusionAuth, the folowing example assumes an API key of 6b87a398-39f2-4692-927b-13188a81a9a3.

client = FusionAuthClient('6b87a398-39f2-4692-927b-13188a81a9a3', 'http://localhost:9011')

Each method in the client library includes documentation to describe the use and parameters. In addition to this resource, review the API documentation. https://fusionauth.io/docs/v1/tech/apis/

If you encounter a bug with this library, please open an issue.

Questions and support

If you have a question or support issue regarding this client library, we'd love to hear from you.

If you have a paid edition with support included, please open a ticket in your account portal. Learn more about paid editions here.

Otherwise, please post your question in the community forum.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/FusionAuth/fusionauth-python-client.

License

This code is available as open source under the terms of the Apache v2.0 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].